py4sci

6.6. steps.utilities.visual

Note

This module is preliminary, means some of the functions are still under development. Code modification / debugging is wellcomed. Please email steps.dev@gmail.com if you would like to share you changes with others.

Visual Toolkit

steps.utilities.visual.GUISim(model, mesh, solver, scale=9.9999999999999995e-07, color_map=[[, 255, 0, 0][, 0, 0, 255]])

Create a graphical frontend for a mesh based simulation.

Note

The graphical frontend should be used for mesh based simulation only.

Arguements:
  • steps.model.Model model
  • steps.geom.Tetmesh mesh
  • steps.solver.Tetexact solver
Example:
see examples/diffusion

Previous topic

6.5. steps.utilities.meshio

This Page