#include <FEApp_AbstractInitPostOp.hpp>
Inheritance diagram for FEApp::AbstractInitPostOp< ScalarT >:

Public Types | |
| typedef ScalarT | fill_type |
| Fill type. | |
Public Member Functions | |
| AbstractInitPostOp () | |
| Constructor. | |
| virtual | ~AbstractInitPostOp () |
| Destructor. | |
| virtual void | elementInit (const FEApp::AbstractElement &e, unsigned int neqn, std::vector< ScalarT > *elem_xdot, std::vector< ScalarT > &elem_x)=0 |
| Evaulate element init operator. | |
| virtual void | elementPost (const FEApp::AbstractElement &e, unsigned int neqn, std::vector< ScalarT > &elem_f)=0 |
| Evaluate element post operator. | |
| virtual void | nodeInit (const FEApp::NodeBC &bc, unsigned int neqn, std::vector< ScalarT > *node_xdot, std::vector< ScalarT > &node_x)=0 |
| Evaulate node init operator. | |
| virtual void | nodePost (const FEApp::NodeBC &bc, unsigned int neqn, std::vector< ScalarT > &node_f)=0 |
| Evaluate node post operator. | |
Private Member Functions | |
| AbstractInitPostOp (const AbstractInitPostOp &) | |
| Private to prohibit copying. | |
| AbstractInitPostOp & | operator= (const AbstractInitPostOp &) |
| Private to prohibit copying. | |
Definition at line 43 of file FEApp_AbstractInitPostOp.hpp.
| typedef ScalarT FEApp::AbstractInitPostOp< ScalarT >::fill_type |
| FEApp::AbstractInitPostOp< ScalarT >::AbstractInitPostOp | ( | ) | [inline] |
| virtual FEApp::AbstractInitPostOp< ScalarT >::~AbstractInitPostOp | ( | ) | [inline, virtual] |
| FEApp::AbstractInitPostOp< ScalarT >::AbstractInitPostOp | ( | const AbstractInitPostOp< ScalarT > & | ) | [private] |
Private to prohibit copying.
| virtual void FEApp::AbstractInitPostOp< ScalarT >::elementInit | ( | const FEApp::AbstractElement & | e, | |
| unsigned int | neqn, | |||
| std::vector< ScalarT > * | elem_xdot, | |||
| std::vector< ScalarT > & | elem_x | |||
| ) | [pure virtual] |
Evaulate element init operator.
Implemented in FEApp::ResidualOp, FEApp::JacobianOp, and FEApp::TangentOp.
| virtual void FEApp::AbstractInitPostOp< ScalarT >::elementPost | ( | const FEApp::AbstractElement & | e, | |
| unsigned int | neqn, | |||
| std::vector< ScalarT > & | elem_f | |||
| ) | [pure virtual] |
Evaluate element post operator.
Implemented in FEApp::ResidualOp, FEApp::JacobianOp, and FEApp::TangentOp.
| virtual void FEApp::AbstractInitPostOp< ScalarT >::nodeInit | ( | const FEApp::NodeBC & | bc, | |
| unsigned int | neqn, | |||
| std::vector< ScalarT > * | node_xdot, | |||
| std::vector< ScalarT > & | node_x | |||
| ) | [pure virtual] |
Evaulate node init operator.
Implemented in FEApp::ResidualOp, FEApp::JacobianOp, and FEApp::TangentOp.
| virtual void FEApp::AbstractInitPostOp< ScalarT >::nodePost | ( | const FEApp::NodeBC & | bc, | |
| unsigned int | neqn, | |||
| std::vector< ScalarT > & | node_f | |||
| ) | [pure virtual] |
Evaluate node post operator.
Implemented in FEApp::ResidualOp, FEApp::JacobianOp, and FEApp::TangentOp.
| AbstractInitPostOp& FEApp::AbstractInitPostOp< ScalarT >::operator= | ( | const AbstractInitPostOp< ScalarT > & | ) | [private] |
Private to prohibit copying.
1.4.7