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