Variables containing the information of connectivities common to 1D, 2D, and 3D meshes. More...
#include <arcane/mesh/MeshVariables.h>
Public Member Functions | |
| MeshVariables (ISubDomain *sub_domain, const String &base_name) | |
Protected Attributes | |
| ISubDomain * | m_sub_domain |
| VariableScalarInteger | m_mesh_dimension |
| Mesh dimension. | |
| VariableScalarInteger | m_mesh_connectivity |
| Mesh connectivity. | |
| VariableArrayString | m_item_families_name |
| Names of entity families. | |
| VariableArrayInteger | m_item_families_kind |
| Kind of entities in the families. | |
| VariableScalarString | m_parent_mesh_name |
| Name of the parent mesh. | |
| VariableScalarString | m_parent_group_name |
| Name of the parent group. | |
| VariableArrayString | m_child_meshes_name |
| Names of parent meshes. | |
Variables containing the information of connectivities common to 1D, 2D, and 3D meshes.
Definition at line 34 of file MeshVariables.h.
| Arcane::mesh::MeshVariables::MeshVariables | ( | ISubDomain * | sub_domain, |
| const String & | base_name ) |
Definition at line 34 of file MeshVariables.cc.
|
inlinevirtual |
Definition at line 40 of file MeshVariables.h.
|
protected |
Names of parent meshes.
Definition at line 65 of file MeshVariables.h.
Referenced by Arcane::mesh::DynamicMesh::_prepareForDumpReal(), and Arcane::mesh::DynamicMesh::_readFromDump().
|
protected |
Kind of entities in the families.
Definition at line 56 of file MeshVariables.h.
Referenced by Arcane::mesh::DynamicMesh::_prepareForDumpReal(), and Arcane::mesh::DynamicMesh::_readFromDump().
|
protected |
Names of entity families.
Definition at line 53 of file MeshVariables.h.
Referenced by Arcane::mesh::DynamicMesh::_prepareForDumpReal(), and Arcane::mesh::DynamicMesh::_readFromDump().
|
protected |
Mesh connectivity.
Definition at line 50 of file MeshVariables.h.
Referenced by Arcane::mesh::DynamicMesh::connectivity().
|
protected |
Mesh dimension.
Definition at line 47 of file MeshVariables.h.
Referenced by Arcane::mesh::DynamicMesh::_readFromDump(), Arcane::mesh::DynamicMesh::deallocate(), and Arcane::mesh::DynamicMesh::dimension().
|
protected |
Name of the parent group.
Definition at line 62 of file MeshVariables.h.
Referenced by Arcane::mesh::DynamicMesh::_prepareForDumpReal(), and Arcane::mesh::DynamicMesh::_readFromDump().
|
protected |
Name of the parent mesh.
Definition at line 59 of file MeshVariables.h.
Referenced by Arcane::mesh::DynamicMesh::_prepareForDumpReal(), and Arcane::mesh::DynamicMesh::_readFromDump().
|
protected |
Definition at line 44 of file MeshVariables.h.