Test program which takes two meshes and calculates their intersection matrix. More...
#include "Interpolation3D.hxx"#include "Interpolation3D.txx"#include "MeshTestToolkit.txx"#include "Log.hxx"#include "VectorUtils.hxx"#include "TestInterpKernelUtils.hxx"#include "MEDMEM_Mesh.hxx"#include "MEDNormalizedUnstructuredMesh.hxx"#include <cassert>#include <string>
Data Structures | |
| class | INTERP_TEST.PerfTestToolkit |
| Specialization of MeshTestToolkit for the purposes of performance testing. More... | |
Packages | |
| package | INTERP_TEST |
Functions | |
| int | main (int argc, char **argv) |
| Main method of the program. | |
Test program which takes two meshes and calculates their intersection matrix.
USAGE : PerfTest mesh1 mesh2 where mesh1 and mesh2 are the names of two meshes located in the files mesh1.med, mesh2.med in {$MED_ROOT_DIR}/share/salome/resources/med/
Main method of the program.
Intersects the meshes and outputs some information about the calculation as well as the intersection matrix on std.cout.
| argc | number of arguments given to the program (should be 3, the user giving 2 mesh names) |
| argv | vector to the arguments as strings. |
References TestMedCorba2.m, and test_gibi.mesh1.