Plugins
ug::ConvectionDiffusionPlugin::Functionality2d3d Struct Reference

Static Public Member Functions

template<typename TDomain , typename TRegistry = ug::bridge::Registry>
static void Domain (TRegistry &reg, string grp)
 

Detailed Description

Class exporting the functionality of the plugin restricted to 2 and 3 spatial dimensions. All functionality that is to be used in scripts or visualization only in 2d and 3d must be registered here.

Member Function Documentation

◆ Domain()

template<typename TDomain , typename TRegistry = ug::bridge::Registry>
static void ug::ConvectionDiffusionPlugin::Functionality2d3d::Domain ( TRegistry &  reg,
string  grp 
)
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.

Parameters
regregistry
parentGroupgroup for sorting of functionality

References dim.


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