RINGMesh  Version 5.0.0
A programming library for geological model meshes
RINGMesh::CellLocalFacet Struct Reference

#include <mesh.h>

Public Member Functions

 CellLocalFacet ()=default
 
 CellLocalFacet (index_t cell_id, index_t local_facet_id)
 

Public Attributes

index_t cell_id_ { NO_ID }
 
index_t local_facet_id_ { NO_ID }
 

Detailed Description

Definition at line 119 of file mesh.h.

Constructor & Destructor Documentation

◆ CellLocalFacet() [1/2]

RINGMesh::CellLocalFacet::CellLocalFacet ( )
default

◆ CellLocalFacet() [2/2]

RINGMesh::CellLocalFacet::CellLocalFacet ( index_t  cell_id,
index_t  local_facet_id 
)
inline

Definition at line 122 of file mesh.h.

Member Data Documentation

◆ cell_id_

index_t RINGMesh::CellLocalFacet::cell_id_ { NO_ID }

Definition at line 126 of file mesh.h.

◆ local_facet_id_

index_t RINGMesh::CellLocalFacet::local_facet_id_ { NO_ID }

Definition at line 127 of file mesh.h.


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