|
FEAT 3
Finite Element Analysis Toolbox
|
Domain control namespace. More...
Enumerations | |
| enum class | VirtualLevelLambda { normal , parent , child , base } |
| Virtual Level Lambda type enumeration. More... | |
Functions | |
| void | add_supported_pdc_args (SimpleArgParser &args) |
| Adds the supported arguments of the PartiDomainControl to an argument parser. More... | |
Domain control namespace.
|
strong |
Virtual Level Lambda type enumeration.
This enumeration is used by the VirtualLevel::apply_lambda() function, see its documentation for details.
Definition at line 187 of file domain_control.hpp.
|
inline |
Adds the supported arguments of the PartiDomainControl to an argument parser.
This function adds all supported options, which can be parsed by calling the PartiDomainControl::parse_args() function, to a SimpleArgParser object.
| [in] | args | The argument parser. |
Definition at line 31 of file parti_domain_control.hpp.
References FEAT::SimpleArgParser::support().