| /libCEED/tests/ |
| H A D | t320-basis-f.f90 | 30 call buildmats(qref,qweight,interp,grad)
|
| H A D | t511-operator-f.f90 | 88 call buildmats(qref,qweight,interp,grad) 91 call buildmats(qref,qweight,interp,grad)
|
| H A D | t510-operator-f.f90 | 87 call buildmats(qref,qweight,interp,grad) 90 call buildmats(qref,qweight,interp,grad)
|
| H A D | t320-basis-f.h | 9 subroutine buildmats(qref,qweight,interp,grad)
|
| H A D | t322-basis-f.f90 | 46 call buildmats(qref,qweight,interp,grad)
|
| H A D | t323-basis-f.f90 | 53 call buildmats(qref,qweight,interp,grad)
|
| H A D | t536-operator-f.f90 | 101 call buildmats(qref,qweight,interp,grad) 104 call buildmats(qref,qweight,interp,grad)
|
| H A D | t523-operator-f.f90 | 98 call buildmats(qref,qweight,interp,grad) 101 call buildmats(qref,qweight,interp,grad)
|
| H A D | t524-operator-f.f90 | 110 call buildmats(qref,qweight,interp,grad) 113 call buildmats(qref,qweight,interp,grad)
|
| H A D | t521-operator-f.f90 | 110 call buildmats(qref,qweight,interp,grad) 113 call buildmats(qref,qweight,interp,grad)
|
| H A D | t520-operator-f.f90 | 108 call buildmats(qref,qweight,interp,grad) 111 call buildmats(qref,qweight,interp,grad)
|
| H A D | t522-operator-f.f90 | 110 call buildmats(qref,qweight,interp,grad) 113 call buildmats(qref,qweight,interp,grad)
|
| /libCEED/python/tests/ |
| H A D | test-3-basis.py | 15 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 D | buildmats.py | 4 def buildmats(qref, qweight, mat_dtype="float64"): function
|
| H A D | test-5-operator.py | 15 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 D | runtests.jl | 3 include("buildmats.jl")
|