Plugins
Loading...
Searching...
No Matches
ug::d3f::FracturedFunctionality Struct Reference

Static Public Member Functions

template<typename TDomain >
static void Domain (Registry &reg, string grp)
 
template<typename TDomain , typename TAlgebra >
static void DomainAlgebra (Registry &reg, string grp)
 

Detailed Description

Class exporting the functionality of the plugin: Only for 2d and 3d. All functionality that is to be used in scripts or visualization must be registered here.

Member Function Documentation

◆ Domain()

template<typename TDomain >
static void ug::d3f::FracturedFunctionality::Domain ( Registry reg,
string  grp 
)
inlinestatic

Function called for the registration of the classes working with low-dimensional fractures: 1d domains must be excluded as they have no 'low-dimensional objects.

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

◆ DomainAlgebra()

template<typename TDomain , typename TAlgebra >
static void ug::d3f::FracturedFunctionality::DomainAlgebra ( Registry reg,
string  grp 
)
inlinestatic

Function called for the registration of the classes working with low-dimensional fractures: 1d domains must be excluded as they have no 'low-dimensional objects. Note: This part is currently implemented only for 2d!

References ug::bridge::Registry::add_class_(), ug::bridge::Registry::add_class_to_group(), and ug::bridge::GetDomainSuffix().


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