Project Status: Active – The project has reached a stable, usable state and is being actively developed.Build StatusCoverage StatusLatest documentation

MeshSteward.jl

Manages finite element meshes powered by MeshCore.jl

News

  • 07/06/2020: Exports have been added to facilitate use of the library.
  • 06/17/2020: Key the stored relations with a tuple consisting of the code and a string tag.
  • 05/26/2020: First version.

Installation

The package is registered: doing

]add MeshSteward

is enough.

Depends on: MeshCore.

Using

The user can either use/import individual functions from MeshSteward like so:

using MeshSteward: Mesh, attach!

or all exported symbols maybe made available in the user's context as

using MeshSteward.Exports

Learning

Please refer to the tutorials in the package MeshTutor.jl.