feat(mesh): non conforming vacuum
stroid can now generate non uniformly refined vacuum meshes. Note we still enforce that the stellar domain is fully conforming.
This commit is contained in:
@@ -3,9 +3,10 @@ gtest_main = dependency('gtest_main', required: true)
|
||||
gtest_nomain_dep = dependency('gtest', main: false, required : true)
|
||||
threads_dep = dependency('threads')
|
||||
|
||||
# Test files for const
|
||||
test_sources = [
|
||||
'stroidTest.cpp'
|
||||
'stroidTest.cpp',
|
||||
'nonconformingTest.cpp',
|
||||
'visualizationTest.cpp'
|
||||
]
|
||||
|
||||
foreach test_file : test_sources
|
||||
|
||||
Reference in New Issue
Block a user