|  | MFEM v4.8.0
    Finite element discretization library | 
Abstract base class for the batched LOR assembly kernels. More...
#include <lor_batched.hpp>
| Protected Member Functions | |
| BatchedLORKernel (FiniteElementSpace &fes_ho_, Vector &X_vert_, Vector &sparse_ij_, Array< int > &sparse_mapping_) | |
| Protected Attributes | |
| FiniteElementSpace & | fes_ho | 
| The associated high-order space. | |
| Vector & | X_vert | 
| Mesh coordinate vector. | |
| Vector & | sparse_ij | 
| Local element sparsity matrix data. | |
| Array< int > & | sparse_mapping | 
| Local element sparsity pattern. | |
| IntegrationRule | ir | 
| Collocated integration rule. | |
| QuadratureSpace | qs | 
| Quadrature space for coefficients. | |
| CoefficientVector | c1 | 
| Coefficient of first integrator. | |
| CoefficientVector | c2 | 
| Coefficient of second integrator. | |
Abstract base class for the batched LOR assembly kernels.
Definition at line 167 of file lor_batched.hpp.
| 
 | inlineprotected | 
Definition at line 178 of file lor_batched.hpp.
| 
 | protected | 
Coefficient of first integrator.
Definition at line 176 of file lor_batched.hpp.
| 
 | protected | 
Coefficient of second integrator.
Definition at line 177 of file lor_batched.hpp.
| 
 | protected | 
The associated high-order space.
Definition at line 170 of file lor_batched.hpp.
| 
 | protected | 
Collocated integration rule.
Definition at line 174 of file lor_batched.hpp.
| 
 | protected | 
Quadrature space for coefficients.
Definition at line 175 of file lor_batched.hpp.
| 
 | protected | 
Local element sparsity matrix data.
Definition at line 172 of file lor_batched.hpp.
| 
 | protected | 
Local element sparsity pattern.
Definition at line 173 of file lor_batched.hpp.
| 
 | protected | 
Mesh coordinate vector.
Definition at line 171 of file lor_batched.hpp.