hexed 0.3.0
 
Loading...
Searching...
No Matches
hexed::Mesh::Connection_validity Class Reference

An object to provide information about whether the mesh connectivity is valid and if not, why. More...

#include <Mesh.hpp>

Public Member Functions

 operator bool ()
 returns true if connectivity is valid
 
void assert_valid ()
 if connectivity is invalid, throw an exception with a helpful message
 

Public Attributes

const int n_redundant
 number of redundant connections, counting each participating face as one
 
const int n_missing
 

Detailed Description

An object to provide information about whether the mesh connectivity is valid and if not, why.

Member Data Documentation

◆ n_missing

const int hexed::Mesh::Connection_validity::n_missing

number of missing connections


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