Chi-Tech
tools.h
Go to the documentation of this file.
1#ifndef CHITECH_TOOLS_H
2#define CHITECH_TOOLS_H
3
4#include "petscksp.h"
5
6namespace mg_diffusion
7{
8 PetscErrorCode MGKSPMonitor(
9 KSP ksp, PetscInt n, PetscReal rnorm, void*);
10}
11
12#endif //CHITECH_TOOLS_H
PetscErrorCode MGKSPMonitor(KSP ksp, PetscInt n, PetscReal rnorm, void *)
Definition: tools.cc:11