https://github.com/feelpp/feelpp
Raw File
Tip revision: a52bb43e2ddb8164f50cfd328c76f0e5a14c11cc authored by francoisdh on 08 June 2020, 19:12:57 UTC
Level set toolbox: added multiple automatic redistantiation triggering mechanisms handling (none, periodic, modgradphi-bounds-enforcing) in the level set base class and in the application main code + cleaned code. Fixes #1478
Tip revision: a52bb43
data
# -*- getpot -*- (GetPot mode activation for emacs)
#-------------------------------------------------
#      Data file for Mesh test
#-------------------------------------------------

mesh_type  = 'NETGEN'
mesh_dir   = '../data/mesh/netgen/'  # the directory where the mesh file is
mesh_file  = 'cubeBc312_x4.vol'       # mesh file
#mesh_file  = 'cubeBc312_x16.vol'       # mesh file
mesh_faces = all                    # update all faces elements

back to top