12#ifndef MFEM_LIBCEED_CONV_HPP
13#define MFEM_LIBCEED_CONV_HPP
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
Class for an integration rule - an Array of IntegrationPoint.
Base class for vector Coefficients that optionally depend on time and space.
Represent a ConvectionIntegrator with AssemblyLevel::None using libCEED.
MFConvectionIntegrator(const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &ir, mfem::VectorCoefficient *Q, const double alpha)
This class wraps a ceed::PAIntegrator or ceed::MFIntegrator to support mixed finite element spaces.
MixedMFConvectionIntegrator(const ConvectionIntegrator &integ, const mfem::FiniteElementSpace &fes, mfem::VectorCoefficient *Q, const double alpha)
MixedPAConvectionIntegrator(const ConvectionIntegrator &integ, const mfem::FiniteElementSpace &fes, mfem::VectorCoefficient *Q, const double alpha)
Represent a ConvectionIntegrator with AssemblyLevel::Partial using libCEED.
PAConvectionIntegrator(const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &ir, mfem::VectorCoefficient *Q, const double alpha)