feat(quadrature): quadrature system brought over
Ported and dramatically cleaned up the quadrature system. This includes centralizing all field definitions
This commit is contained in:
@@ -10,6 +10,13 @@ project(
|
||||
],
|
||||
)
|
||||
|
||||
# these silence some warnings from mfem. Really these should be specific to mfem.
|
||||
add_global_arguments('-Wno-unused', language: 'c')
|
||||
add_global_arguments('-Wno-unused', language: 'cpp')
|
||||
add_global_arguments('-Wno-unused-parameter', language: 'c')
|
||||
add_global_arguments('-Wno-unused-parameter', language: 'cpp')
|
||||
|
||||
|
||||
python_mod = import('python')
|
||||
fs = import('fs')
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
Reference in New Issue
Block a user