Commit 55ea7b1a authored by Tomáš Jakubec's avatar Tomáš Jakubec
Browse files

readme fix

parent a19984f4
Loading
Loading
Loading
Loading
+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++