MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
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

namespace  mfem
 

Functions

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