Init_Vec.hpp
Go to the documentation of this file.
1 #ifndef INIT_VEC_H
2 #define INIT_VEC_H
3 #include <petscksp.h>
4 namespace SPE{
9  int Init_Vec(
10  Vec &x,
11  const PetscInt &n
12  );
13 }
14 
15 #endif
Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5
int Init_Vec(Vec &x, const PetscInt &n)
Initialize a vector x to be of size n.
Definition: Init_Vec.cpp:4