#include <deal.II/numerics/vector_tools_common.h>
Static Public Member Functions | |
static std::unique_ptr< Patterns::PatternBase > | to_pattern () |
static std::string | to_string (const VectorTools::NormType &s, const Patterns::PatternBase &p= *Convert< VectorTools::NormType >::to_pattern()) |
static VectorTools::NormType | to_value (const std::string &str, const Patterns::PatternBase &p= *Convert< VectorTools::NormType >::to_pattern()) |
static std::unique_ptr< Patterns::PatternBase > | to_pattern ()=delete |
static std::string | to_string (const VectorTools::NormType &s, const Patterns::PatternBase &p=*Convert< VectorTools::NormType >::to_pattern())=delete |
static VectorTools::NormType | to_value (const std::string &s, const Patterns::PatternBase &p=*Convert< VectorTools::NormType >::to_pattern())=delete |
Definition at line 290 of file vector_tools_common.h.
|
inlinestatic |
Return the Correct pattern for NormType.
Definition at line 296 of file vector_tools_common.h.
|
inlinestatic |
Convert a NormType to a string.
Definition at line 311 of file vector_tools_common.h.
|
inlinestatic |
Convert a string to a NormType.
Definition at line 353 of file vector_tools_common.h.
|
staticdelete |
Return a std::unique_ptr to a Pattern that can be used to interpret a string as the type of the template argument, and the other way around.
While the current function (in the general Convert template) is deleted, it is implemented and available in the specializations of the Convert class template for particular kinds of template arguments T
.
|
staticdelete |
Return a string containing a textual version of the variable s. Use the pattern passed to perform the conversion, or create and use a default one.
While the current function (in the general Convert template) is deleted, it is implemented and available in the specializations of the Convert class template for particular kinds of template arguments T
.
|
staticdelete |
Convert a string to a value, using the given pattern. Use the pattern passed to perform the conversion, or create and use a default one.
While the current function (in the general Convert template) is deleted, it is implemented and available in the specializations of the Convert class template for particular kinds of template arguments T
.