| /libCEED/python/tests/ |
| H A D | buildmats.py | 4 def buildmats(qref, qweight, mat_dtype="float64"): argument 17 qweight[0] = 25. / 96. 18 qweight[1] = 25. / 96. 19 qweight[2] = -27. / 96. 20 qweight[3] = 25. / 96. 52 def buildmatshdiv(qref, qweight, mat_dtype="float64"): argument 65 qweight[0] = 1. 66 qweight[1] = 1. 67 qweight[2] = 1. 68 qweight[3] = 1. [all …]
|
| H A D | test-3-basis.py | 210 qweight = np.empty(Q, dtype=ceed.scalar_type()) 212 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[ 215 b = ceed.BasisH1(libceed.TRIANGLE, 1, P, Q, interp, grad, qref, qweight) 234 qweight = np.empty(Q, dtype=ceed.scalar_type()) 236 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[ 239 b = ceed.BasisH1(libceed.TRIANGLE, 1, P, Q, interp, grad, qref, qweight) 278 qweight = np.empty(Q, dtype=ceed.scalar_type()) 280 interp, grad = bm.buildmats(qref, qweight, libceed.scalar_types[ 283 b = ceed.BasisH1(libceed.TRIANGLE, 1, P, Q, interp, grad, qref, qweight) 317 qweight = np.empty(Q, dtype=ceed.scalar_type()) [all …]
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | buildmats.jl | 1 function build_mats_hdiv(qref, qweight, ::Type{T}=Float64) where {T} argument 14 qweight[1] = 1.0 15 qweight[2] = 1.0 16 qweight[3] = 1.0 17 qweight[4] = 1.0 42 function build_mats_hcurl(qref, qweight, ::Type{T}=Float64) where {T} argument 55 qweight[1] = 25.0/96.0 56 qweight[2] = 25.0/96.0 57 qweight[3] = -27.0/96.0 58 qweight[4] = 25.0/96.0
|
| /libCEED/tests/ |
| H A D | t320-basis-f.f90 | 18 real*8 qweight(q) 30 call buildmats(qref,qweight,interp,grad) 32 call ceedbasiscreateh1(ceed,ceed_triangle,1,p,q,interp,grad,qref,qweight,&
|
| H A D | t320-basis-f.h | 9 subroutine buildmats(qref,qweight,interp,grad) 16 real*8 qweight(q) 22 qweight=(/25.d0/96.d0,25.d0/96.d0,-27.d0/96.d0,25.d0/96.d0/)
|
| H A D | t322-basis-f.f90 | 26 real*8 qweight(q) variable 46 call buildmats(qref,qweight,interp,grad) 50 call ceedbasiscreateh1(ceed,ceed_triangle,1,p,q,interp,grad,qref,qweight,&
|
| H A D | t511-operator-f.f90 | 38 real*8 qweight(q) 88 call buildmats(qref,qweight,interp,grad) 89 call ceedbasiscreateh1(ceed,ceed_triangle,d,p,q,interp,grad,qref,qweight,& 91 call buildmats(qref,qweight,interp,grad) 92 call ceedbasiscreateh1(ceed,ceed_triangle,1,p,q,interp,grad,qref,qweight,&
|
| H A D | t510-operator-f.f90 | 38 real*8 qweight(q) 87 call buildmats(qref,qweight,interp,grad) 88 call ceedbasiscreateh1(ceed,ceed_triangle,d,p,q,interp,grad,qref,qweight,& 90 call buildmats(qref,qweight,interp,grad) 91 call ceedbasiscreateh1(ceed,ceed_triangle,1,p,q,interp,grad,qref,qweight,&
|
| H A D | t323-basis-f.f90 | 33 real*8 qweight(q) variable 53 call buildmats(qref,qweight,interp,grad) 57 call ceedbasiscreateh1(ceed,ceed_triangle,1,p,q,interp,grad,qref,qweight,&
|
| H A D | t536-operator-f.f90 | 38 real*8 qweight(q) 101 call buildmats(qref,qweight,interp,grad) 102 call ceedbasiscreateh1(ceed,ceed_triangle,d,p,q,interp,grad,qref,qweight,& 104 call buildmats(qref,qweight,interp,grad) 105 call ceedbasiscreateh1(ceed,ceed_triangle,1,p,q,interp,grad,qref,qweight,&
|
| H A D | t523-operator-f.f90 | 45 real*8 qweight(qtet) 98 call buildmats(qref,qweight,interp,grad) 100 & qweight,bxtet,err) 101 call buildmats(qref,qweight,interp,grad) 103 & qweight,butet,err)
|
| H A D | t524-operator-f.f90 | 47 real*8 qweight(qtet) 110 call buildmats(qref,qweight,interp,grad) 112 & qweight,bxtet,err) 113 call buildmats(qref,qweight,interp,grad) 115 & qweight,butet,err)
|
| H A D | t521-operator-f.f90 | 47 real*8 qweight(qtet) 110 call buildmats(qref,qweight,interp,grad) 112 & qweight,bxtet,err) 113 call buildmats(qref,qweight,interp,grad) 115 & qweight,butet,err)
|
| H A D | t520-operator-f.f90 | 47 real*8 qweight(qtet) 108 call buildmats(qref,qweight,interp,grad) 110 & qweight,bxtet,err) 111 call buildmats(qref,qweight,interp,grad) 113 & qweight,butet,err)
|
| H A D | t522-operator-f.f90 | 47 real*8 qweight(qtet) 110 call buildmats(qref,qweight,interp,grad) 112 & qweight,bxtet,err) 113 call buildmats(qref,qweight,interp,grad) 115 & qweight,butet,err)
|
| /libCEED/tests/output/ |
| H A D | t320-basis.out | 7 qweight: 0.26041667 0.26041667 -0.28125000 0.26041667 28 qweight: 0.26041667 0.26041667 -0.28125000 0.26041667
|
| H A D | t320-basis-f.out | 7 qweight: 0.26041667 0.26041667 -0.28125000 0.26041667 28 qweight: 0.26041667 0.26041667 -0.28125000 0.26041667
|
| H A D | t330-basis.out | 7 …qweight: 0.30864198 0.49382716 0.30864198 0.49382716 0.79012346 0.49382716 0.30864… 43 …qweight: 0.30864198 0.49382716 0.30864198 0.49382716 0.79012346 0.49382716 0.30864…
|
| H A D | t340-basis.out | 7 qweight: -0.26041667 0.26041667 0.28125000 0.26041667 28 qweight: -0.26041667 0.26041667 0.28125000 0.26041667
|
| /libCEED/rust/libceed/src/ |
| H A D | basis.rs | 218 qweight: &[crate::Scalar], in create_H1() 237 qweight.as_ptr(), in create_H1() 257 qweight: &[crate::Scalar], in create_Hdiv() 276 qweight.as_ptr(), in create_Hdiv() 296 qweight: &[crate::Scalar], in create_Hcurl() 315 qweight.as_ptr(), in create_Hcurl()
|
| /libCEED/python/ |
| H A D | ceed_basis.py | 306 nqpts, interp, grad, qref, qweight): argument 331 qweight.__array_interface__['data'][0]) 347 nqpts, interp, grad, qref, qweight): argument 372 qweight.__array_interface__['data'][0]) 388 nqpts, interp, grad, qref, qweight): argument 413 qweight.__array_interface__['data'][0])
|
| H A D | ceed.py | 488 def BasisH1(self, topo, ncomp, nnodes, nqpts, interp, grad, qref, qweight): argument 512 interp, grad, qref, qweight) 514 def BasisHdiv(self, topo, ncomp, nnodes, nqpts, interp, div, qref, qweight): argument 538 interp, div, qref, qweight) 541 interp, curl, qref, qweight): argument 565 interp, curl, qref, qweight)
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Basis.jl | 115 create_h1_basis(c::Ceed, topo::Topology, ncomp, nnodes, nqpts, interp, grad, qref, qweight) 131 - `qweight`: Array of length `nqpts` holding the quadrature weights on the reference 143 qweight::AbstractArray{CeedScalar}, 149 @assert length(qweight) == nqpts 166 qweight, 173 create_hdiv_basis(c::Ceed, topo::Topology, ncomp, nnodes, nqpts, interp, div, qref, qweight) 189 - `qweight`: Array of length `nqpts` holding the quadrature weights on the reference 201 qweight::AbstractArray{CeedScalar}, 207 @assert length(qweight) == nqpts 224 qweight, [all …]
|
| /libCEED/julia/LibCEED.jl/test/output/Float32/ |
| H A D | b3.out | 7 qweight: 0.33333334 1.33333337 0.33333334
|
| /libCEED/julia/LibCEED.jl/test/output/Float64/ |
| H A D | b3.out | 7 qweight: 0.33333333 1.33333333 0.33333333
|