HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
c
d
e
f
g
i
l
m
o
p
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
+
Macros
_
a
c
d
g
i
m
n
r
s
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
PetscComputePreconMatIMEX.cpp
Go to the documentation of this file.
1
6
#ifdef with_petsc
7
8
#include <stdio.h>
9
#include <
arrayfunctions.h
>
10
#include <
petscinterface.h
>
11
12
#undef __FUNCT__
13
#define __FUNCT__ "PetscComputePreconMatIMEX"
14
17
int
PetscComputePreconMatIMEX
(Mat Pmat,
18
Vec Y,
19
void
*ctxt )
20
{
21
/* Same implementation as PetscComputePreconMatImpl() */
22
return
(
PetscComputePreconMatImpl
(Pmat,Y,ctxt));
23
}
24
25
#endif
PetscComputePreconMatIMEX
int PetscComputePreconMatIMEX(Mat Pmat, Vec Y, void *ctxt)
Definition:
PetscComputePreconMatIMEX.cpp:17
PetscComputePreconMatImpl
int PetscComputePreconMatImpl(Mat, Vec, void *)
Definition:
PetscComputePreconMatImpl.cpp:59
arrayfunctions.h
Contains macros and function definitions for common array operations.
petscinterface.h