Home
last modified time | relevance | path

Searched refs:qweight (Results 1 – 25 of 28) sorted by relevance

12

/libCEED/python/tests/
H A Dbuildmats.py4 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 Dtest-3-basis.py210 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 Dbuildmats.jl1 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 Dt320-basis-f.f9018 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 Dt320-basis-f.h9 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 Dt322-basis-f.f9026 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 Dt511-operator-f.f9038 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 Dt510-operator-f.f9038 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 Dt323-basis-f.f9033 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 Dt536-operator-f.f9038 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 Dt523-operator-f.f9045 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 Dt524-operator-f.f9047 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 Dt521-operator-f.f9047 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 Dt520-operator-f.f9047 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 Dt522-operator-f.f9047 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 Dt320-basis.out7 qweight: 0.26041667 0.26041667 -0.28125000 0.26041667
28 qweight: 0.26041667 0.26041667 -0.28125000 0.26041667
H A Dt320-basis-f.out7 qweight: 0.26041667 0.26041667 -0.28125000 0.26041667
28 qweight: 0.26041667 0.26041667 -0.28125000 0.26041667
H A Dt330-basis.out7qweight: 0.30864198 0.49382716 0.30864198 0.49382716 0.79012346 0.49382716 0.30864…
43qweight: 0.30864198 0.49382716 0.30864198 0.49382716 0.79012346 0.49382716 0.30864…
H A Dt340-basis.out7 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 Dbasis.rs218 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 Dceed_basis.py306 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 Dceed.py488 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 DBasis.jl115 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 Db3.out7 qweight: 0.33333334 1.33333337 0.33333334
/libCEED/julia/LibCEED.jl/test/output/Float64/
H A Db3.out7 qweight: 0.33333333 1.33333333 0.33333333

12