MFEM  v4.6.0
Finite element discretization library
Classes | Namespaces | Functions
lor_batched.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::BatchedLORAssembly
 Efficient batched assembly of LOR discretizations on device. More...
 
class  mfem::BatchedLORKernel
 Abstract base class for the batched LOR assembly kernels. More...
 

Namespaces

 mfem
 

Functions

template<typename T >
void mfem::EnsureCapacity (Memory< T > &mem, int capacity)
 Ensure that mem has at least capacity capacity. More...
 
IntegrationRule mfem::GetCollocatedIntRule (FiniteElementSpace &fes)
 
template<typename INTEGRATOR >
void mfem::ProjectLORCoefficient (BilinearForm &a, CoefficientVector &coeff_vector)