Home
last modified time | relevance | path

Searched refs:buildmats (Results 1 – 16 of 16) sorted by relevance

/libCEED/tests/
H A Dt320-basis-f.f9030 call buildmats(qref,qweight,interp,grad)
H A Dt511-operator-f.f9088 call buildmats(qref,qweight,interp,grad)
91 call buildmats(qref,qweight,interp,grad)
H A Dt510-operator-f.f9087 call buildmats(qref,qweight,interp,grad)
90 call buildmats(qref,qweight,interp,grad)
H A Dt320-basis-f.h9 subroutine buildmats(qref,qweight,interp,grad)
H A Dt322-basis-f.f9046 call buildmats(qref,qweight,interp,grad)
H A Dt323-basis-f.f9053 call buildmats(qref,qweight,interp,grad)
H A Dt536-operator-f.f90101 call buildmats(qref,qweight,interp,grad)
104 call buildmats(qref,qweight,interp,grad)
H A Dt523-operator-f.f9098 call buildmats(qref,qweight,interp,grad)
101 call buildmats(qref,qweight,interp,grad)
H A Dt524-operator-f.f90110 call buildmats(qref,qweight,interp,grad)
113 call buildmats(qref,qweight,interp,grad)
H A Dt521-operator-f.f90110 call buildmats(qref,qweight,interp,grad)
113 call buildmats(qref,qweight,interp,grad)
H A Dt520-operator-f.f90108 call buildmats(qref,qweight,interp,grad)
111 call buildmats(qref,qweight,interp,grad)
H A Dt522-operator-f.f90110 call buildmats(qref,qweight,interp,grad)
113 call buildmats(qref,qweight,interp,grad)
/libCEED/python/tests/
H A Dtest-3-basis.py15 import buildmats as bm
212 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
236 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
280 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
H A Dbuildmats.py4 def buildmats(qref, qweight, mat_dtype="float64"): function
H A Dtest-5-operator.py15 import buildmats as bm
637 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
744 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
858 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
1034 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
1201 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
1383 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[
/libCEED/julia/LibCEED.jl/test/
H A Druntests.jl3 include("buildmats.jl")