MFEMDomainSubMesh

Overview

MFEMDomainSubMesh specifies and builds an mfem::ParSubMesh object from a volumetric subspace of the parent mfem::ParMesh used in the MFEMProblem, from a user-specified set of blocks.

Example Input File Syntax

[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": "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."}>>> = interior
  []
[]
(test/tests/mfem/submeshes/domain_submesh.i)

Input Parameters

  • blockThe list of subdomains (names or ids) that this object will be restricted to. Leave empty to apply to all subdomains.

    C++ Type:std::vector<SubdomainName>

    Controllable:No

    Description:The list of subdomains (names or ids) that this object will be restricted to. Leave empty to apply to all subdomains.

  • submesh_boundaryName to assign submesh boundary.

    C++ Type:BoundaryName

    Controllable:No

    Description:Name to assign submesh boundary.

Optional 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.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Controllable:No

    Description:Set the enabled status of the MooseObject.

Advanced Parameters

Input Files