Searched refs:grad1d (Results 1 – 13 of 13) sorted by relevance
| /libCEED/tests/output/ |
| H A D | t300-basis.out | 13 grad1d: 30 grad1d: 47 grad1d:
|
| H A D | t300-basis-f.out | 13 grad1d: 30 grad1d: 47 grad1d:
|
| /libCEED/tests/ |
| H A D | t302-basis-f.f90 | 10 real*8 grad1d(16),qref(6) variable 24 call ceedbasisgetgrad1d(b,grad1d,gradoffset,err) 27 if (abs(collograd1d(j+p*i)-grad1d(j+p*i+gradoffset))>1.0D-13) then 30 & grad1d(j+p*i+gradoffset)
|
| /libCEED/python/tests/output/ |
| H A D | test_300.out | 13 grad1d: 31 grad1d:
|
| /libCEED/julia/LibCEED.jl/test/output/Float32/ |
| H A D | b1.out | 15 grad1d:
|
| H A D | b2.out | 12 grad1d:
|
| /libCEED/julia/LibCEED.jl/test/output/Float64/ |
| H A D | b1.out | 15 grad1d:
|
| H A D | b2.out | 12 grad1d:
|
| /libCEED/rust/libceed/src/ |
| H A D | basis.rs | 145 grad1d: &[crate::Scalar], in create_tensor_H1() 164 grad1d.as_ptr(), in create_tensor_H1()
|
| H A D | lib.rs | 705 grad1d: &[crate::Scalar], in basis_tensor_H1() 710 self, dim, ncomp, P1d, Q1d, interp1d, grad1d, qref1d, qweight1d, in basis_tensor_H1()
|
| /libCEED/python/ |
| H A D | ceed_basis.py | 122 def __init__(self, ceed, dim, ncomp, P1d, Q1d, interp1d, grad1d, argument 138 grad1d.__array_interface__['data'][0])
|
| H A D | ceed.py | 443 def BasisTensorH1(self, dim, ncomp, P1d, Q1d, interp1d, grad1d, argument 467 return BasisTensorH1(self, dim, ncomp, P1d, Q1d, interp1d, grad1d,
|
| /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) 72 - `grad1d`: Matrix of size `(p, q)` expressing derivatives of nodal basis functions at 85 grad1d::AbstractArray{CeedScalar}, 90 @assert size(grad1d) == (q, p) 96 grad1d_rowmajor = collect(grad1d')
|