Chi-Tech
NonLinearSolverContext.h
Go to the documentation of this file.
1#ifndef CHITECH_CHI_MATH_NL_SOLVER_CONTEXT_H
2#define CHITECH_CHI_MATH_NL_SOLVER_CONTEXT_H
3
4namespace chi_math
5{
6
7template<class VecType, class SolverType>
9{
10 virtual ~NonLinearSolverContext() = default;
11};
12
13}//namespace chi_math
14
15#endif //CHITECH_CHI_MATH_NL_SOLVER_CONTEXT_H
virtual ~NonLinearSolverContext()=default