![]() |
Reference documentation for deal.II version 9.2.0
|
#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 std::unique_ptr< Patterns::PatternBase > &p=Convert< VectorTools::NormType >::to_pattern()) |
| static VectorTools::NormType | to_value (const std::string &str, const std::unique_ptr< Patterns::PatternBase > &p=Convert< VectorTools::NormType >::to_pattern()) |
Definition at line 292 of file vector_tools_common.h.
|
inlinestatic |
Return the Correct pattern for NormType.
Definition at line 298 of file vector_tools_common.h.
|
inlinestatic |
Convert a NormType to a string.
Definition at line 313 of file vector_tools_common.h.
|
inlinestatic |
Convert a string to a NormType.
Definition at line 355 of file vector_tools_common.h.