MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Protected Member Functions | Protected Attributes | List of all members
mfem::BatchedLORKernel Class Reference

Abstract base class for the batched LOR assembly kernels. More...

#include <lor_batched.hpp>

Inheritance diagram for mfem::BatchedLORKernel:
[legend]
Collaboration diagram for mfem::BatchedLORKernel:
[legend]

Protected Member Functions

 BatchedLORKernel (FiniteElementSpace &fes_ho_, Vector &X_vert_, Vector &sparse_ij_, Array< int > &sparse_mapping_)
 

Protected Attributes

FiniteElementSpacefes_ho
 The associated high-order space. More...
 
VectorX_vert
 Mesh coordinate vector. More...
 
Vectorsparse_ij
 Local element sparsity matrix data. More...
 
Array< int > & sparse_mapping
 Local element sparsity pattern. More...
 
IntegrationRule ir
 Collocated integration rule. More...
 
QuadratureSpace qs
 Quadrature space for coefficients. More...
 
CoefficientVector c1
 Coefficient of first integrator. More...
 
CoefficientVector c2
 Coefficient of second integrator. More...
 

Detailed Description

Abstract base class for the batched LOR assembly kernels.

Definition at line 167 of file lor_batched.hpp.

Constructor & Destructor Documentation

mfem::BatchedLORKernel::BatchedLORKernel ( FiniteElementSpace fes_ho_,
Vector X_vert_,
Vector sparse_ij_,
Array< int > &  sparse_mapping_ 
)
inlineprotected

Definition at line 178 of file lor_batched.hpp.

Member Data Documentation

CoefficientVector mfem::BatchedLORKernel::c1
protected

Coefficient of first integrator.

Definition at line 176 of file lor_batched.hpp.

CoefficientVector mfem::BatchedLORKernel::c2
protected

Coefficient of second integrator.

Definition at line 177 of file lor_batched.hpp.

FiniteElementSpace& mfem::BatchedLORKernel::fes_ho
protected

The associated high-order space.

Definition at line 170 of file lor_batched.hpp.

IntegrationRule mfem::BatchedLORKernel::ir
protected

Collocated integration rule.

Definition at line 174 of file lor_batched.hpp.

QuadratureSpace mfem::BatchedLORKernel::qs
protected

Quadrature space for coefficients.

Definition at line 175 of file lor_batched.hpp.

Vector& mfem::BatchedLORKernel::sparse_ij
protected

Local element sparsity matrix data.

Definition at line 172 of file lor_batched.hpp.

Array<int>& mfem::BatchedLORKernel::sparse_mapping
protected

Local element sparsity pattern.

Definition at line 173 of file lor_batched.hpp.

Vector& mfem::BatchedLORKernel::X_vert
protected

Mesh coordinate vector.

Definition at line 171 of file lor_batched.hpp.


The documentation for this class was generated from the following file: