Structure used to compare matricies. More...
#include <Mesh.h>
Public Member Functions | |
| CompareResult (int state=0) | |
| bool | operator== (const CompareResult &) const |
| int | result () const |
Public Attributes | |
| bool | block |
| block ids match | |
| bool | domain |
| domain matches | |
| bool | equal |
| Meshes are equal (operator==) | |
| bool | geometry |
| geometries match | |
| bool | nodes |
| Nodes match. | |
| bool | surface |
| surface ids match | |
| AMP::Mesh::Mesh::CompareResult::CompareResult | ( | int | state = 0 | ) |
| bool AMP::Mesh::Mesh::CompareResult::operator== | ( | const CompareResult & | ) | const |
| int AMP::Mesh::Mesh::CompareResult::result | ( | ) | const |
0 - The meshes are different 1 - The meshes are equal (a == b) 2 - The meshes are equivalent: Nodes match, elements match, block/surface ids match 3 - The meshes are similar: Nodes do not match but map the same domain within tolerance, block/surface ids match
| bool AMP::Mesh::Mesh::CompareResult::equal |
| bool AMP::Mesh::Mesh::CompareResult::geometry |
| bool AMP::Mesh::Mesh::CompareResult::surface |
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:43. Comments on this page |