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
4
namespace
chi_math
5
{
6
template
<
class
PCType,
class
VecType>
7
int
PreconditionerApplication
(PCType pc, VecType vector, VecType action);
8
}
//namespace chi_math
9
10
#endif
//CHITECH_PRECONDITIONER_APPLY_H
chi_math
Definition:
chi_runtime.h:42
chi_math::PreconditionerApplication
int PreconditionerApplication(PC pc, Vec vector, Vec action)
Definition:
preconditioner_apply.cc:11
framework
math
LinearSolver
preconditioner_apply.h
Generated by
1.9.3