Added general/forall header in top MFEM one
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user