Skip to content

Commit

Permalink
Fix more headers
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Feb 12, 2025
1 parent 33d3554 commit 9b9b740
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 2 additions & 0 deletions include/deal.II/fe/mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
#include <deal.II/base/config.h>

#include <deal.II/base/array_view.h>
#include <deal.II/base/bounding_box.h>
#include <deal.II/base/derivative_form.h>

#include <deal.II/fe/fe_update_flags.h>
#include <deal.II/fe/mapping_related_data.h>

#include <deal.II/grid/tria.h>
#include <deal.II/grid/tria_accessor.h>

#include <deal.II/hp/q_collection.h>

Expand Down
1 change: 1 addition & 0 deletions include/deal.II/grid/manifold.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <deal.II/base/quadrature_lib.h>

#include <deal.II/grid/tria.h>
#include <deal.II/grid/tria_accessor.h>

DEAL_II_NAMESPACE_OPEN

Expand Down
6 changes: 0 additions & 6 deletions include/deal.II/grid/tria.h
Original file line number Diff line number Diff line change
Expand Up @@ -4946,10 +4946,4 @@ extern template class Triangulation<3, 3>;

DEAL_II_NAMESPACE_CLOSE

// Include tria_accessor.h here, so that it is possible for an end
// user to use the iterators of Triangulation<dim> directly without
// the need to include tria_accessor.h separately. (Otherwise the
// iterators are an 'opaque' or 'incomplete' type.)
#include <deal.II/grid/tria_accessor.h>

#endif
4 changes: 1 addition & 3 deletions include/deal.II/lac/trilinos_tpetra_precondition.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,14 @@

#include <deal.II/lac/vector.h>

#include <Teuchos_BLAS_types.hpp>


#ifdef DEAL_II_TRILINOS_WITH_TPETRA

# include <deal.II/base/enable_observer_pointer.h>

# include <deal.II/lac/la_parallel_vector.h>
# include <deal.II/lac/trilinos_tpetra_sparse_matrix.h>

# include <Teuchos_BLAS_types.hpp>
# include <Teuchos_ConfigDefs.hpp>
# include <Teuchos_ParameterList.hpp>
# include <Teuchos_RCPDecl.hpp>
Expand Down
5 changes: 5 additions & 0 deletions include/deal.II/numerics/nonlinear.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
//
// ------------------------------------------------------------------------

#ifndef dealii_nonlinear_h
#define dealii_nonlinear_h

#include <deal.II/base/config.h>

#include <deal.II/base/exceptions.h>
Expand Down Expand Up @@ -710,3 +713,5 @@ NonlinearSolverSelector<VectorType>::solve(
}

DEAL_II_NAMESPACE_CLOSE

#endif

0 comments on commit 9b9b740

Please sign in to comment.