Skip to content
Snippets Groups Projects
Commit 679bc4ba authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add Cartesian 1D, 2D and 3D meshes to the MeshDataBaseForTests

These mesh can be accessed using
```
MeshDataBaseForTests::instance().cartesianMesh<Dimension>();
```
where Dimension parameter is a constexpr integer.

The result is a `const Mesh<Connectivity<Dimension>>&`
parent 65dd63a7
No related branches found
No related tags found
1 merge request!61Feature/mesh based ci
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment