| GetFEM
    5.4.4
    | 
Build regular meshes. More...
#include "getfem_mesh.h"Go to the source code of this file.
| Namespaces | |
| getfem | |
| GEneric Tool for Finite Element Methods. | |
| Functions | |
| void | getfem::regular_unit_mesh (mesh &m, std::vector< size_type > nsubdiv, bgeot::pgeometric_trans pgt, bool noised=false) | 
| Build a regular mesh of the unit square/cube/, etc.  More... | |
| void | getfem::regular_mesh (mesh &m, const std::string &st) | 
| Build a regular mesh parametrized by the string st.  More... | |
| void | getfem::regular_ball_mesh (mesh &m, const std::string &st) | 
| Build a regular mesh on a ball, parametrized by the string st.  More... | |
| void | getfem::regular_ball_shell_mesh (mesh &m, const std::string &st) | 
| Build a regular mesh on a ball shell, parametrized by the string st.  More... | |