Searched refs:qweight1d (Results 1 – 12 of 12) sorted by relevance
| /libCEED/tests/output/ |
| H A D | t300-basis.out | 7 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 D | t300-basis-f.out | 7 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 D | test_300.out | 7 qweight1d: 0.16666667 0.83333333 0.83333333 0.16666667 25 qweight1d: 0.34785485 0.65214515 0.65214515 0.34785485
|
| /libCEED/python/ |
| H A D | ceed.py | 131 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 D | ceed_basis.py | 123 qref1d, qweight1d): argument 148 qweight1d.__array_interface__['data'][0])
|
| /libCEED/julia/LibCEED.jl/test/output/Float32/ |
| H A D | b1.out | 7 qweight1d: 0.06666667 0.37847501 0.55485833 0.55485833 0.37847501 0.06666667
|
| H A D | b2.out | 7 qweight1d: 0.33333334 1.33333337 0.33333334
|
| /libCEED/julia/LibCEED.jl/test/output/Float64/ |
| H A D | b1.out | 7 qweight1d: 0.06666667 0.37847496 0.55485838 0.55485838 0.37847496 0.06666667
|
| H A D | b2.out | 7 qweight1d: 0.33333333 1.33333333 0.33333333
|
| /libCEED/rust/libceed/src/ |
| H A D | basis.rs | 147 qweight1d: &[crate::Scalar], in create_tensor_H1() 166 qweight1d.as_ptr(), in create_tensor_H1()
|
| H A D | lib.rs | 707 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 D | Basis.jl | 60 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,
|