BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
pancake.gmsh_geometry Namespace Reference

Classes

class  Point
class  Curve
class  CurveLoop
class  Surface
class  SurfaceLoop
class  Volume
class  CrossSection
class  Tape
class  TapeBlock
class  Geometry

Detailed Description

Gmsh .geo writer: tapes as strip surfaces along a base curve, stacked into blocks.

Ported from the old `frenet` package.  A `CrossSection` holds the local
(width, thickness) coordinates of the left and right edge of every tape;
`Tape` maps them through `Basecurve.transform` to space, and `TapeBlock`
closes the volume between two neighbouring tapes.