Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Patterns::Tools::Convert< VectorTools::NormType, void > Struct Reference

#include <deal.II/numerics/vector_tools_common.h>

Static Public Member Functions

static std::unique_ptr< Patterns::PatternBaseto_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())
 

Detailed Description

Definition at line 291 of file vector_tools_common.h.

Member Function Documentation

◆ to_pattern()

static std::unique_ptr< Patterns::PatternBase > Patterns::Tools::Convert< VectorTools::NormType, void >::to_pattern ( )
inlinestatic

Return the Correct pattern for NormType.

Definition at line 297 of file vector_tools_common.h.

◆ to_string()

static std::string Patterns::Tools::Convert< VectorTools::NormType, void >::to_string ( const VectorTools::NormType s,
const Patterns::PatternBase p = *Convert<VectorTools::NormType>::to_pattern() 
)
inlinestatic

Convert a NormType to a string.

Definition at line 312 of file vector_tools_common.h.

◆ to_value()

static VectorTools::NormType Patterns::Tools::Convert< VectorTools::NormType, void >::to_value ( const std::string &  str,
const Patterns::PatternBase p = *Convert<VectorTools::NormType>::to_pattern() 
)
inlinestatic

Convert a string to a NormType.

Definition at line 354 of file vector_tools_common.h.


The documentation for this struct was generated from the following file: