MFEM
v4.2.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
mfem | |
mfem::TransferKernels | |
Functions | |
void | mfem::TransferKernels::Prolongation2D (const int NE, const int D1D, const int Q1D, const Vector &localL, Vector &localH, const Array< double > &B, const Vector &mask) |
void | mfem::TransferKernels::Prolongation3D (const int NE, const int D1D, const int Q1D, const Vector &localL, Vector &localH, const Array< double > &B, const Vector &mask) |
void | mfem::TransferKernels::Restriction2D (const int NE, const int D1D, const int Q1D, const Vector &localH, Vector &localL, const Array< double > &Bt, const Vector &mask) |
void | mfem::TransferKernels::Restriction3D (const int NE, const int D1D, const int Q1D, const Vector &localH, Vector &localL, const Array< double > &Bt, const Vector &mask) |