Home
last modified time | relevance | path

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

/dports/math/mfem/mfem-4.3/fem/
H A Dfe.cpp9747 const double *op = poly1d.OpenPoints(p, btype); in L2_SegmentElement()
9780 const double *op = poly1d.OpenPoints(p, b_type); in ProjectDelta()
9849 const double *op = poly1d.OpenPoints(p, b_type); in L2_QuadrilateralElement()
9907 const double *op = poly1d.OpenPoints(p, b_type); in ProjectDelta()
10034 const double *op = poly1d.OpenPoints(p, btype); in L2_HexahedronElement()
10101 const double *op = poly1d.OpenPoints(p, b_type); in ProjectDelta()
10839 const double *op = poly1d.OpenPoints(p, ob_type); in RT_QuadrilateralElement()
11493 const double *bop = poly1d.OpenPoints(p); in RT_TriangleElement()
11646 const double *bop = poly1d.OpenPoints(p); in RT_TetrahedronElement()
12660 const double *eop = poly1d.OpenPoints(p - 1); in ND_TetrahedronElement()
[all …]
H A Dfe.hpp2037 const double *OpenPoints(const int p, in OpenPoints() function in mfem::Poly_1D