Chi-Tech
preconditioner_apply.h
Go to the documentation of this file.
1#ifndef CHITECH_PRECONDITIONER_APPLY_H
2#define CHITECH_PRECONDITIONER_APPLY_H
3
4namespace chi_math
5{
6template<class PCType, class VecType>
7int PreconditionerApplication(PCType pc, VecType vector, VecType action);
8}//namespace chi_math
9
10#endif //CHITECH_PRECONDITIONER_APPLY_H
int PreconditionerApplication(PC pc, Vec vector, Vec action)