ug4
ug::bridge::Output::Functionality Struct Reference

Static Public Member Functions

static void Common (Registry &reg, string grp)
 
template<int dim>
static void Dimension (Registry &reg, string grp)
 
template<typename TDomain , typename TAlgebra >
static void DomainAlgebra (Registry &reg, string grp)
 

Detailed Description

Class exporting the functionality. All functionality that is to be used in scripts or visualization must be registered here.

Member Function Documentation

◆ Common()

static void ug::bridge::Output::Functionality::Common ( Registry reg,
string  grp 
)
inlinestatic

Function called for the registration of Domain and Algebra independent parts. All Functions and Classes not depending on Domain and Algebra are to be placed here when registering.

Parameters
regregistry
parentGroupgroup for sorting of functionality

References ug::bridge::Registry::add_function(), and ug::SaveMatrixToMTX().

◆ Dimension()

template<int dim>
static void ug::bridge::Output::Functionality::Dimension ( Registry reg,
string  grp 
)
inlinestatic

Function called for the registration of Dimension dependent parts. 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.

Parameters
regregistry
parentGroupgroup for sorting of functionality

References ug::bridge::Registry::add_class_(), ug::bridge::Registry::add_class_to_group(), ug::bridge::Registry::add_function(), dim, and name.

◆ DomainAlgebra()

template<typename TDomain , typename TAlgebra >
static void ug::bridge::Output::Functionality::DomainAlgebra ( Registry reg,
string  grp 
)
inlinestatic

Function called for the registration of Domain and Algebra dependent parts. 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
regregistry
parentGroupgroup for sorting of functionality

References ug::bridge::Registry::add_class_(), ug::bridge::Registry::add_class_to_group(), ADD_CONSTRUCTOR, ug::bridge::Registry::add_function(), dim, ug::bridge::Registry::get_class_(), init(), name, OVERLOADED_FUNCTION_PTR, and print().


The documentation for this struct was generated from the following file: