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

Public Types

using Dune_FEfun = Dune::Fem::ISTLBlockVectorDiscreteFunction< Grid_and_time::FE_space >
 

Public Member Functions

 Scal_FEfun (const std::string &name, const Grid_and_time &gt)
 
 Scal_FEfun (const Scal_FEfun &, const Grid_and_time &)
 
Scal_FEfunoperator= (const Scal_FEfun &)
 
 operator Dune_FEfun & ()
 
 operator const Dune_FEfun & () const
 
auto size () const
 
auto begin ()
 
auto end ()
 
auto begin () const
 
auto end () const
 
auto cbegin () const
 
auto cend () const
 
auto name () const
 
Scal_FEfunoperator+= (const double d)
 
Scal_FEfunoperator*= (const double d)
 

Private Attributes

Dune_FEfun fun
 

Detailed Description

Definition at line 137 of file grid.h.


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