This is the repository containing the Midtre Lovénbreen testcase, used in the Elmer/Ice beginner's course http://elmerfem.org/elmerice/wiki/doku.php?id=courses:courses
The following SIF's are:
mlb_linsys.sif
... mechanical-only steady state problem using vectorized Navier-Stokes solvermlb_amgx.sif
... mechanical-only steady state problem using vectorized Navier-Stokes solver with NVIDIA AMGX library to offload block solutions (needs CUDA enables GPU and amgx_interface branch)mlb.sif
... mechanical-only steady state problem using legacy Navier-Stokes solvermlb_sliding.sif
... mechanical-only steady state problem with sliding using legacy Navier-Stokes solvermlb_tmc_linsys.sif
... thermo-mechanically coupled steady state problem using vectorized Navier-Stokes solver (works)mlb_tmc_trans_linsys.sif
... thermo-mechanically coupled steady state problem using vectorized Navier-Stokes solver and struct. mesh mapper (problematic)mlb_tmc_trans_linsys_fs.sif
... thermo-mechanically coupled steady state problem using vectorized Navier-Stokes solver and leagacy MeshSolver (works)mlb_tmc(_trans)_linsys_SI.sif
... same as above, with SI units, instead of scaled MPa-m-yrmlb_amgx.sif
... mechanical-only steady state problem with NVIDIA's AMGX solver using vectorized Navier-Stokes solver