Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Classes | Public Member Functions | Private Attributes | List of all members
Esfem::SecOrd_op::Vec_rhs Class Reference

Load vector for vector valued PDE. More...

#include <secOrd_op_rhs.h>

Classes

struct  Data
 Data details of Vec_rhs More...
 

Public Member Functions

 Vec_rhs (const Grid::Grid_and_time &)
 Get time and finite element space. More...
 
 ~Vec_rhs ()
 Needed for the pointer to data implementation technique.
 
void assemble_and_addScaled_to (Grid::Vec_FEfun &)
 Assemble the load vector and add with some scale to the input.
 

Private Attributes

std::unique_ptr< Datad_ptr
 Data pointer.
 

Detailed Description

Load vector for vector valued PDE.

Definition at line 60 of file secOrd_op_rhs.h.

Constructor & Destructor Documentation

Vec_rhs::Vec_rhs ( const Grid::Grid_and_time &  gt)
explicit

Get time and finite element space.

Postcondition
Grid_and_time must outlive this object.

Definition at line 50 of file secOrd_op_rhs.cpp.


The documentation for this class was generated from the following files: