Quick Start and Examples#
Packaged Example Overview#
The examples run from the installed Python namespace with python -m. The
input files are bundled with the package.
Example |
Demonstrates |
Command |
Output files |
|---|---|---|---|
Periodic sheet wrinkling under uniaxial compression |
|
|
|
Caspar-Klug shell buckling with Monte Carlo vertex moves |
|
|
|
Constant-volume vesicle minimization with FIRE |
|
|
|
Brownian relaxation of an open |
|
|
|
Monte Carlo relaxation of the same disclination |
|
|
|
Velocity-Verlet relaxation of the same disclination |
|
|
|
Alternating Brownian dynamics and Monte Carlo vertex moves |
|
|
|
Bending-dominated dynamic triangulation with edge flips and vertex moves |
|
|
|
Spherical size scaling with mesh generation, Monte Carlo vertex moves, and Brownian dynamics |
|
|
All of the examples above write legacy ASCII .vtk output through the
default dumper. None requires plotting packages or the VTK Python bindings to
run.
Reproducibility Checklist#
[ ] package imports
[ ] example runs from outside repository
[ ] input files are bundled
[ ] output files are written
[ ] no import-path changes needed
[ ] no plotting packages needed