A small two dimensional test of a 2-layer Earth (crust + upper Mantle) driven by the load of a prescribed Bueler profile. To run this case, you need to have Gmsh (tested with version 4.4.1)and Elmer (tested with Elmer revision 09aa1f2) installed. To view the results, you need to have Paraview installed.
Files and what they are used for:
README.md
... this filegenmesh.sh
... script that creates meshcompile.sh
... script that compiles needed external functionscleanup.sh
... script that cleans out any objects, mesh-files and results (!!)2layer_ice.geo
... input file for2layer_ice.sif
... the main solver input fileparameter.sif
... definition of run parameters (in LUA syntax)ELMERSOLVER_STARTINFO
... startinfo file for Elmer rundeform.lua
... definition of needed LUA functionsbuelerprofile.f90
... source code for generating the imposed Bueler profileDummySolver.F90
... solver used for creating a mask in the beginningserial.pvsm
... Paraview state file for visualization
For the brave and impatient:
$ ./compile && ./genmesh && ElmerSolver