Navigation

Operators and Keywords

Function List:

C++ API

Function File: [refined_mesh] = mshm_refine (mesh,cell_marker)

Refine a mesh

  • The mesh is a PDE-tool like structures with matrix field (p,e,t).
  • The optional argument cell_marker is a list containing the number of the cells you want to refine. By default a uniform refinement is applied.
The output refined_mesh is a refined mesh with the same structure as mesh

See also: msh3m_structured_mesh, msh2m_structured_mesh.

Package: msh