Home
last modified time | relevance | path

Searched refs:TSDGType (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/impls/implicit/discgrad/
H A Dtsdiscgrad.c23 TSDGType discgrad; /* Type of electrostatic model */
145 static PetscErrorCode TSDiscGradGetType_DiscGrad(TS ts, TSDGType *dgtype) in TSDiscGradGetType_DiscGrad()
154 static PetscErrorCode TSDiscGradSetType_DiscGrad(TS ts, TSDGType dgtype) in TSDiscGradSetType_DiscGrad()
605 PetscErrorCode TSDiscGradGetType(TS ts, TSDGType *dgtype) in TSDiscGradGetType()
610 PetscUseMethod(ts, "TSDiscGradGetType_C", (TS, TSDGType *), (ts, dgtype)); in TSDiscGradGetType()
633 PetscErrorCode TSDiscGradSetType(TS ts, TSDGType dgtype) in TSDiscGradSetType()
637 PetscTryMethod(ts, "TSDiscGradSetType_C", (TS, TSDGType), (ts, dgtype)); in TSDiscGradSetType()
/petsc/include/
H A Dpetscts.h1509 } TSDGType; typedef
1512 PETSC_EXTERN PetscErrorCode TSDiscGradSetType(TS, TSDGType);
1513 PETSC_EXTERN PetscErrorCode TSDiscGradGetType(TS, TSDGType *);