GRINS-0.8.0
List of all members | Public Types | Static Public Member Functions
GRINS::TypeFrom< FunctionType, true > Struct Template Reference

#include <parsed_function_traits.h>

Public Types

typedef libMesh::CompositeFEMFunction< libMesh::Number > to_composite
 

Static Public Member Functions

static libMesh::ParsedFEMFunction< libMesh::Number > to_parsed (const libMesh::System &system, const std::string &expression)
 
static libMesh::ConstFEMFunction< libMesh::Number > to_zero ()
 

Detailed Description

template<typename FunctionType>
struct GRINS::TypeFrom< FunctionType, true >

Definition at line 76 of file parsed_function_traits.h.

Member Typedef Documentation

template<typename FunctionType >
typedef libMesh::CompositeFEMFunction<libMesh::Number> GRINS::TypeFrom< FunctionType, true >::to_composite

Definition at line 77 of file parsed_function_traits.h.

Member Function Documentation

template<typename FunctionType >
static libMesh::ParsedFEMFunction<libMesh::Number> GRINS::TypeFrom< FunctionType, true >::to_parsed ( const libMesh::System &  system,
const std::string &  expression 
)
inlinestatic

Definition at line 80 of file parsed_function_traits.h.

81  {
82  return libMesh::ParsedFEMFunction<libMesh::Number>(system, expression);
83  }
template<typename FunctionType >
static libMesh::ConstFEMFunction<libMesh::Number> GRINS::TypeFrom< FunctionType, true >::to_zero ( )
inlinestatic

Definition at line 86 of file parsed_function_traits.h.

86  {
87  return libMesh::ConstFEMFunction<libMesh::Number>(0);
88  }

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

Generated on Tue Dec 19 2017 12:47:32 for GRINS-0.8.0 by  doxygen 1.8.9.1