|
phaseflow
FEM solver for the Navier-Stokes-Boussinesq equations coupled with enthalpy-based phase change
|
#include <iostream>#include <cmath>#include <deal.II/grid/grid_tools.h>#include <deal.II/grid/tria.h>#include <deal.II/grid/tria_accessor.h>#include <deal.II/grid/tria_iterator.h>Go to the source code of this file.
Namespaces | |
| MyGridGenerator | |
Functions | |
| template<int dim> | |
| void | MyGridGenerator::create_coarse_grid (Triangulation< dim > &triangulation, std::vector< unsigned int > &manifold_ids, std::vector< std::string > &manifold_descriptors, unsigned int &boundary_count, const std::string grid_name, const std::vector< double > sizes) |
1.8.6