https://github.com/feelpp/feelpp
Raw File
Tip revision: dfbe7d44450b895108b299f0de641aabdd2ef7fc authored by Philippe on 10 June 2021, 13:14:25 UTC
state covariance update fix; testcase typo corrected
Tip revision: dfbe7d4
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