Home
last modified time | relevance | path

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

/dports/math/mfem/mfem-4.3/fem/
H A Dfe.cpp10952 if (obasis1d.IsIntegratedType()) in CalcVShape()
10963 obasis1d.Eval(ip.x, shape_ox); in CalcVShape()
10964 obasis1d.Eval(ip.y, shape_oy); in CalcVShape()
11012 if (obasis1d.IsIntegratedType()) in CalcDivShape()
11277 if (obasis1d.IsIntegratedType()) in CalcVShape()
11367 if (obasis1d.IsIntegratedType()) in CalcDivShape()
12118 if (obasis1d.IsIntegratedType()) in CalcVShape()
12208 if (obasis1d.IsIntegratedType()) in CalcCurlShape()
12544 if (obasis1d.IsIntegratedType()) in CalcVShape()
12606 if (obasis1d.IsIntegratedType()) in CalcCurlShape()
[all …]
H A Dfe.hpp2235 Poly_1D::Basis &cbasis1d, &obasis1d; member in mfem::VectorTensorFiniteElement
2854 if (obasis1d.IsIntegratedType()) { ProjectIntegrated(vc, Trans, dofs); } in Project()
2923 if (obasis1d.IsIntegratedType()) { ProjectIntegrated(vc, Trans, dofs); } in Project()
3107 if (obasis1d.IsIntegratedType()) { ProjectIntegrated(vc, Trans, dofs); } in Project()
3180 if (obasis1d.IsIntegratedType()) { ProjectIntegrated(vc, Trans, dofs); } in Project()
3329 { obasis1d.Eval(ip.x, shape); } in CalcShape()