MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::NCMesh::NCList::MeshIdAndType Struct Reference

#include <ncmesh.hpp>

Collaboration diagram for mfem::NCMesh::NCList::MeshIdAndType:
[legend]

Public Attributes

const MeshId *const id
 
const MeshIdType type
 MeshIdType corresponding to the MeshId. UNRECOGNIZED if unfound.
 

Detailed Description

Helper storing a reference to a MeshId type, and the face type it can be cast to

Definition at line 251 of file ncmesh.hpp.

Member Data Documentation

◆ id

const MeshId* const mfem::NCMesh::NCList::MeshIdAndType::id

Pointer to a possible MeshId, nullptr if not found

Definition at line 253 of file ncmesh.hpp.

◆ type

const MeshIdType mfem::NCMesh::NCList::MeshIdAndType::type

MeshIdType corresponding to the MeshId. UNRECOGNIZED if unfound.

Definition at line 255 of file ncmesh.hpp.


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