Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Interface for the identity function. More...
#include <secOrd_op_identity.h>
Classes | |
struct | Data |
Public Member Functions | |
Identity () | |
Set up. | |
~Identity () | |
Required by pointer to implementation technique. | |
void | interpolate (Grid::Vec_FEfun &) const |
The nodal values of the finite element functions will be the nodal values itself. | |
Private Attributes | |
std::unique_ptr< Data > | d_ptr |
Pointer to implementation. | |
Interface for the identity function.
Definition at line 32 of file secOrd_op_identity.h.