Loading src/UnstructuredMesh/MeshFunctions/README.md +5 −7 Original line number Diff line number Diff line ## Mesh functions ## The directory MeshFunctions includes headder files implementing several important algorithms to work with an unstructured mesh. <table> <tr> <th>headder name</th><th>functionality</th> </tr> <tr> <ti>ComputeCenter.h</ti><ti>defines class computing centers of mesh elements</ti> </tr> |headder name|functionality| |------------|-------------| |ComputeCenter.h|defines class computing centers of mesh elements| Example how to calculate centers of mesh elements. ```c++ Loading Loading
src/UnstructuredMesh/MeshFunctions/README.md +5 −7 Original line number Diff line number Diff line ## Mesh functions ## The directory MeshFunctions includes headder files implementing several important algorithms to work with an unstructured mesh. <table> <tr> <th>headder name</th><th>functionality</th> </tr> <tr> <ti>ComputeCenter.h</ti><ti>defines class computing centers of mesh elements</ti> </tr> |headder name|functionality| |------------|-------------| |ComputeCenter.h|defines class computing centers of mesh elements| Example how to calculate centers of mesh elements. ```c++ Loading