|
template<typename TAlgebra , typename TRegistry = ug::bridge::Registry> |
static void | Algebra (TRegistry ®, string parentGroup) |
|
template<typename TRegistry = ug::bridge::Registry> |
static void | Common (TRegistry ®, string parentGroup) |
|
template<int dim> |
static void | Dimension (Registry ®, string grp) |
|
template<typename TDomain > |
static void | Domain (Registry ®, string grp) |
|
template<typename TDomain , typename TAlgebra , typename TRegistry = ug::bridge::Registry> |
static void | DomainAlgebra (TRegistry ®, string grp) |
|
Class exporting the functionality of the plugin. All functionality that is to be used in scripts or visualization must be registered here.
template<typename TAlgebra , typename TRegistry = ug::bridge::Registry>
static void ug::Limex::Functionality::Algebra |
( |
TRegistry & |
reg, |
|
|
string |
parentGroup |
|
) |
| |
|
inlinestatic |
Function called for the registration of Algebra dependent parts of the plugin. All Functions and Classes depending on Algebra are to be placed here when registering. The method is called for all available Algebra types, based on the current build options.
- Parameters
-
reg | registry |
parentGroup | group for sorting of functionality |
References ADD_CONSTRUCTOR.
template<typename TDomain , typename TAlgebra , typename TRegistry = ug::bridge::Registry>
static void ug::Limex::Functionality::DomainAlgebra |
( |
TRegistry & |
reg, |
|
|
string |
grp |
|
) |
| |
|
inlinestatic |
Function called for the registration of Domain and Algebra dependent parts of the plugin. All Functions and Classes depending on both Domain and Algebra are to be placed here when registering. The method is called for all available Domain and Algebra types, based on the current build options.
- Parameters
-
reg | registry |
parentGroup | group for sorting of functionality |
GridFunctionEstimator (REPLACED, sub-diagonal)