12#ifndef MFEM_LOR_NEDELEC
13#define MFEM_LOR_NEDELEC
25 template <
int ORDER,
int SDIM>
void Assemble2D();
Abstract base class for the batched LOR assembly kernels.
CoefficientVector c2
Coefficient of second integrator.
CoefficientVector c1
Coefficient of first integrator.
BatchedLOR_ND(BilinearForm &a, FiniteElementSpace &fes_ho_, Vector &X_vert_, Vector &sparse_ij_, Array< int > &sparse_mapping_)
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
void ProjectLORCoefficient(BilinearForm &a, CoefficientVector &coeff_vector)