Home
last modified time | relevance | path

Searched defs:div (Results 1 – 18 of 18) sorted by relevance

/libCEED/tests/
H A Dt330-basis.c14 CeedScalar interp[dim * p * num_qpts], div[p * num_qpts]; in main() local
H A Dt332-basis.c16 CeedScalar interp[dim * p * num_qpts], div[p * num_qpts]; in main() local
H A Dt331-basis.c16 CeedScalar interp[dim * p * num_qpts], div[p * num_qpts]; in main() local
H A Dt330-basis.h44 …Int q, CeedScalar *q_ref, CeedScalar *q_weights, CeedScalar *interp, CeedScalar *div, CeedQuadMode… in BuildHdivQuadrilateral()
H A Dt580-operator.c29 CeedScalar interp[dim * p * num_qpts], div[p * num_qpts]; in main() local
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-operator-assemble-diagonal.h22 … const CeedScalar *interp, const CeedScalar *grad, const CeedScalar *div, const CeedScalar *curl) { in GetBasisPointer()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-operator-assemble-diagonal.h22 … const CeedScalar *interp, const CeedScalar *grad, const CeedScalar *div, const CeedScalar *curl) { in GetBasisPointer()
/libCEED/backends/ref/
H A Dceed-ref-basis.c218 const CeedScalar *div; in CeedBasisApplyCore_Ref() local
333 … CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, const CeedScalar *interp, const CeedScalar *div, in CeedBasisCreateHdiv_Ref()
/libCEED/python/
H A Dceed.py514 def BasisHdiv(self, topo, ncomp, nnodes, nqpts, interp, div, qref, qweight): argument
/libCEED/interface/
H A Dceed-basis.c1733const CeedScalar *div, const CeedScalar *q_ref, const CeedScalar *q_weight, CeedBasis *basis) { in CeedBasisCreateHdiv()
2006 const CeedScalar *q_ref, *q_weight, *interp, *grad, *div, *curl; in CeedBasisView() local
2441 int CeedBasisGetDiv(CeedBasis basis, const CeedScalar **div) { in CeedBasisGetDiv()
H A Dceed-fortran.c556 …int *topo, int *num_comp, int *nnodes, int *nqpts, const CeedScalar *interp, const CeedScalar *div, in fCeedBasisCreateHdiv()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-basis.c500 … CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, const CeedScalar *interp, const CeedScalar *div, in CeedBasisCreateHdiv_Hip()
H A Dceed-hip-ref-operator.c1254 const CeedScalar *interp, *div; in CeedOperatorAssembleDiagonalSetup_Hip() local
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-basis.c501 … CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, const CeedScalar *interp, const CeedScalar *div, in CeedBasisCreateHdiv_Cuda()
H A Dceed-cuda-ref-operator.c1257 const CeedScalar *interp, *div; in CeedOperatorAssembleDiagonalSetup_Cuda() local
/libCEED/backends/magma/
H A Dceed-magma-basis.c707const CeedScalar *div, const CeedScalar *q_ref, const CeedScalar *q_weight, CeedBasis basis) { in CeedBasisCreateHdiv_Magma()
/libCEED/include/
H A Dceed-impl.h228 …CeedScalar *div; /* row-major matrix of shape [Q, P] expressing the divergence of basis functions … member
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl415 function CeedBasisCreateHdiv(ceed, topo, num_comp, num_nodes, nqpts, interp, div, q_ref, q_weights,… argument
499 function CeedBasisGetDiv(basis, div) argument