Path: blob/devel/elmerice/examples/Test_MshGlacierDEM/Partitioned/README.txt
3206 views
% create teterousse.msh using gmsh1gmsh teterousse.geo -1 -223% convert teterousse.gmsh in an Elmer type mesh4ElmerGrid 14 2 teterousse.msh -autoclean56% Make a Partitioned mesh of teterousse with 6 partitions7ElmerGrid 2 2 teterousse -halo -metis 6 489% Extrude vertically the mesh (1m thick)10% Get ExtrudeMesh from the svn11% and compile it (cc ExtrudeMesh.c -o ExtrudeMesh -lm)12ExtrudeMesh teterousse WithOutCavity 14 1 6 0 0 0 01314% Deform vertically using the surface and bedrock DEM15% Input data are in mesh_input.dat16% Extension of the library depends on system you are working on17# .so pour unix18----------------19elmerf90-nosh {path_to_elmerice}/Meshers/MshGlacierDEM.f90 $ELMER_HOME/lib/libelmersolver.so -o MshGlacierDEM2021# .dylib pour Mac22-----------------23elmerf90-nosh {path_to_elmerice}/Meshers/MshGlacierDEM.f90 $ELMER_HOME/lib/libelmersolver.dylib -o MshGlacierDEM2425./MshGlacierDEM2627% Make a .ep to visualize in ElmerPost the mesh28ElmerGrid 2 3 WithOutCavity293031