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
Grid_evolution::DeformationCoordFunction Class Reference
Inheritance diagram for Grid_evolution::DeformationCoordFunction:
Inheritance graph
[legend]
Collaboration diagram for Grid_evolution::DeformationCoordFunction:
Collaboration graph
[legend]

Public Types

using Base = Dune::AnalyticalCoordFunction< double, 3, 3, DeformationCoordFunction >
 
using Domain = Base::DomainVector
 
using Range = Base::RangeVector
 

Public Member Functions

 DeformationCoordFunction (const Parameter::PDE_data &)
 
 DeformationCoordFunction (const DeformationCoordFunction &)=delete
 
 DeformationCoordFunction (DeformationCoordFunction &&)=delete
 
DeformationCoordFunctionoperator= (const DeformationCoordFunction &)=delete
 
DeformationCoordFunctionoperator= (DeformationCoordFunction &&)=delete
 
void set_timeProvider (Dune::Fem::TimeProviderBase &)
 
void evaluate (const Domain &, Range &y) const
 

Private Attributes

Grid_values * gv_ptr {nullptr}
 
Dune::Fem::TimeProviderBase * tp_ptr {nullptr}
 

Detailed Description

Definition at line 27 of file grid_evolution.h.


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