|
ASPECT
|

Public Member Functions | |
| virtual void | evaluate (const aspect::MaterialModel::MaterialModelInputs< dim > &in, PrescribedDilationOutputs< dim > &out) const =0 |
Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
| virtual | ~InterfaceBase ()=default |
| virtual void | initialize () |
| virtual void | update () |
| virtual void | parse_parameters (ParameterHandler &prm) |
| virtual void | save (std::map< std::string, std::string > &status_strings) const |
| virtual void | load (const std::map< std::string, std::string > &status_strings) |
Additional Inherited Members | |
Static Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
| static void | declare_parameters (ParameterHandler &prm) |
A base class for parameterizations that prescribe the dilation. If any Prescribed dilation plugin is selected by the user, then all of the following happens:
If more than one prescribed dilation plugin is selected, the results are summed.
Definition at line 121 of file interface.h.
|
pure virtual |
Compute the dilation and store in PrescribedDilationOutputs structure
Implemented in aspect::PrescribedDilation::Function< dim >.