https://github.com/feelpp/feelpp
Raw File
Tip revision: edde507e6b1db4d8d64d966cc121d5ca90d18f22 authored by Christophe Prud'homme on 01 November 2022, 22:28:51 UTC
support dynamic polynomial order #1984
Tip revision: edde507
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