Modular Modeling
- Getting started
- Overview — MmodD: Modular Modeling
- Simple equation on a square (2d) — Let start with a very simple 2d example.
- Simple equation on a cube (3d) — Let start with a very simple 3d example.
- Graphic overview — Illustration of somme graphics possibilities
- MmodD Type's
- Class p0
- Class p1
- Class pde
- Class tet3d
- tet3d — Initialise a 3d unstructured tetraedral mesh variable
- tcube3d — Create a tetrahedral 3d mesh on a cube
- read_tet3d_GMSH — Read from file a tet3d mesh
- read_tet3d_NETGEN — Read from file a tet3d mesh
- read_tet3d_TETGEN — Read from file a tet3d mesh
- Class tri2d
- tri2d — Initialise a 2d unstructured triangular mesh variable
- square2d — Create a triangular 2d mesh on a square
- read_tri2d_BAMG — Read from file a tri2d mesh
- read_tri2d_GMSH — Read from file a tri2d mesh
- read_tri2d_NETGEN — Read from file a tri2d mesh
- tri2d_refine — Refine a 2d unstructured triangular mesh
- Class tri3d
- tri3d — Initialise a 3d unstructured triangular surfcae mesh
- tri3d_refine — Refine a tri3d unstructured triangular mesh
- Tools
- Meshtool
- meshtool — Mesh visualisation
- tri2d_plot2d — Draw the triangular plot of tri2d mesh
- tri3d_plot2d — Draw the triangular surface of tri3d mesh
- tet3d_plot2d — Draw the triangular boundaries surfaces of tet3d mesh
- VarTool
- vartool — Variable visualisation
- p1_2d_plot2d — Draw the triangular plot of p1_2d variable
- p1_2d_plot3d — Draw the triangular surface plot of p1_2d variable
- p1_2d_contour2d — Draw isocontours of p1_2d variable
- p1_2d_contour3d — Elevated isolines of p1_2d variable
- p1_3d_plot3d — Boundaries 3d plot of p1_3d variable
- p1_3d_contour3d — Isosurfaces 3d plot of p1_3d variable
- p1_3d_slice — Orthogonal slice planes of p1_3d variable
- p1_3d_xslice — Orthogonal slice planes along x-axis direction of p1_3d variable
- p1_3d_yslice — Orthogonal slice planes along y-axis direction of p1_3d variable
- p1_3d_zslice — Orthogonal slice planes along z-axis direction of p1_3d variable
- p0_2d_plot2d — Draw the triangular plot of p0_2d variable
- p0_2d_plot3d — Draw the triangular surface plot of p0_2d variable
- p0_3d_slice — Orthogonal slice planes of p0_3d variable
- p0_3d_xslice — Orthogonal slice planes along x-axis direction of p0_3d variable
- p0_3d_yslice — Orthogonal slice planes along y-axis direction of p0_3d variable
- p0_3d_zslice — Orthogonal slice planes along z-axis direction of p0_3d variable
- mmodd_getpath — Returns the path to the mmodd module.
- paraview — Visualisation with paraview
- Meshtool
- Gallery
- Animal Coat Patterns — Reaction Diffusion Equations and Animal Coat Patterns