Home
last modified time | relevance | path

Searched refs:TRIANGLE (Results 1 – 6 of 6) sorted by relevance

/libCEED/python/
H A Dceed_constants.py72 TRIANGLE = lib.CEED_TOPOLOGY_TRIANGLE variable
79 TRIANGLE: "triangle",
/libCEED/julia/LibCEED.jl/src/
H A DGlobals.jl110 Type of basis shape to create non-tensor H1 element basis. One of `LINE`, `TRIANGLE`,
119 const TRIANGLE = C.CEED_TOPOLOGY_TRIANGLE constant
H A DLibCEED.jl63 TRIANGLE,
/libCEED/python/tests/
H A Dtest-3-basis.py215 b = ceed.BasisH1(libceed.TRIANGLE, 1, P, Q, interp, grad, qref, qweight)
239 b = ceed.BasisH1(libceed.TRIANGLE, 1, P, Q, interp, grad, qref, qweight)
283 b = ceed.BasisH1(libceed.TRIANGLE, 1, P, Q, interp, grad, qref, qweight)
355 b = ceed.BasisHcurl(libceed.TRIANGLE, 1, P, Q, interp, curl, qref, qweight)
H A Dtest-5-operator.py640 bx = ceed.BasisH1(libceed.TRIANGLE, dim, p, q, interp, grad, qref, qweight)
641 bu = ceed.BasisH1(libceed.TRIANGLE, 1, p, q, interp, grad, qref, qweight)
747 bx = ceed.BasisH1(libceed.TRIANGLE, dim, p, q, interp, grad, qref, qweight)
748 bu = ceed.BasisH1(libceed.TRIANGLE, 1, p, q, interp, grad, qref, qweight)
861 bx_tet = ceed.BasisH1(libceed.TRIANGLE, dim, p_tet, q_hex, interp, grad, qref,
863 bu_tet = ceed.BasisH1(libceed.TRIANGLE, 1, p_tet, q_hex, interp, grad, qref,
1037 bx_tet = ceed.BasisH1(libceed.TRIANGLE, dim, p_tet, q_hex, interp, grad, qref,
1039 bu_tet = ceed.BasisH1(libceed.TRIANGLE, 1, p_tet, q_hex, interp, grad, qref,
1204 bx_tet = ceed.BasisH1(libceed.TRIANGLE, dim, p_tet, q_hex, interp, grad, qref,
1206 bu_tet = ceed.BasisH1(libceed.TRIANGLE, 1, p_tet, q_hex, interp, grad, qref,
[all …]
/libCEED/julia/LibCEED.jl/test/
H A Druntests.jl440 TRIANGLE,