https://github.com/feelpp/feelpp
Raw File
Tip revision: 6fff6ec3e0e862460e6ef3bbebe694fa9b8886ba authored by Thibaut METIVET on 25 April 2023, 13:12:04 UTC
Merge remote-tracking branch 'origin/develop' into feature/ls-adr
Tip revision: 6fff6ec
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