Searched refs:interp1d (Results 1 – 14 of 14) sorted by relevance
| /libCEED/tests/output/ |
| H A D | t300-basis.out | 8 interp1d: 25 interp1d: 42 interp1d:
|
| H A D | t300-basis-f.out | 8 interp1d: 25 interp1d: 42 interp1d:
|
| /libCEED/python/tests/output/ |
| H A D | test_300.out | 8 interp1d: 26 interp1d:
|
| /libCEED/julia/LibCEED.jl/test/output/Float32/ |
| H A D | b1.out | 8 interp1d:
|
| H A D | b2.out | 8 interp1d:
|
| /libCEED/julia/LibCEED.jl/test/output/Float64/ |
| H A D | b1.out | 8 interp1d:
|
| H A D | b2.out | 8 interp1d:
|
| /libCEED/tests/ |
| H A D | t553-operator-f.f90 | 32 real*8 interp1d(interpsize),interpctof(interpsize) variable 112 call ceedbasisgetinterp1d(bctof,interp1d,ioffset,err) 114 interpctof(i)=interp1d(ioffset+i)
|
| H A D | t552-operator-f.f90 | 38 real*8 interp1d(interpsize),interpctof(interpsize) 133 call ceedbasisgetinterp1d(bctof,interp1d,ioffset,err) 135 interpctof(i)=interp1d(ioffset+i)
|
| /libCEED/rust/libceed/src/ |
| H A D | basis.rs | 144 interp1d: &[crate::Scalar], in create_tensor_H1() 163 interp1d.as_ptr(), in create_tensor_H1()
|
| H A D | lib.rs | 704 interp1d: &[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 133 interp1d.__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) 70 - `interp1d`: Matrix of size `(q, p)` expressing the values of nodal basis functions at 84 interp1d::AbstractArray{CeedScalar}, 89 @assert size(interp1d) == (q, p) 95 interp1d_rowmajor = collect(interp1d')
|