Plugins
|
Static Public Member Functions | |
template<typename TAlgebra > | |
static void | Algebra (Registry ®, string grp) |
static void | Common (Registry ®, string grp) |
template<int dim> | |
static void | Dimension (Registry ®, string grp) |
template<typename TDomain > | |
static void | Domain (Registry ®, string grp) |
template<typename TDomain , typename TAlgebra > | |
static void | DomainAlgebra (Registry ®, string grp) |
Class exporting the functionality of the plugin. All functionality that is to be used in scripts or visualization must be registered here.
|
inlinestatic |
Function called for the registration of Algebra dependent parts. 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.
reg | registry |
parentGroup | group for sorting of functionality |
|
inlinestatic |
|
inlinestatic |
Function called for the registration of Dimension dependent parts of the plugin. All Functions and Classes depending on the Dimension are to be placed here when registering. The method is called for all available Dimension types, based on the current build options.
reg | registry |
parentGroup | group for sorting of functionality |
|
inlinestatic |
Function called for the registration of Domain dependent parts of the plugin. All Functions and Classes depending on the Domain are to be placed here when registering. The method is called for all available Domain types, based on the current build options.
reg | registry |
parentGroup | group for sorting of functionality |
References ug::bridge::Registry::add_class_(), ug::bridge::Registry::add_class_to_group(), and dim.
|
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.
reg | registry |
parentGroup | group for sorting of functionality |
References ug::bridge::Registry::add_class_(), ug::bridge::Registry::add_class_to_group(), ug::bridge::Registry::add_function(), ug::cflNumber(), dim, ug::interpolateCRToLagrange(), ug::kineticEnergy(), and ug::vorticity().