https://github.com/feelpp/feelpp
Raw File
Tip revision: 3b14b7cb1d8ea93ff1db86f368c2f89444ce5f52 authored by Christophe Prud'homme on 25 January 2016, 03:52:43 UTC
Merge branch 'master' of https://github.com/feelpp/feelpp
Tip revision: 3b14b7c
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