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
4
namespace
chi_math
5
{
6
7
template
<
class
VecType,
class
SolverType>
8
struct
NonLinearSolverContext
9
{
10
virtual
~NonLinearSolverContext
() =
default
;
11
};
12
13
}
//namespace chi_math
14
15
#endif
//CHITECH_CHI_MATH_NL_SOLVER_CONTEXT_H
chi_math
Definition:
chi_runtime.h:42
chi_math::NonLinearSolverContext
Definition:
NonLinearSolverContext.h:9
chi_math::NonLinearSolverContext::~NonLinearSolverContext
virtual ~NonLinearSolverContext()=default
framework
math
NonLinearSolver
NonLinearSolverContext.h
Generated by
1.9.3