WaveBEM: Unsteady Nonlinear Potential Flow Solver for Ship-Wave Interaction.
bem_utilities.h
Go to the documentation of this file.
1 #ifndef bem_utilities_h
2 #define bem_utilities_h
3 
4 #include <string>
5 #include <deal.II/base/point.h>
6 #include <deal.II/grid/tria.h>
7 
8 using namespace dealii;
9 
13 namespace BEMUtilities
14 {
16 }
17 
18 #endif
We collect in this namespace all general BEM utilities.
Definition: bem_utilities.cc:8
void remove_mesh_anisotropy(Triangulation< 2, 3 > &tria)