COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Classes | |
class | Commands |
class | LibMeshDiff |
Functions | |
template<typename RangeT > | |
void | compare_ranges (const RangeT &a, const RangeT &b, Accumulator &accumulator) |
Compares two ranges. More... | |
bool | diff (const cf3::mesh::Mesh &a, const cf3::mesh::Mesh &b, const cf3::Uint max_ulps) |
Calculates the difference between two meshes. More... | |
Variables | |
cf3::common::RegistLibrary< LibMeshDiff > | libMeshDiff |
void cf3::Tools::MeshDiff::compare_ranges | ( | const RangeT & | a, |
const RangeT & | b, | ||
Accumulator & | accumulator | ||
) |
Compares two ranges.
Definition at line 123 of file MeshDiff.cpp.
bool MeshDiff_API diff | ( | const mesh::Mesh & | a, |
const mesh::Mesh & | b, | ||
const Uint | max_ulps | ||
) |
Calculates the difference between two meshes.
Definition at line 128 of file MeshDiff.cpp.
cf3::common::RegistLibrary<LibMeshDiff> libMeshDiff |
Definition at line 15 of file LibMeshDiff.cpp.
Send comments to: COOLFluiD Web Admin |