Chi-Tech
|
#include <chi_ffinterpolation.h>
Public Member Functions | |
FieldFunctionInterpolation (ff_interpolation::Type type) | |
std::vector< chi_physics::FieldFunctionGridBasedPtr > & | GetFieldFunctions () |
ff_interpolation::Type | Type () const |
virtual void | Initialize () |
virtual void | Execute () |
virtual std::string | GetDefaultFileBaseName () const =0 |
virtual void | ExportPython (std::string base_name)=0 |
Protected Attributes | |
ff_interpolation::Type | type_ |
unsigned int | ref_component_ = 0 |
std::vector< chi_physics::FieldFunctionGridBasedPtr > | field_functions_ |
Base class for field-function interpolation objects.
Definition at line 58 of file chi_ffinterpolation.h.
|
inlineexplicit |
Definition at line 67 of file chi_ffinterpolation.h.
|
inlinevirtual |
Reimplemented in chi_mesh::FieldFunctionInterpolationLine, chi_mesh::FieldFunctionInterpolationPoint, chi_mesh::FieldFunctionInterpolationSlice, and chi_mesh::FieldFunctionInterpolationVolume.
Definition at line 76 of file chi_ffinterpolation.h.
|
pure virtual |
|
pure virtual |
|
inline |
Definition at line 70 of file chi_ffinterpolation.h.
|
inlinevirtual |
Reimplemented in chi_mesh::FieldFunctionInterpolationLine, chi_mesh::FieldFunctionInterpolationPoint, chi_mesh::FieldFunctionInterpolationSlice, and chi_mesh::FieldFunctionInterpolationVolume.
Definition at line 75 of file chi_ffinterpolation.h.
|
inline |
Definition at line 73 of file chi_ffinterpolation.h.
|
protected |
Definition at line 63 of file chi_ffinterpolation.h.
|
protected |
Definition at line 62 of file chi_ffinterpolation.h.
|
protected |
Definition at line 61 of file chi_ffinterpolation.h.