Home
last modified time | relevance | path

Searched defs:interp (Results 51 – 57 of 57) sorted by relevance

123

/libCEED/backends/hip-shared/
H A Dceed-hip-shared-basis.c728 …(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, const CeedScalar *interp, in CeedBasisCreateH1_Hip_shared()
/libCEED/interface/
H A Dceed-fortran.c539 …1(int *ceed, int *topo, int *num_comp, int *nnodes, int *nqpts, const CeedScalar *interp, const Ce… in fCeedBasisCreateH1()
556 …v(int *ceed, int *topo, int *num_comp, int *nnodes, int *nqpts, const CeedScalar *interp, const Ce… in fCeedBasisCreateHdiv()
573 …l(int *ceed, int *topo, int *num_comp, int *nnodes, int *nqpts, const CeedScalar *interp, const Ce… in fCeedBasisCreateHcurl()
H A Dceed-preconditioning.c2906 bool interp = false, grad = false, is_tensor_basis = true; in CeedOperatorCreateFDMElementInverse() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp631 …opology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, const CeedScalar *interp, const Ce… in CeedBasisCreateH1_Sycl()
H A Dceed-sycl-ref-operator.sycl.cpp26 …edScalar **basis_ptr, CeedEvalMode eval_mode, const CeedScalar *identity, const CeedScalar *interp, in CeedOperatorGetBasisPointer_Sycl()
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl411 function CeedBasisCreateH1(ceed, topo, num_comp, num_nodes, nqpts, interp, grad, q_ref, q_weights, … argument
415 function CeedBasisCreateHdiv(ceed, topo, num_comp, num_nodes, nqpts, interp, div, q_ref, q_weights,… argument
419 function CeedBasisCreateHcurl(ceed, topo, num_comp, num_nodes, nqpts, interp, curl, q_ref, q_weight… argument
483 function CeedBasisGetInterp(basis, interp) argument
/libCEED/include/
H A Dceed-impl.h223 …CeedScalar *interp; /* row-major matrix of shape [Q, P] or [dim * Q, P] expressing the values of n… member

123