ug4
ug::bridge::Refinement::Functionality Struct Reference

Static Public Member Functions

static void Common (Registry &reg, string grp)
 
template<typename TDomain >
static void Domain (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::Refinement::Functionality::Common ( Registry reg,
string  grp 
)
inlinestatic

◆ Domain()

template<typename TDomain >
static void ug::bridge::Refinement::Functionality::Domain ( Registry reg,
string  grp 
)
inlinestatic

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

Parameters
regregistry
parentGroupgroup for sorting of functionality

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


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