Home
last modified time | relevance | path

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

/libCEED/tests/output/
H A Dt300-basis.out6 qref1d: -1.00000000 -0.44721360 0.44721360 1.00000000
23 qref1d: -0.86113631 -0.33998104 0.33998104 0.86113631
40 qref1d: -0.86113631 -0.33998104 0.33998104 0.86113631
H A Dt300-basis-f.out6 qref1d: -1.00000000 -0.44721360 0.44721360 1.00000000
23 qref1d: -0.86113631 -0.33998104 0.33998104 0.86113631
40 qref1d: -0.86113631 -0.33998104 0.33998104 0.86113631
/libCEED/python/tests/output/
H A Dtest_300.out6 qref1d: -1.00000000 -0.44721360 0.44721360 1.00000000
24 qref1d: -0.86113631 -0.33998104 0.33998104 0.86113631
/libCEED/python/
H A Dceed.py130 qref1d = np.empty(q, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
136 qref1d.__array_interface__['data'][0])
147 return qref1d, qweight1d
162 qref1d = np.empty(q, dtype=scalar_types[lib.CEED_SCALAR_TYPE])
166 qref1d.__array_interface__['data'][0])
179 return qref1d, qweight1d
444 qref1d, qweight1d): argument
468 qref1d, qweight1d)
H A Dceed_basis.py123 qref1d, qweight1d): argument
143 qref1d.__array_interface__['data'][0])
/libCEED/julia/LibCEED.jl/test/output/Float32/
H A Db1.out6 qref1d: -1.00000000 -0.76505530 -0.28523150 0.28523150 0.76505530 1.00000000
H A Db2.out6 qref1d: -1.00000000 0.00000000 1.00000000
/libCEED/julia/LibCEED.jl/test/output/Float64/
H A Db1.out6 qref1d: -1.00000000 -0.76505532 -0.28523152 0.28523152 0.76505532 1.00000000
H A Db2.out6 qref1d: -1.00000000 0.00000000 1.00000000
/libCEED/rust/libceed/src/
H A Dbasis.rs146 qref1d: &[crate::Scalar], in create_tensor_H1()
165 qref1d.as_ptr(), in create_tensor_H1()
H A Dlib.rs706 qref1d: &[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)
74 - `qref1d`: Array of length `q` holding the locations of quadrature points on the 1D
86 qref1d::AbstractArray{CeedScalar},
91 @assert length(qref1d) == q
107 qref1d,