HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
PetscPreStage.cpp
Go to the documentation of this file.
1
6
#ifdef with_petsc
7
8
#include <
petscinterface_struct.h
>
9
10
#undef __FUNCT__
11
#define __FUNCT__ "PetscPreStage"
12
14
PetscErrorCode
PetscPreStage
( TS ts,
15
PetscReal waqt )
16
{
17
PetscFunctionBegin;
18
PetscFunctionReturn(0);
19
}
20
21
#endif
petscinterface_struct.h
Contains structure that defines the interface for time integration with PETSc (https://petsc.org/release/)
PetscPreStage
PetscErrorCode PetscPreStage(TS, PetscReal)
Definition:
PetscPreStage.cpp:14