#include "Interpolation3D.hxx"#include "MEDMEM_Mesh.hxx"#include <iostream>#include <map>#include <vector>#include <cmath>#include <algorithm>#include "VectorUtils.hxx"#include "Log.hxx"
Go to the source code of this file.
Functions | |
| double | sumVolume (const IntersectionMatrix &m) |
| void | dumpIntersectionMatrix (const IntersectionMatrix &m) |
| std::pair< int, int > | countNumberOfMatrixEntries (const IntersectionMatrix &m) |
| void | calcIntersectionMatrix (const char *mesh1path, const char *mesh1, const char *mesh2path, const char *mesh2, IntersectionMatrix &m) |
| double sumVolume | ( | const IntersectionMatrix & | m | ) |
| void dumpIntersectionMatrix | ( | const IntersectionMatrix & | m | ) |
References sumVolume().
| std::pair<int,int> countNumberOfMatrixEntries | ( | const IntersectionMatrix & | m | ) |
References INTERP_KERNEL.epsilonEqual(), and INTERP_KERNEL.VOL_PREC.
| void calcIntersectionMatrix | ( | const char * | mesh1path, |
| const char * | mesh1, | ||
| const char * | mesh2path, | ||
| const char * | mesh2, | ||
| IntersectionMatrix & | m | ||
| ) |