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 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++