Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Public Member Functions | Public Attributes | List of all members
Esfem::Grid::FEfun_set< FEfun > Struct Template Reference

Minimal set of finite element functions to perform higher order BDF-ESFEM with input output helper functions. More...

#include <grid_FEfunSet.h>

Public Member Functions

 FEfun_set (const std::string &name, const Grid::Grid_and_time &)
 Standard constructor. More...
 
 FEfun_set (const FEfun_set &, const Grid::Grid_and_time &)
 Pseudo copy constructor. More...
 
void write (const Esfem::Io::Dgf::Handler &, const std::string &dir="/tmp/")
 
void read (const Esfem::Io::Dgf::Handler &, const std::string &dir="/tmp/")
 Save nodal values in a dgf file.
 

Public Attributes

FEfun fun
 Numerical solution.
 
FEfun app
 BDF approximation to the numerical solution.
 
FEfun exact
 Reference solution.
 
FEfun rhs_les
 Right-hand side for the solver.
 

Detailed Description

template<typename FEfun>
struct Esfem::Grid::FEfun_set< FEfun >

Minimal set of finite element functions to perform higher order BDF-ESFEM with input output helper functions.

Definition at line 47 of file grid_FEfunSet.h.

Constructor & Destructor Documentation

template<typename FEfun >
Esfem::Grid::FEfun_set< FEfun >::FEfun_set ( const std::string &  name,
const Grid::Grid_and_time &   
)

Standard constructor.

Parameters
nameMember get concated names like name + "_app" etc.
template<typename FEfun >
Esfem::Grid::FEfun_set< FEfun >::FEfun_set ( const FEfun_set< FEfun > &  ,
const Grid::Grid_and_time &   
)

Pseudo copy constructor.

Grid_and_time is needed to get the correct finite element space.


The documentation for this struct was generated from the following file: