]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add necessary header files.
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 4 May 2023 18:44:29 +0000 (12:44 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 4 May 2023 23:38:06 +0000 (17:38 -0600)
tests/trilinos/nox_solver_01.cc

index 2c5e598198fb09f73192ee6d1853568caa454a7f..df022c6c29891a6ac8df76cac9f1656c15659104 100644 (file)
 #include <deal.II/lac/trilinos_sparse_matrix.h>
 #include <deal.II/lac/trilinos_sparsity_pattern.h>
 
-#include "../tests.h"
+#include <NOX_Epetra_Group.H>
+#include <NOX_Epetra_Interface_Jacobian.H>
+#include <NOX_Epetra_Interface_Required.H>
+#include <NOX_Epetra_LinearSystem_AztecOO.H>
+#include <NOX_Solver_Factory.H>
+#include <NOX_Solver_Generic.H>
+#include <NOX_StatusTest_Combo.H>
+#include <NOX_StatusTest_MaxIters.H>
+#include <NOX_StatusTest_NormF.H>
+#include <NOX_StatusTest_RelativeNormF.H>
 
-#include "NOX_Epetra_Group.H"
-#include "NOX_Epetra_Interface_Jacobian.H"
-#include "NOX_Epetra_Interface_Required.H"
-#include "NOX_Epetra_LinearSystem_AztecOO.H"
+#include "../tests.h"
 
 
 class NoxInterface : public NOX::Epetra::Interface::Required,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.