#include <PHAL_Source_Def.hpp>
Public Types | |
typedef EvalT::MeshScalarT | MeshScalarT |
Public Member Functions | |
virtual | ~Spatial_Base () |
virtual MeshScalarT | evaluateFields (const std::vector< MeshScalarT > &coords)=0 |
Definition at line 898 of file PHAL_Source_Def.hpp.
typedef EvalT::MeshScalarT PHAL::Source_Functions::Spatial_Base< EvalT >::MeshScalarT |
Reimplemented in PHAL::Source_Functions::Gaussian< EvalT >.
Definition at line 901 of file PHAL_Source_Def.hpp.
virtual PHAL::Source_Functions::Spatial_Base< EvalT >::~Spatial_Base | ( | ) | [inline, virtual] |
Definition at line 900 of file PHAL_Source_Def.hpp.
virtual MeshScalarT PHAL::Source_Functions::Spatial_Base< EvalT >::evaluateFields | ( | const std::vector< MeshScalarT > & | coords | ) | [pure virtual] |
Implemented in PHAL::Source_Functions::Gaussian< EvalT >.