Home
last modified time | relevance | path

Searched refs:TSARKIMEXGetVecs (Results 1 – 3 of 3) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/ts/impls/arkimex/
H A Darkimex.c977 static PetscErrorCode TSARKIMEXGetVecs(TS ts,DM dm,Vec *Z,Vec *Ydot) in TSARKIMEXGetVecs() function
1029 ierr = TSARKIMEXGetVecs(ts,dm,&Z,&Ydot);CHKERRQ(ierr); in SNESTSFormFunction_ARKIMEX()
1051 ierr = TSARKIMEXGetVecs(ts,dm,NULL,&Ydot);CHKERRQ(ierr); in SNESTSFormJacobian_ARKIMEX()
1076 ierr = TSARKIMEXGetVecs(ts,fine,&Z,NULL);CHKERRQ(ierr); in DMRestrictHook_TSARKIMEX()
1077 ierr = TSARKIMEXGetVecs(ts,coarse,&Z_c,NULL);CHKERRQ(ierr); in DMRestrictHook_TSARKIMEX()
1099 ierr = TSARKIMEXGetVecs(ts,dm,&Z,NULL);CHKERRQ(ierr); in DMSubDomainRestrictHook_TSARKIMEX()
1100 ierr = TSARKIMEXGetVecs(ts,subdm,&Z_c,NULL);CHKERRQ(ierr); in DMSubDomainRestrictHook_TSARKIMEX()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS16201 static PetscErrorCode TSARKIMEXGetVecs(977,42973
H A DCTAGS32940 TSARKIMEXGetVecs src/ts/impls/arkimex/arkimex.c /^static PetscErrorCode TSARKIMEXGetVecs(TS ts,DM d…