12 #ifndef MFEM_BILINEARFORM_EXT
13 #define MFEM_BILINEARFORM_EXT
15 #include "../config/config.hpp"
17 #include "../general/device.hpp"
23 class MixedBilinearForm;
53 MFEM_ABORT(
"AssembleDiagonal not implemented for this assembly level!");
61 int copy_interior = 0) = 0;
86 int copy_interior = 0);
154 int copy_interior = 0);
200 const double c=1.0)
const = 0;
204 virtual void Update() = 0;
217 void SetupMultInputs(
const Operator *elem_restrict_x,
static MemoryClass GetMemoryClass()
(DEPRECATED) Equivalent to GetDeviceMemoryClass().
Pointer to an Operator of a specified type.
static MemoryClass GetDeviceMemoryClass()
Get the current Device MemoryClass. This is the MemoryClass used by most MFEM device kernels to acces...
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
MemoryClass
Memory classes identify sets of memory types.