12 #ifndef MFEM_LIBCEED_NLCONV_HPP 13 #define MFEM_LIBCEED_NLCONV_HPP 15 #include "../../interface/integrator.hpp" 16 #include "../../interface/mixed_integrator.hpp" 17 #include "../../../fespace.hpp" 67 #endif // MFEM_LIBCEED_NLCONV_HPP Class for an integration rule - an Array of IntegrationPoint.
MFVectorConvectionNLFIntegrator(const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &irm, mfem::Coefficient *coeff)
MixedMFVectorConvectionNLIntegrator(const VectorConvectionNLFIntegrator &integ, const mfem::FiniteElementSpace &fes, mfem::Coefficient *Q)
MixedPAVectorConvectionNLIntegrator(const VectorConvectionNLFIntegrator &integ, const mfem::FiniteElementSpace &fes, mfem::Coefficient *Q)
This class wraps a ceed::PAIntegrator or ceed::MFIntegrator to support mixed finite element spaces...
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
Base class Coefficients that optionally depend on space and time. These are used by the BilinearFormI...
PAVectorConvectionNLFIntegrator(const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &irm, mfem::Coefficient *coeff)