![]() |
Chi-Tech
|
#include <GridBasedFieldFunctionInterface.h>
Public Member Functions | |
GridBasedFieldFunctionInterface (const chi::InputParameters ¶ms) | |
FieldFunctionGridBased * | GetGridBasedFieldFunction () const |
Static Public Member Functions | |
static chi::InputParameters | GetInputParameters () |
Additional Inherited Members | |
![]() | |
FieldFunctionInterface (const chi::InputParameters ¶ms) | |
FieldFunction * | GetFieldFunction () const |
![]() | |
static chi::InputParameters | GetInputParameters () |
Interface class to add a dependency on a logical volume. Two things need to be done to use this interface. 1) Derive from it. 2) Add its parameters to the child class. Now it will require a handle to a GridBasedFieldFunction in the input language.
Definition at line 15 of file GridBasedFieldFunctionInterface.h.
|
explicit |
Definition at line 15 of file GridBasedFieldFunctionInterface.cc.
FieldFunctionGridBased * chi_physics::GridBasedFieldFunctionInterface::GetGridBasedFieldFunction | ( | ) | const |
Definition at line 22 of file GridBasedFieldFunctionInterface.cc.
|
static |
Definition at line 8 of file GridBasedFieldFunctionInterface.cc.