Lines Matching refs:CeedBasis
27 const CeedBasis CEED_BASIS_NONE = &ceed_basis_none;
191 CeedCall(CeedBasisView((CeedBasis)basis, stream)); in CeedBasisView_Object()
205 CeedCall(CeedBasisDestroy((CeedBasis *)basis)); in CeedBasisDestroy_Object()
226 static int CeedBasisCreateProjectionMatrices(CeedBasis basis_from, CeedBasis basis_to, CeedScalar *… in CeedBasisCreateProjectionMatrices()
345 static int CeedBasisApplyCheckDims(CeedBasis basis, CeedInt num_elem, CeedTransposeMode t_mode, Cee… in CeedBasisApplyCheckDims()
398 static int CeedBasisApplyAtPointsCheckDims(CeedBasis basis, CeedInt num_elem, const CeedInt *num_po… in CeedBasisApplyAtPointsCheckDims()
476 static int CeedBasisApplyAtPoints_Core(CeedBasis basis, bool apply_add, CeedInt num_elem, const Cee… in CeedBasisApplyAtPoints_Core()
528 CeedBasis basis_ref = NULL; in CeedBasisApplyAtPoints_Core()
709 … const CeedScalar *grad, const CeedScalar *q_ref, const CeedScalar *q_weight, CeedBasis basis) { in CeedBasisCreateH1Fallback()
733 int CeedBasisGetCollocatedGrad(CeedBasis basis, CeedScalar *collo_grad_1d) { in CeedBasisGetCollocatedGrad()
766 int CeedBasisGetChebyshevInterp1D(CeedBasis basis, CeedScalar *chebyshev_interp_1d) { in CeedBasisGetChebyshevInterp1D()
808 int CeedBasisIsTensor(CeedBasis basis, bool *is_tensor) { in CeedBasisIsTensor()
823 int CeedBasisIsCollocated(CeedBasis basis, bool *is_collocated) { in CeedBasisIsCollocated()
849 int CeedBasisGetData(CeedBasis basis, void *data) { in CeedBasisGetData()
864 int CeedBasisSetData(CeedBasis basis, void *data) { in CeedBasisSetData()
878 int CeedBasisReference(CeedBasis basis) { in CeedBasisReference()
897 int CeedBasisGetNumQuadratureComponents(CeedBasis basis, CeedEvalMode eval_mode, CeedInt *q_comp) { in CeedBasisGetNumQuadratureComponents()
937 int CeedBasisGetFlopsEstimate(CeedBasis basis, CeedTransposeMode t_mode, CeedEvalMode eval_mode, bo… in CeedBasisGetFlopsEstimate()
1078 int CeedBasisGetFESpace(CeedBasis basis, CeedFESpace *fe_space) { in CeedBasisGetFESpace()
1108 int CeedBasisGetTensorContract(CeedBasis basis, CeedTensorContract *contract) { in CeedBasisGetTensorContract()
1123 int CeedBasisSetTensorContract(CeedBasis basis, CeedTensorContract contract) { in CeedBasisSetTensorContract()
1537 …CeedScalar *grad_1d, const CeedScalar *q_ref_1d, const CeedScalar *q_weight_1d, CeedBasis *basis) { in CeedBasisCreateTensorH1()
1594 …d, CeedInt dim, CeedInt num_comp, CeedInt P, CeedInt Q, CeedQuadMode quad_mode, CeedBasis *basis) { in CeedBasisCreateTensorH1Lagrange()
1674 … const CeedScalar *grad, const CeedScalar *q_ref, const CeedScalar *q_weight, CeedBasis *basis) { in CeedBasisCreateH1()
1733 … const CeedScalar *div, const CeedScalar *q_ref, const CeedScalar *q_weight, CeedBasis *basis) { in CeedBasisCreateHdiv()
1792 … const CeedScalar *curl, const CeedScalar *q_ref, const CeedScalar *q_weight, CeedBasis *basis) { in CeedBasisCreateHcurl()
1856 int CeedBasisCreateProjection(CeedBasis basis_from, CeedBasis basis_to, CeedBasis *basis_project) { in CeedBasisCreateProjection()
1914 int CeedBasisReferenceCopy(CeedBasis basis, CeedBasis *basis_copy) { in CeedBasisReferenceCopy()
1931 int CeedBasisSetNumViewTabs(CeedBasis basis, CeedInt num_tabs) { in CeedBasisSetNumViewTabs()
1946 int CeedBasisGetNumViewTabs(CeedBasis basis, CeedInt *num_tabs) { in CeedBasisGetNumViewTabs()
1961 int CeedBasisView(CeedBasis basis, FILE *stream) { in CeedBasisView()
2060 int CeedBasisApply(CeedBasis basis, CeedInt num_elem, CeedTransposeMode t_mode, CeedEvalMode eval_m… in CeedBasisApply()
2088 int CeedBasisApplyAdd(CeedBasis basis, CeedInt num_elem, CeedTransposeMode t_mode, CeedEvalMode eva… in CeedBasisApplyAdd()
2116 int CeedBasisApplyAtPoints(CeedBasis basis, CeedInt num_elem, const CeedInt *num_points, CeedTransp… in CeedBasisApplyAtPoints()
2147 int CeedBasisApplyAddAtPoints(CeedBasis basis, CeedInt num_elem, const CeedInt *num_points, CeedTra… in CeedBasisApplyAddAtPoints()
2169 int CeedBasisGetCeed(CeedBasis basis, Ceed *ceed) { in CeedBasisGetCeed()
2183 Ceed CeedBasisReturnCeed(CeedBasis basis) { return CeedObjectReturnCeed((CeedObject)basis); } in CeedBasisReturnCeed()
2195 int CeedBasisGetDimension(CeedBasis basis, CeedInt *dim) { in CeedBasisGetDimension()
2210 int CeedBasisGetTopology(CeedBasis basis, CeedElemTopology *topo) { in CeedBasisGetTopology()
2225 int CeedBasisGetNumComponents(CeedBasis basis, CeedInt *num_comp) { in CeedBasisGetNumComponents()
2240 int CeedBasisGetNumNodes(CeedBasis basis, CeedInt *P) { in CeedBasisGetNumNodes()
2255 int CeedBasisGetNumNodes1D(CeedBasis basis, CeedInt *P_1d) { in CeedBasisGetNumNodes1D()
2271 int CeedBasisGetNumQuadraturePoints(CeedBasis basis, CeedInt *Q) { in CeedBasisGetNumQuadraturePoints()
2286 int CeedBasisGetNumQuadraturePoints1D(CeedBasis basis, CeedInt *Q_1d) { in CeedBasisGetNumQuadraturePoints1D()
2302 int CeedBasisGetQRef(CeedBasis basis, const CeedScalar **q_ref) { in CeedBasisGetQRef()
2317 int CeedBasisGetQWeights(CeedBasis basis, const CeedScalar **q_weight) { in CeedBasisGetQWeights()
2332 int CeedBasisGetInterp(CeedBasis basis, const CeedScalar **interp) { in CeedBasisGetInterp()
2366 int CeedBasisGetInterp1D(CeedBasis basis, const CeedScalar **interp_1d) { in CeedBasisGetInterp1D()
2385 int CeedBasisGetGrad(CeedBasis basis, const CeedScalar **grad) { in CeedBasisGetGrad()
2422 int CeedBasisGetGrad1D(CeedBasis basis, const CeedScalar **grad_1d) { in CeedBasisGetGrad1D()
2441 int CeedBasisGetDiv(CeedBasis basis, const CeedScalar **div) { in CeedBasisGetDiv()
2456 int CeedBasisGetCurl(CeedBasis basis, const CeedScalar **curl) { in CeedBasisGetCurl()
2470 int CeedBasisDestroy(CeedBasis *basis) { in CeedBasisDestroy()