feat(probe): vector overload for glVisView

glVisView can now also be called with a vector and finite element space as opposed to just a grid function and mesh
This commit is contained in:
2025-02-28 09:47:15 -05:00
parent 974842c633
commit 83ee05272c
3 changed files with 23 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ libprobe = static_library('probe',
include_directories: include_directories('public'),
cpp_args: ['-fvisibility=default'],
install : true,
dependencies: [config_dep, mfem_dep, quill_dep]
dependencies: [config_dep, mfem_dep, quill_dep, warning_control_dep]
)
probe_dep = declare_dependency(