- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector<std::string>
Controllable:No
Description:If specified only the blocks named will be visited and made active
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector<std::string>
Controllable:No
Description:If specified blocks matching these identifiers will be skipped.
AddMFEMSubMeshAction
Summary
Add a MFEM SubMesh object to the simulation.
Overview
Action called to add an MFEM finite element space to the problem, parsing content inside a SubMeshes
block in the user input. Only has an effect if the Problem
type is set to MFEMProblem
.
Example Input File Syntax
[Problem<<<{"href": "../../../syntax/Problem/index.html"}>>>]
type = MFEMProblem
[]
[SubMeshes<<<{"href": "../../../syntax/SubMeshes/index.html"}>>>]
[wire]
type = MFEMDomainSubMesh<<<{"description": "Class to construct an MFEMSubMesh formed from the subspace of the parent mesh restricted to the set of user-specified subdomains.", "href": "../submeshes/MFEMDomainSubMesh.html"}>>>
block<<<{"description": "The list of subdomains (names or ids) that this object will be restricted to. Leave empty to apply to all subdomains."}>>> = 1
[]
[]
(test/tests/mfem/submeshes/domain_submesh.i)Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.