#include <generic_projector.h>
Public Member Functions | |
| FEMFunctionWrapper (const FEMFunctionBase< Output > &f) | |
| FEMFunctionWrapper (const FEMFunctionWrapper< Output > &fw) | |
| void | init_context (FEMContext &c) |
| Output | eval_at_node (const FEMContext &c, unsigned int i, unsigned int, const Node &n, const Real time) |
| Output | eval_at_point (const FEMContext &c, unsigned int i, const Point &n, const Real time) |
| bool | is_grid_projection () |
| void | eval_old_dofs (const FEMContext &, unsigned int, std::vector< Output >) |
Private Attributes | |
| std::unique_ptr< FEMFunctionBase< Output > > | _f |
The FEMFunctionWrapper input functor class can be used with a GenericProjector to read values from an FEMFunction.
Definition at line 155 of file generic_projector.h.
|
inline |
Definition at line 158 of file generic_projector.h.
|
inline |
Definition at line 160 of file generic_projector.h.
|
inline |
Definition at line 165 of file generic_projector.h.
References libMesh::FEMFunctionWrapper< Output >::_f.
|
inline |
Definition at line 172 of file generic_projector.h.
References libMesh::FEMFunctionWrapper< Output >::_f.
|
inline |
Definition at line 180 of file generic_projector.h.
|
inline |
Definition at line 163 of file generic_projector.h.
References libMesh::FEMFunctionWrapper< Output >::_f.
|
inline |
Definition at line 178 of file generic_projector.h.
|
private |
Definition at line 186 of file generic_projector.h.
Referenced by libMesh::FEMFunctionWrapper< Output >::eval_at_node(), libMesh::FEMFunctionWrapper< Output >::eval_at_point(), and libMesh::FEMFunctionWrapper< Output >::init_context().