Home
last modified time | relevance | path

Searched refs:PetscDSType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscds.pxi3 ctypedef const char* PetscDSType
4 PetscDSType PETSCDSBASIC
9 PetscErrorCode PetscDSSetType(PetscDS, PetscDSType)
10 PetscErrorCode PetscDSGetType(PetscDS, PetscDSType*)
H A DDS.pyx91 cdef PetscDSType cval = NULL
105 cdef PetscDSType cval = NULL
/petsc/include/
H A Dpetscds.h84 typedef const char *PetscDSType; typedef
96 PETSC_EXTERN PetscErrorCode PetscDSSetType(PetscDS, PetscDSType);
97 PETSC_EXTERN PetscErrorCode PetscDSGetType(PetscDS, PetscDSType *);
/petsc/src/dm/dt/interface/
H A Ddtds.c62 PetscErrorCode PetscDSSetType(PetscDS prob, PetscDSType name) in PetscDSSetType()
99 PetscErrorCode PetscDSGetType(PetscDS prob, PetscDSType *name) in PetscDSGetType()