Home
last modified time | relevance | path

Searched refs:qweight1d (Results 1 – 12 of 12) sorted by relevance

/libCEED/tests/output/
H A Dt300-basis.out7 qweight1d: 0.16666667 0.83333333 0.83333333 0.16666667
24 qweight1d: 0.34785485 0.65214515 0.65214515 0.34785485
41 qweight1d: 0.34785485 0.65214515 0.65214515 0.34785485
H A Dt300-basis-f.out7 qweight1d: 0.16666667 0.83333333 0.83333333 0.16666667
24 qweight1d: 0.34785485 0.65214515 0.65214515 0.34785485
41 qweight1d: 0.34785485 0.65214515 0.65214515 0.34785485
/libCEED/python/tests/output/
H A Dtest_300.out7 qweight1d: 0.16666667 0.83333333 0.83333333 0.16666667
25 qweight1d: 0.34785485 0.65214515 0.65214515 0.34785485
/libCEED/python/
H A Dceed.py131 qweight1d = np.empty(q, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
141 qweight1d.__array_interface__['data'][0])
147 return qref1d, qweight1d
168 qweight1d = np.empty(q, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
172 qweight1d.__array_interface__['data'][0])
179 return qref1d, qweight1d
444 qref1d, qweight1d): argument
468 qref1d, qweight1d)
H A Dceed_basis.py123 qref1d, qweight1d): argument
148 qweight1d.__array_interface__['data'][0])
/libCEED/julia/LibCEED.jl/test/output/Float32/
H A Db1.out7 qweight1d: 0.06666667 0.37847501 0.55485833 0.55485833 0.37847501 0.06666667
H A Db2.out7 qweight1d: 0.33333334 1.33333337 0.33333334
/libCEED/julia/LibCEED.jl/test/output/Float64/
H A Db1.out7 qweight1d: 0.06666667 0.37847496 0.55485838 0.55485838 0.37847496 0.06666667
H A Db2.out7 qweight1d: 0.33333333 1.33333333 0.33333333
/libCEED/rust/libceed/src/
H A Dbasis.rs147 qweight1d: &[crate::Scalar], in create_tensor_H1()
166 qweight1d.as_ptr(), in create_tensor_H1()
H A Dlib.rs707 qweight1d: &[crate::Scalar], in basis_tensor_H1()
710 self, dim, ncomp, P1d, Q1d, interp1d, grad1d, qref1d, qweight1d, in basis_tensor_H1()
/libCEED/julia/LibCEED.jl/src/
H A DBasis.jl60 create_tensor_h1_basis(c::Ceed, dim, ncomp, p, q, interp1d, grad1d, qref1d, qweight1d)
76 - `qweight1d`: Array of length `q` holding the quadrature weights on the reference element.
87 qweight1d::AbstractArray{CeedScalar},
92 @assert length(qweight1d) == q
108 qweight1d,