Home
last modified time | relevance | path

Searched refs:_p_level (Results 1 – 20 of 20) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/quadrature/
H A Dquadrature_gauss_3D.C46 q1D.init(EDGE2, _p_level); in init_3D()
170 conical_rule.init(_type, _p_level); in init_3D()
470 gm_rule.init(_type, _p_level); in init_3D()
488 conical_rule.init(_type, _p_level); in init_3D()
516 q1D.init(EDGE2, _p_level); in init_3D()
517 q2D.init(TRI3, _p_level); in init_3D()
538 conical_rule.init(_type, _p_level); in init_3D()
H A Dquadrature_gauss_lobatto_3D.C39 q1D.init(EDGE2, _p_level); in init_3D()
53 gauss_rule.init(_type, _p_level); in init_3D()
H A Dquadrature_gauss_lobatto_2D.C41 q1D.init(EDGE2, _p_level); in init_2D()
55 gauss_rule.init(_type, _p_level); in init_2D()
H A Dquadrature_nodal_1D.C37 rule.init(_type, /*ignored*/_p_level); in init_1D()
46 rule.init(_type, /*ignored*/_p_level); in init_1D()
H A Dquadrature_nodal_2D.C42 rule.init(_type, /*ignored*/_p_level); in init_2D()
142 rule.init(_type, /*ignored*/_p_level); in init_2D()
H A Dquadrature.C33 _p_level(0) in QBase()
64 if (t == _type && p == _p_level) in init()
69 _p_level = p; in init()
H A Dquadrature_nodal_3D.C40 rule.init(_type, /*ignored*/_p_level); in init_3D()
108 rule.init(_type, /*ignored*/_p_level); in init_3D()
H A Dquadrature_clough_1D.C30 gauss_rule.init(_type, _p_level); in init_1D()
H A Dquadrature_monomial_1D.C32 gauss_rule.init(_type, _p_level); in init_1D()
H A Dquadrature_clough_2D.C33 gauss_rule.init(TRI6, _p_level); in init_2D()
H A Dquadrature_gauss_2D.C63 q1D.init(EDGE2, _p_level); in init_2D()
1283 conical_rule.init(_type, _p_level); in init_2D()
H A Dquadrature_monomial_3D.C325 gauss_rule.init(_type, _p_level); in init_3D()
H A Dquadrature_monomial_2D.C532 gauss_rule.init(_type, _p_level); in init_2D()
/dports/math/libmesh/libmesh-1.6.2/src/geom/
H A Delem_refinement.C59 else if (parent_p_level == _p_level && _p_level < p) in set_p_level()
61 _p_level = cast_int<unsigned char>(p); in set_p_level()
82 _p_level = cast_int<unsigned char>(p); in set_p_level()
/dports/math/libmesh/libmesh-1.6.2/include/quadrature/
H A Dquadrature.h121 unsigned int get_p_level() const { return _p_level; } in get_p_level()
211 Order get_order() const { return static_cast<Order>(_order + 2 * _p_level); } in get_order()
357 unsigned int _p_level; variable
/dports/math/libmesh/libmesh-1.6.2/include/fe/
H A Dfe_abstract.h433 unsigned int get_p_level() const { return _p_level; } in get_p_level()
443 Order get_order() const { return static_cast<Order>(fe_type.order + _p_level); } in get_order()
637 unsigned int _p_level; variable
/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dfe.C63 static_cast<Order>(this->fe_type.order + this->_p_level)); in n_shape_functions()
163 this->_p_level = elem->p_level(); in reinit()
190 this->_p_level != elem->p_level() || in reinit()
195 this->_p_level = elem->p_level(); in reinit()
246 this->_p_level = 0; in reinit()
H A Dfe_boundary.C198 this->_p_level = side_p_level; in reinit()
349 side_p_level != this->_p_level || in side_map()
354 this->_p_level = side_p_level; in side_map()
H A Dfe_abstract.C62 _p_level(0), in FEAbstract()
/dports/math/libmesh/libmesh-1.6.2/include/geom/
H A Delem.h1828 unsigned char _p_level; variable
1929 _p_level(0), in Elem()
2590 return _p_level; in p_level()
2733 unsigned int max_p_level = _p_level; in max_descendant_p_level()
2749 _p_level = cast_int<unsigned char>(p); in hack_p_level()