| 
    libMesh
    
   | 
 
The FEMFunctionWrapper input functor class can be used with a GenericProjector to read values from an FEMFunction. More...
#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, bool, 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 Elem &, unsigned int, unsigned int, std::vector< dof_id_type > &, std::vector< Output > &) | 
| void | eval_old_dofs (const Elem &, const FEType &, unsigned int, unsigned int, std::vector< dof_id_type > &, 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 417 of file generic_projector.h.
      
  | 
  inline | 
Definition at line 420 of file generic_projector.h.
      
  | 
  inline | 
Definition at line 422 of file generic_projector.h.
      
  | 
  inline | 
Definition at line 427 of file generic_projector.h.
References libMesh::FEMFunctionWrapper< Output >::_f.
      
  | 
  inline | 
Definition at line 435 of file generic_projector.h.
References libMesh::FEMFunctionWrapper< Output >::_f.
      
  | 
  inline | 
Definition at line 450 of file generic_projector.h.
      
  | 
  inline | 
Definition at line 443 of file generic_projector.h.
      
  | 
  inline | 
Definition at line 425 of file generic_projector.h.
References libMesh::FEMFunctionWrapper< Output >::_f.
      
  | 
  inline | 
Definition at line 441 of file generic_projector.h.
      
  | 
  private | 
Definition at line 459 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().
 1.8.16