Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Load vector for scalar valued PDE. More...
#include <secOrd_op_rhs.h>
Classes | |
struct | Data |
Data details of Rhs More... | |
Public Member Functions | |
Rhs (const Grid::Grid_and_time &, const Growth) | |
Get time, finite element space and an indicator. More... | |
~Rhs () | |
Needed for the pointer to data implementation technique. | |
void | assemble_and_addScaled_to (Grid::Scal_FEfun &) |
Assemble the load vector and add with some scale to the input. | |
Private Attributes | |
std::unique_ptr< Data > | d_ptr |
Data pointer. | |
|
explicit |
Get time, finite element space and an indicator.
Definition at line 37 of file secOrd_op_rhs.cpp.