pyva.geometry.meshClasses

This module provides methods for mesh handling. This comprised simple and regular meshes without an element definition but will later invlude complex meshes of irregular elements, different coordinate systems and node definitions.

The latter is not yet implemeneted. Feel free :)

Classes

RegMesh2D(X0, Y0, X1, Y1, NX, NY[, doftype])

This class deals with regular and flat 2D meshes.

RegShape2D(X0, Y0, X1, Y1, NX, NY[, ...])

This class deals with shapes mapped on regular and flat 2D meshes.