|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Contains the function to assemble the preconditioning matrix. More...
Go to the source code of this file.
Macros | |
| #define | __FUNCT__ "PetscComputePreconMatIMEX" |
Functions | |
| int | PetscComputePreconMatIMEX (Mat Pmat, Vec Y, void *ctxt) |
Contains the function to assemble the preconditioning matrix.
Definition in file PetscComputePreconMatIMEX.cpp.
| #define __FUNCT__ "PetscComputePreconMatIMEX" |
Definition at line 13 of file PetscComputePreconMatIMEX.cpp.
| int PetscComputePreconMatIMEX | ( | Mat | Pmat, |
| Vec | Y, | ||
| void * | ctxt | ||
| ) |
Compute and assemble the preconditioning matrix for the implicit-explicit (IMEX) time integration of the governing equations: Right now, it just calls PetscComputePreconMatImpl()
| Pmat | Preconditioning matrix to construct |
| Y | Solution vector |
| ctxt | Application context |
Definition at line 17 of file PetscComputePreconMatIMEX.cpp.