Home
last modified time | relevance | path

Searched defs:nstages (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ts/impls/implicit/irk/
H A Dirk.c30 PetscInt nstages; /* Number of stages */ member
67 PetscErrorCode TSIRKTableauCreate(TS ts, PetscInt nstages, const PetscReal *A, const PetscReal *b, … in TSIRKTableauCreate()
90 PetscInt nstages; in TSIRKCreate_Gauss() local
311 const PetscInt nstages = irk->nstages; in TSStep_IRK() local
368 PetscInt nstages = irk->nstages, pinterp = irk->pinterp, i, j; in TSInterpolate_IRK() local
460 const PetscInt nstages = irk->nstages; in SNESTSFormFunction_IRK() local
496 const PetscInt nstages = irk->nstages; in SNESTSFormJacobian_IRK() local
574 const PetscInt nstages = irk->nstages; in TSSetUp_IRK() local
731 PetscErrorCode TSIRKSetNumStages(TS ts, PetscInt nstages) in TSIRKSetNumStages()
752 PetscErrorCode TSIRKGetNumStages(TS ts, PetscInt *nstages) in TSIRKGetNumStages()
[all …]
/petsc/src/ts/impls/explicit/ssp/
H A Dssp.c12 PetscInt nstages; member
307 PetscErrorCode TSSSPSetNumStages(TS ts, PetscInt nstages) in TSSSPSetNumStages()
330 PetscErrorCode TSSSPGetNumStages(TS ts, PetscInt *nstages) in TSSSPGetNumStages()
372 static PetscErrorCode TSSSPSetNumStages_SSP(TS ts, PetscInt nstages) in TSSSPSetNumStages_SSP()
380 static PetscErrorCode TSSSPGetNumStages_SSP(TS ts, PetscInt *nstages) in TSSSPGetNumStages_SSP()
/petsc/src/mat/impls/dummy/
H A Dmatdummy.c25 PetscInt i, nstages = smat->nstages; in MatDestroySubMatrices_Dummy() local
/petsc/src/snes/impls/ms/
H A Dms.c10 PetscInt nstages; /* Number of stages */ member
193 PetscErrorCode SNESMSRegister(SNESMSType name, PetscInt nstages, PetscInt nregisters, PetscReal sta… in SNESMSRegister()
240 const PetscInt nstages = t->nstages; in SNESMSStep_3Sstar() local
269 PetscInt i, nstages = tab->nstages; in SNESMSStep_Basic() local
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c285 static PetscErrorCode PetscPartitionerMultistage_DestroyStages(PetscInt nstages, MPI_Group *groups[… in PetscPartitionerMultistage_DestroyStages()
299 PetscInt nstages = p->levels; in PetscPartitionerReset_Multistage() local
572 PetscInt nstages; in PetscPartitionerSetUp_Multistage() local
775 PetscInt nstages; in PetscPartitionerSetFromOptions_Multistage() local
784 PetscInt nstages = p->levels, l; in PetscPartitionerSetFromOptions_Multistage() local
/petsc/src/ksp/ksp/tutorials/
H A Dex74.c86 PetscInt nstages, is, ie, matis, matie, *ix, *ix2; in main() local
280 static PetscErrorCode RKCreate_Gauss(PetscInt nstages, PetscScalar **gauss_A, PetscScalar **gauss_b… in RKCreate_Gauss()
/petsc/src/mat/impls/sbaij/mpi/
H A Dsbaijov.c19 PetscInt *ai, brow, nz, nis, l, nmax, nstages, max_no, pos; in MatIncreaseOverlap_MPISBAIJ() local
/petsc/src/mat/impls/dense/mpi/
H A Dmmdense.c27 PetscInt nmax, nstages, i, pos, max_no; in MatCreateSubMatrices_MPIDense() local
/petsc/src/ts/impls/eimex/
H A Deimex.c9 PetscInt nstages; /* Numbers of stages in current scheme */ member
/petsc/src/mat/impls/aij/seq/
H A Daij.h23 PetscInt nstages; member
/petsc/src/mat/impls/baij/mpi/
H A Dbaijov.c528 PetscInt nmax, nstages, i, pos, max_no, N = C->cmap->N, bs = C->rmap->bs; in MatCreateSubMatrices_MPIBAIJ() local
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c1939 PetscInt nmax, nstages = 0, max_no, nrow, ncol, in[2], out[2]; in MatCreateSubMatrices_MPIAIJ() local