Searched refs:qref1d (Results 1 – 12 of 12) sorted by relevance
| /libCEED/tests/output/ |
| H A D | t300-basis.out | 6 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 D | t300-basis-f.out | 6 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 D | test_300.out | 6 qref1d: -1.00000000 -0.44721360 0.44721360 1.00000000 24 qref1d: -0.86113631 -0.33998104 0.33998104 0.86113631
|
| /libCEED/python/ |
| H A D | ceed.py | 130 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 D | ceed_basis.py | 123 qref1d, qweight1d): argument 143 qref1d.__array_interface__['data'][0])
|
| /libCEED/julia/LibCEED.jl/test/output/Float32/ |
| H A D | b1.out | 6 qref1d: -1.00000000 -0.76505530 -0.28523150 0.28523150 0.76505530 1.00000000
|
| H A D | b2.out | 6 qref1d: -1.00000000 0.00000000 1.00000000
|
| /libCEED/julia/LibCEED.jl/test/output/Float64/ |
| H A D | b1.out | 6 qref1d: -1.00000000 -0.76505532 -0.28523152 0.28523152 0.76505532 1.00000000
|
| H A D | b2.out | 6 qref1d: -1.00000000 0.00000000 1.00000000
|
| /libCEED/rust/libceed/src/ |
| H A D | basis.rs | 146 qref1d: &[crate::Scalar], in create_tensor_H1() 165 qref1d.as_ptr(), in create_tensor_H1()
|
| H A D | lib.rs | 706 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 D | Basis.jl | 60 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,
|