www.mooseframework.org
Classes | Functions
MooseParsedFunctionWrapper.h File Reference

Go to the source code of this file.

Classes

class  MooseParsedFunctionWrapper
 A wrapper class for creating and evaluating parsed functions via the libMesh::ParsedFunction interface for fparser. More...
 

Functions

template<typename T >
evaluate (Real, const Point &)
 The general evaluation method is not defined. More...
 

Function Documentation

◆ evaluate()

template<typename T >
T evaluate ( Real  ,
const Point &   
)

The general evaluation method is not defined.

Definition at line 144 of file MooseParsedFunctionWrapper.h.

Referenced by DerivativeParsedMaterialHelperTempl< is_ad >::computeQpProperties(), ParsedMaterialHelper< is_ad >::computeQpProperties(), Moose::FunctorBase< libMesh::VectorValue >::operator()(), Moose::FunctorBase< libMesh::VectorValue >::queryFVArgCache(), and Moose::FunctorBase< libMesh::VectorValue >::queryQpCache().

145 {
146  mooseError("The evaluate method is not defined for this type.");
147 }
void mooseError(Args &&... args)
Emit an error message with the given stringified, concatenated args and terminate the application...
Definition: MooseError.h:299