https://github.com/feelpp/feelpp
Raw File
Tip revision: fd578b69ee5acf1c6b99c520161a82c8c3085ffc authored by CĂ©line Van Landeghem on 08 January 2024, 16:52:50 UTC
Newmark scheme
Tip revision: fd578b6
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