Lines Matching refs:PetscSpace
41 PetscErrorCode PetscSpaceRegister(const char sname[], PetscErrorCode (*function)(PetscSpace)) in PetscSpaceRegister() argument
64 PetscErrorCode PetscSpaceSetType(PetscSpace sp, PetscSpaceType name) in PetscSpaceSetType()
66 PetscErrorCode (*r)(PetscSpace); in PetscSpaceSetType()
102 PetscErrorCode PetscSpaceGetType(PetscSpace sp, PetscSpaceType *name) in PetscSpaceGetType()
126 PetscErrorCode PetscSpaceViewFromOptions(PetscSpace A, PetscObject obj, const char name[]) in PetscSpaceViewFromOptions()
147 PetscErrorCode PetscSpaceView(PetscSpace sp, PetscViewer v) in PetscSpaceView()
183 PetscErrorCode PetscSpaceSetFromOptions(PetscSpace sp) in PetscSpaceSetFromOptions()
231 PetscErrorCode PetscSpaceSetUp(PetscSpace sp) in PetscSpaceSetUp()
251 PetscErrorCode PetscSpaceDestroy(PetscSpace *sp) in PetscSpaceDestroy()
284 PetscErrorCode PetscSpaceCreate(MPI_Comm comm, PetscSpace *sp) in PetscSpaceCreate()
286 PetscSpace s; in PetscSpaceCreate()
319 PetscErrorCode PetscSpaceGetDimension(PetscSpace sp, PetscInt *dim) in PetscSpaceGetDimension()
343 PetscErrorCode PetscSpaceGetDegree(PetscSpace sp, PeOp PetscInt *minDegree, PeOp PetscInt *maxDegre… in PetscSpaceGetDegree()
366 PetscErrorCode PetscSpaceSetDegree(PetscSpace sp, PetscInt degree, PetscInt maxDegree) in PetscSpaceSetDegree()
391 PetscErrorCode PetscSpaceGetNumComponents(PetscSpace sp, PetscInt *Nc) in PetscSpaceGetNumComponents()
411 PetscErrorCode PetscSpaceSetNumComponents(PetscSpace sp, PetscInt Nc) in PetscSpaceSetNumComponents()
430 PetscErrorCode PetscSpaceSetNumVariables(PetscSpace sp, PetscInt n) in PetscSpaceSetNumVariables()
451 PetscErrorCode PetscSpaceGetNumVariables(PetscSpace sp, PetscInt *n) in PetscSpaceGetNumVariables()
481 PetscErrorCode PetscSpaceEvaluate(PetscSpace sp, PetscInt npoints, const PetscReal points[], PeOp P… in PetscSpaceEvaluate()
517 PetscErrorCode PetscSpaceGetHeightSubspace(PetscSpace sp, PetscInt height, PetscSpace *subsp) in PetscSpaceGetHeightSubspace()