Skip to content
Snippets Groups Projects
Commit 3016dbdb authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

Use dune-gmsh4 to read in Gmsh files for cosserat-continuum-2d-in-3d-X-X

parent 23dec80d
No related branches found
No related tags found
1 merge request!123Use dune-gmsh4 to read in Gmsh files for cosserat-continuum-2d-in-3d-X-X
......@@ -77,6 +77,8 @@
#include <dune/vtk/vtkreader.hh>
#endif
#include <dune/gmsh4/gmsh4reader.hh>
#include <dune/gmsh4/gridcreators/lagrangegridcreator.hh>
// grid dimension
const int dim = GRID_DIM;
......@@ -165,6 +167,9 @@ int main (int argc, char *argv[]) try
std::shared_ptr<GridType> grid;
GridFactory<GridType> factory;
Gmsh4::LagrangeGridCreator creator{factory};
FieldVector<double,dimworld> lower(0), upper(1);
std::string structuredGridType = parameterSet["structuredGrid"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment