Examples

Examples

The source code of the examples is here.

example_triangulate_domain(; Triangulate)

Use Triangulate.jl for creation of domain triangulation. Pass the Triangulate module as the value of the keyword parameter

source
example_triangulate_domain_regions(; Triangulate, minangle)

Use Triangulate.jl for creation of domain triangulation with cell and boundary markers. Pass the Triangulate module as the value of the keyword parameter

source
multifig(; tend, n)

Demonstrate multiple views in one frame

source
rectgrid2d(; tend, n)

Plot 2D rectangular grid

source
rectgrid3d(; tend, n)

Plot 3D rectilinear grid

source
rectquiver2d(; tend, n)

Plot scalar + vector function on rectilinear grid

source
rectquiver3d(; tend, n)

Plot scalar + vector function on 3D rectilinear grid

source
rectscalar2d(; tend, n)

Plot scalar function on rectilinear grid

source
rectscalar3d(; n, tend)

Plot scalar function on 3D rectilinear grid

source
simplexgrid2d(; tend, n)

Plot triangular grid

source
simplexgrid3d(; tend, n)

Plot tetrahedral grid.

source
simplexquiver2d(; tend, n)

Plot scalar + vector function on rectilinear grid

source
simplexquiver3d(; tend, n)

Plot scalar + vector function on rectilinear grid

source
simplexscalar2d(; tend, n)

Plot scalar function on triangular grid

source
simplexscalar3d(; tend, n)

Plot scalar function on tetrahedral grid.

source