Added general/forall header in top MFEM one

This commit is contained in:
camierjs
2025-12-03 17:18:36 -08:00
parent 87b701bfd1
commit 48de40c399
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -42,7 +42,6 @@ Discretization improvements
Meshing improvements
--------------------
- The TMOP kernel hierarchy has been restructured to reduce compilation time.
Most large kernels have been split into smaller, specific ones, with kernels
for each metric. The directory structure has been updated with assemble,
+1
View File
@@ -16,6 +16,7 @@
#include "general/error.hpp"
#include "general/device.hpp"
#include "general/forall.hpp"
#include "general/array.hpp"
#include "general/arrays_by_name.hpp"
#include "general/sets.hpp"
@@ -23,7 +23,6 @@
#pragma once
#include "mfem.hpp"
#include "../../../general/forall.hpp"
using namespace mfem;