Lines Matching defs:sp

129 PetscErrorCode PetscDualSpaceSetType(PetscDualSpace sp, PetscDualSpaceType name)  in PetscDualSpaceSetType()
166 PetscErrorCode PetscDualSpaceGetType(PetscDualSpace sp, PetscDualSpaceType *name) in PetscDualSpaceGetType()
176 static PetscErrorCode PetscDualSpaceView_ASCII(PetscDualSpace sp, PetscViewer v) in PetscDualSpaceView_ASCII()
244 PetscErrorCode PetscDualSpaceView(PetscDualSpace sp, PetscViewer v) in PetscDualSpaceView()
283 PetscErrorCode PetscDualSpaceSetFromOptions(PetscDualSpace sp) in PetscDualSpaceSetFromOptions()
338 PetscErrorCode PetscDualSpaceSetUp(PetscDualSpace sp) in PetscDualSpaceSetUp()
351 static PetscErrorCode PetscDualSpaceClearDMData_Internal(PetscDualSpace sp, DM dm) in PetscDualSpaceClearDMData_Internal()
400 PetscErrorCode PetscDualSpaceDestroy(PetscDualSpace *sp) in PetscDualSpaceDestroy()
443 PetscErrorCode PetscDualSpaceCreate(MPI_Comm comm, PetscDualSpace *sp) in PetscDualSpaceCreate()
479 PetscErrorCode PetscDualSpaceDuplicate(PetscDualSpace sp, PetscDualSpace *spNew) in PetscDualSpaceDuplicate()
519 PetscErrorCode PetscDualSpaceGetDM(PetscDualSpace sp, DM *dm) in PetscDualSpaceGetDM()
541 PetscErrorCode PetscDualSpaceSetDM(PetscDualSpace sp, DM dm) in PetscDualSpaceSetDM()
569 PetscErrorCode PetscDualSpaceGetOrder(PetscDualSpace sp, PetscInt *order) in PetscDualSpaceGetOrder()
591 PetscErrorCode PetscDualSpaceSetOrder(PetscDualSpace sp, PetscInt order) in PetscDualSpaceSetOrder()
616 PetscErrorCode PetscDualSpaceGetNumComponents(PetscDualSpace sp, PetscInt *Nc) in PetscDualSpaceGetNumComponents()
636 PetscErrorCode PetscDualSpaceSetNumComponents(PetscDualSpace sp, PetscInt Nc) in PetscDualSpaceSetNumComponents()
661 PetscErrorCode PetscDualSpaceGetFunctional(PetscDualSpace sp, PetscInt i, PetscQuadrature *function… in PetscDualSpaceGetFunctional()
689 PetscErrorCode PetscDualSpaceGetDimension(PetscDualSpace sp, PetscInt *dim) in PetscDualSpaceGetDimension()
720 PetscErrorCode PetscDualSpaceGetInteriorDimension(PetscDualSpace sp, PetscInt *intdim) in PetscDualSpaceGetInteriorDimension()
756 PetscErrorCode PetscDualSpaceGetUniform(PetscDualSpace sp, PetscBool *uniform) in PetscDualSpaceGetUniform()
783 PetscErrorCode PetscDualSpaceGetNumDof(PetscDualSpace sp, const PetscInt *numDof[]) in PetscDualSpaceGetNumDof()
812 PetscErrorCode PetscDualSpaceSectionCreate_Internal(PetscDualSpace sp, PetscSection *topSection) in PetscDualSpaceSectionCreate_Internal()
863 PetscErrorCode PetscDualSpaceSectionSetUp_Internal(PetscDualSpace sp, PetscSection section) in PetscDualSpaceSectionSetUp_Internal()
907 PetscErrorCode PetscDualSpaceGetSection(PetscDualSpace sp, PetscSection *section) in PetscDualSpaceGetSection()
959 PetscErrorCode PetscDualSpaceGetInteriorSection(PetscDualSpace sp, PetscSection *section) in PetscDualSpaceGetInteriorSection()
989 PetscErrorCode PetscDualSpacePushForwardSubspaces_Internal(PetscDualSpace sp, PetscInt sStart, Pets… in PetscDualSpacePushForwardSubspaces_Internal()
1056 PetscErrorCode PetscDualSpaceApply(PetscDualSpace sp, PetscInt f, PetscReal time, PetscFEGeom *cgeo… in PetscDualSpaceApply()
1080 PetscErrorCode PetscDualSpaceApplyAll(PetscDualSpace sp, const PetscScalar *pointEval, PetscScalar … in PetscDualSpaceApplyAll()
1102 PetscErrorCode PetscDualSpaceApplyInterior(PetscDualSpace sp, const PetscScalar *pointEval, PetscSc… in PetscDualSpaceApplyInterior()
1137 PetscErrorCode PetscDualSpaceApplyDefault(PetscDualSpace sp, PetscInt f, PetscReal time, PetscFEGeo… in PetscDualSpaceApplyDefault()
1186 PetscErrorCode PetscDualSpaceApplyAllDefault(PetscDualSpace sp, const PetscScalar *pointEval, Petsc… in PetscDualSpaceApplyAllDefault()
1222 PetscErrorCode PetscDualSpaceApplyInteriorDefault(PetscDualSpace sp, const PetscScalar *pointEval, … in PetscDualSpaceApplyInteriorDefault()
1258 PetscErrorCode PetscDualSpaceGetAllData(PetscDualSpace sp, PeOp PetscQuadrature *allNodes, PeOp Mat… in PetscDualSpaceGetAllData()
1293 PetscErrorCode PetscDualSpaceCreateAllDataDefault(PetscDualSpace sp, PetscQuadrature *allNodes, Mat… in PetscDualSpaceCreateAllDataDefault()
1372 PetscErrorCode PetscDualSpaceGetInteriorData(PetscDualSpace sp, PeOp PetscQuadrature *intNodes, PeO… in PetscDualSpaceGetInteriorData()
1409 PetscErrorCode PetscDualSpaceCreateInteriorDataDefault(PetscDualSpace sp, PetscQuadrature *intNodes… in PetscDualSpaceCreateInteriorDataDefault()
1564 PetscErrorCode PetscDualSpaceApplyFVM(PetscDualSpace sp, PetscInt f, PetscReal time, PetscFVCellGeo… in PetscDualSpaceApplyFVM()
1615 PetscErrorCode PetscDualSpaceGetHeightSubspace(PetscDualSpace sp, PetscInt height, PetscDualSpace *… in PetscDualSpaceGetHeightSubspace()
1687 PetscErrorCode PetscDualSpaceGetPointSubspace(PetscDualSpace sp, PetscInt point, PetscDualSpace *bd… in PetscDualSpaceGetPointSubspace()
1751 PetscErrorCode PetscDualSpaceGetSymmetries(PetscDualSpace sp, const PetscInt ****perms, const Petsc… in PetscDualSpaceGetSymmetries()