Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/elmerice/examples/Test_MshGlacierSynthetic/README.txt
3206 views
1
# Compilation
2
Extension of the library depends on system you are working on
3
# .so pour unix
4
----------------
5
elmerf90-nosh {path_to_elmerice}/Meshers/MshGlacierSynthetic.f90 fbed.f90 fsurf.f90 $ELMER_HOME/lib/libelmersolver.so -o MshGlacierSynthetic
6
7
# .dylib pour Mac
8
-----------------
9
elmerf90-nosh {path_to_elmerice}/Meshers/MshGlacierSynthetic.f90 fbed.f90 fsurf.f90 $ELMER_HOME/lib/libelmersolver.dylib -o MshGlacierSynthetic
10
11
# make the 1m thick mesh
12
ElmerGrid 1 2 mesh_A
13
# Execution
14
./MshGlacierSynthetic
15
# For ElmerPost visualisation
16
ElmerGrid 2 3 mesh_A
17
18