Home
last modified time | relevance | path

Searched refs:FElem (Results 1 – 4 of 4) sorted by relevance

/dports/math/mfem/mfem-4.3/fem/
H A Deltrans.cpp386 int dim = FElem->GetDim(); in SetIdentityTransformation()
387 int dof = FElem->GetDof(); in SetIdentityTransformation()
401 dshape.SetSize(FElem->GetDof(), FElem->GetDim()); in EvalJacobian()
417 int Dim = FElem->GetDim(); in EvalHessian()
432 switch (FElem->Space()) in OrderJ()
446 switch (FElem->Space()) in OrderW()
449 return (FElem->GetOrder() - 1) * FElem->GetDim(); in OrderW()
451 return (FElem->GetOrder() * FElem->GetDim() - 1); in OrderW()
462 int k = FElem->GetOrder(); in OrderGrad()
463 int d = FElem->GetDim(); in OrderGrad()
[all …]
H A Deltrans.hpp354 const FiniteElement *FElem; member in mfem::IsoparametricTransformation
365 IsoparametricTransformation() : FElem(NULL) {} in IsoparametricTransformation()
371 EvalState = (FE != FElem) ? 0 : EvalState; in SetFE()
372 FElem = FE; geom = FE->GetGeomType(); in SetFE()
376 const FiniteElement* GetFE() const { return FElem; } in GetFE()
417 virtual int Order() const { return FElem->GetOrder(); } in Order()
H A Dgridfunc.cpp371 int dof = FElem->GetDof(); in GetNodalValues()
429 int dof = FElem->GetDof(); in GetVectorValue()
439 FElem->CalcShape(ip, shape); in GetVectorValue()
460 FElem->CalcVShape(*Tr, vshape); in GetVectorValue()
476 int dof = FElem->GetDof(); in GetValues()
525 int dof = FElem->GetDof(); in GetLaplacians()
562 int dim = FElem->GetDim(); in GetHessians()
568 int dof = FElem->GetDof(); in GetHessians()
998 int dof = FElem->GetDof(); in GetVectorValues()
1036 FElem->CalcVShape(T, vshape); in GetVectorValues()
[all …]
H A Dpgridfunc.cpp331 const FiniteElement *FElem = pfes->GetFaceNbrFE(nbr_el_no); in GetVectorValue() local
332 int dof = FElem->GetDof(); in GetVectorValue()
333 if (FElem->GetRangeType() == FiniteElement::SCALAR) in GetVectorValue()
336 if (FElem->GetMapType() == FiniteElement::VALUE) in GetVectorValue()
338 FElem->CalcShape(ip, shape); in GetVectorValue()
345 FElem->CalcPhysShape(*Tr, shape); in GetVectorValue()
361 FElem->CalcVShape(*Tr, vshape); in GetVectorValue()