https://github.com/feelpp/feelpp
Raw File
Tip revision: 9df7f0a17dd6f00537fee6172f296bf2b632e4bf authored by Thibaut METIVET on 05 May 2022, 08:26:38 UTC
Filter out ghost elements in distancetorange initialization
Tip revision: 9df7f0a
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