Path: blob/devel/elmerice/examples/Test_MshGlacierDEM/Serial/README.txt
5289 views
% create teterousse.msh using gmsh1gmsh teterousse.geo -1 -223% convert teterousse.gmsh in an Elmer type mesh4ElmerGrid 14 2 teterousse.msh -autoclean56% Extrude vertically the mesh (1m thick)7% Get ExtrudeMesh from the svn8% and compile it (cc ExtrudeMesh.c -o ExtrudeMesh -lm)9ExtrudeMesh teterousse WithOutCavity 14 1 1 0 0 0 01011% Deform vertically using the surface and bedrock DEM12% Input data are in mesh_input.dat13% Extension of the library depends on system you are working on14# .so pour unix15----------------16elmerf90-nosh {path_to_elmerice}/Meshers/MshGlacierDEM.f90 $ELMER_HOME/lib/libelmersolver.so -o MshGlacierDEM1718# .dylib pour Mac19-----------------20elmerf90-nosh {path_to_elmerice}/Meshers/MshGlacierDEM.f90 $ELMER_HOME/lib/libelmersolver.dylib -o MshGlacierDEM2122./MshGlacierDEM2324% Make a .ep to visualize in ElmerPost the mesh25ElmerGrid 2 3 WithOutCavity262728