Flow123d  DF_patch_fe_data_tables-f6c5b2e
Public Member Functions | Public Attributes | List of all members
PatchFEValues< spacedim >::FuncDef Class Reference

Temporary helper class used in step between usage old a new implementation. More...

Collaboration diagram for PatchFEValues< spacedim >::FuncDef:
Collaboration graph
[legend]

Public Member Functions

 FuncDef ()
 
 FuncDef (DimPatchFEValues *data, string func_name)
 

Public Attributes

DimPatchFEValuespoint_data_
 
string func_name_
 

Detailed Description

template<unsigned int spacedim = 3>
class PatchFEValues< spacedim >::FuncDef

Temporary helper class used in step between usage old a new implementation.

Definition at line 890 of file patch_fe_values.hh.

Constructor & Destructor Documentation

◆ FuncDef() [1/2]

template<unsigned int spacedim = 3>
PatchFEValues< spacedim >::FuncDef::FuncDef ( )
inline

Definition at line 892 of file patch_fe_values.hh.

◆ FuncDef() [2/2]

template<unsigned int spacedim = 3>
PatchFEValues< spacedim >::FuncDef::FuncDef ( DimPatchFEValues data,
string  func_name 
)
inline

Definition at line 893 of file patch_fe_values.hh.

Member Data Documentation

◆ func_name_

template<unsigned int spacedim = 3>
string PatchFEValues< spacedim >::FuncDef::func_name_

Definition at line 896 of file patch_fe_values.hh.

◆ point_data_

template<unsigned int spacedim = 3>
DimPatchFEValues* PatchFEValues< spacedim >::FuncDef::point_data_

Definition at line 895 of file patch_fe_values.hh.


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