Searched refs:TRIANGLE (Results 1 – 6 of 6) sorted by relevance
| /libCEED/python/ |
| H A D | ceed_constants.py | 72 TRIANGLE = lib.CEED_TOPOLOGY_TRIANGLE variable 79 TRIANGLE: "triangle",
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Globals.jl | 110 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 D | LibCEED.jl | 63 TRIANGLE,
|
| /libCEED/python/tests/ |
| H A D | test-3-basis.py | 215 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 D | test-5-operator.py | 640 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 D | runtests.jl | 440 TRIANGLE,
|