MFEM
v4.5.2
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. More... | |
Vector & | X_vert |
Mesh coordinate vector. More... | |
Vector & | sparse_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... | |
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.