https://github.com/feelpp/feelpp
Raw File
Tip revision: e0675605c6c66809c1adecf99984d3168105496b authored by Vincent Chabannes on 26 August 2021, 08:38:47 UTC
up
Tip revision: e067560
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