Home
last modified time | relevance | path

Searched refs:PetscSpaceGetDegree (Results 1 – 25 of 30) sorted by relevance

12

/petsc/src/dm/dt/fe/interface/ceed/
H A Dfeceed.c58 PetscCall(PetscSpaceGetDegree(sp, &deg, NULL)); in PetscFEGetCeedBasis()
/petsc/src/dm/impls/plex/tests/
H A Dex73.c130 PetscCall(PetscSpaceGetDegree(sp, &minDeg, &maxDeg)); in CreateDiscretization()
143 PetscCall(PetscSpaceGetDegree(xsp, &xdeg, NULL)); in CreateDiscretization()
144 PetscCall(PetscSpaceGetDegree(ysp, &ydeg, NULL)); in CreateDiscretization()
H A Dex101.c39 PetscCall(PetscSpaceGetDegree(basis_space, &degree, NULL)); in CreateFEField()
H A Dex46.c75 PetscCall(PetscSpaceGetDegree(sp, &deg, NULL)); in SetupDiscretization()
H A Dex99.c37 PetscCall(PetscSpaceGetDegree(P, &k, NULL)); in CreateFE()
H A Dex22.c144 PetscCall(PetscSpaceGetDegree(sp, &order, NULL)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscspace.pxi21 PetscErrorCode PetscSpaceGetDegree(PetscSpace, PetscInt*, PetscInt*)
H A DSpace.pyx131 setDegree, petsc.PetscSpaceGetDegree
135 CHKERR(PetscSpaceGetDegree(self.space, &cdegmin, &cdegmax))
/petsc/include/
H A Dpetscspace.h69 PETSC_EXTERN PetscErrorCode PetscSpaceGetDegree(PetscSpace, PetscInt *, PetscInt *);
/petsc/src/dm/dt/space/impls/ptrimmed/tests/
H A Dex1.c35 PetscCall(PetscSpaceGetDegree(sp, &d, &maxD)); in test()
/petsc/src/dm/impls/plex/
H A Dplexextrude.c123 PetscCall(PetscSpaceGetDegree(sp, &deg, NULL)); in DMPlexExtrude()
H A Dplexglvis.c328 PetscCall(PetscSpaceGetDegree(P, &deg, NULL)); in GLVisCreateFE()
/petsc/src/dm/dt/space/impls/tensor/
H A Dspacetensor.c11 PetscCall(PetscSpaceGetDegree(space, &degree, NULL)); in PetscSpaceTensorCreateSubspace()
39 PetscCall(PetscSpaceGetDegree(sp, &deg, NULL)); in PetscSpaceSetFromOptions_Tensor()
243 PetscCall(PetscSpaceGetDegree(si, &iDeg, &iMaxDeg)); in PetscSpaceSetUp_Tensor()
582 PetscCall(PetscSpaceGetDegree(sp, &order, NULL)); in PetscSpaceGetHeightSubspace_Tensor()
/petsc/src/dm/dt/space/impls/sum/
H A Dspacesum.c239 PetscCall(PetscSpaceGetDegree(sp, &deg, NULL)); in PetscSpaceSetFromOptions_Sum()
323 PetscCall(PetscSpaceGetDegree(si, &iDeg, &iMaxDeg)); in PetscSpaceSetUp_Sum()
514 PetscCall(PetscSpaceGetDegree(sp, &order, NULL)); in PetscSpaceGetHeightSubspace_Sum()
/petsc/src/dm/dt/space/impls/ptrimmed/
H A Dspaceptrimmed.c91 PetscCall(PetscSpaceGetDegree(sp, &deg, &maxDeg)); in PetscSpaceSetUp_Ptrimmed()
319 PetscCall(PetscSpaceGetDegree(sp, &degree, NULL)); in PetscSpaceGetHeightSubspace_Ptrimmed()
/petsc/src/dm/dt/space/interface/
H A Dspace.c343 PetscErrorCode PetscSpaceGetDegree(PetscSpace sp, PeOp PetscInt *minDegree, PeOp PetscInt *maxDegre… in PetscSpaceGetDegree() function
/petsc/src/dm/dt/space/impls/poly/
H A Dspacepoly.c312 PetscCall(PetscSpaceGetDegree(sp, &order, NULL)); in PetscSpaceGetHeightSubspace_Polynomial()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_plex.c40 PetscCall(PetscSpaceGetDegree(P, &order, NULL)); in private_PetscFECreateDefault_scalar_pk1()
/petsc/src/dm/interface/
H A Ddmperiodicity.c467 PetscCall(PetscSpaceGetDegree(P, &degree, NULL)); in DMLocalizeCoordinates()
H A Ddmcoordinates.c1063 PetscCall(PetscSpaceGetDegree(sp, degree, NULL)); in DMGetCoordinateDegree_Internal()
/petsc/src/dm/dt/space/impls/subspace/
H A Dspacesubspace.c472 PetscCall(PetscSpaceGetDegree(origSpace, &order, NULL)); in PetscSpaceCreateSubspace()
/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c588 PetscCall(PetscSpaceGetDegree(P, &order, NULL)); in PetscFEIntegrateResidual_OpenCL()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1866 PetscCall(PetscSpaceGetDegree(P, &degree, NULL)); in PetscFESetDefaultName_Private()
2068 PetscCall(PetscSpaceGetDegree(P, &degree, NULL)); in PetscFECreate_Internal()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c1466 PetscCall(PetscSpaceGetDegree(space, NULL, &p)); in DMAdaptorAdapt_Sequence_Private()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c683 PetscCall(PetscSpaceGetDegree(sp, minDegree, maxDegree)); in DMFieldGetDegree_DS()

12