Finite Element Domain Decomposition Library
FEDDLib
Loading...
Searching...
No Matches
NonLinearSolver.hpp
1#ifndef NONLINEARSOLVER_hpp
2#define NONLINEARSOLVER_hpp
3
4#include "NonLinearSolver_decl.hpp"
5
6#ifndef HAVE_EXPLICIT_INSTANTIATION
7 #include "NonLinearSolver_def.hpp"
8#endif
9
10#endif