|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Post-time-integration-stage function. More...
Go to the source code of this file.
Macros | |
| #define | __FUNCT__ "PetscPostStage" |
Functions | |
| PetscErrorCode | PetscPostStage (TS ts, PetscReal stagetime, PetscInt stageindex, Vec *Y) |
Post-time-integration-stage function.
Definition in file PetscPostStage.cpp.
| #define __FUNCT__ "PetscPostStage" |
Definition at line 13 of file PetscPostStage.cpp.
| PetscErrorCode PetscPostStage | ( | TS | ts, |
| PetscReal | stagetime, | ||
| PetscInt | stageindex, | ||
| Vec * | Y | ||
| ) |
Function called after every stage in a multi-stage time-integration method
| ts | Time integrator of PETSc type TS |
| stagetime | Current stage time |
| stageindex | Stage |
| Y | Stage solutions (all stages) - be careful what you access |
Definition at line 16 of file PetscPostStage.cpp.