Home
last modified time | relevance | path

Searched refs:fe1d (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/mfem/
H A Dbp1.hpp57 …const mfem::FiniteElement *fe1d = fes->FEColl()->FiniteElementForGeometry(mfem::Geometry::SEGM… in FESpace2Ceed() local
58 mfem::DenseMatrix shape1d(fe1d->GetDof(), ir.GetNPoints()); in FESpace2Ceed()
59 mfem::DenseMatrix grad_1d(fe1d->GetDof(), ir.GetNPoints()); in FESpace2Ceed()
63 const mfem::H1_SegmentElement *h1_fe1d = dynamic_cast<const mfem::H1_SegmentElement *>(fe1d); in FESpace2Ceed()
70 fe1d->CalcShape(ip, shape_i); in FESpace2Ceed()
71 fe1d->CalcDShape(ip, grad_i); in FESpace2Ceed()
H A Dbp3.hpp58 …const mfem::FiniteElement *fe1d = fes->FEColl()->FiniteElementForGeometry(mfem::Geometry::SEGM… in FESpace2Ceed() local
59 mfem::DenseMatrix shape1d(fe1d->GetDof(), ir.GetNPoints()); in FESpace2Ceed()
60 mfem::DenseMatrix grad_1d(fe1d->GetDof(), ir.GetNPoints()); in FESpace2Ceed()
64 const mfem::H1_SegmentElement *h1_fe1d = dynamic_cast<const mfem::H1_SegmentElement *>(fe1d); in FESpace2Ceed()
71 fe1d->CalcShape(ip, shape_i); in FESpace2Ceed()
72 fe1d->CalcDShape(ip, grad_i); in FESpace2Ceed()