Peano
Loading...
Searching...
No Matches
peano4.solversteps.Steps.Steps Class Reference

All operations within Peano 4 model. More...

Inheritance diagram for peano4.solversteps.Steps.Steps:
Collaboration diagram for peano4.solversteps.Steps.Steps:

Public Member Functions

 __init__ (self, project)
 
 __str__ (self)
 
 add_step (self, step)
 
 construct_output (self, output)
 
 clear (self)
 

Data Fields

 generator
 

Protected Attributes

 _project
 
 _steps
 
 _namespace
 

Detailed Description

All operations within Peano 4 model.

Represents the total output generated from the Peano4 data model plus all the operations on it. This is basically a big collection. Each step holds all the action sets aka operations that are executed within one grid traversal.

Definition at line 6 of file Steps.py.

Constructor & Destructor Documentation

◆ __init__()

peano4.solversteps.Steps.Steps.__init__ ( self,
project )

Definition at line 18 of file Steps.py.

Member Function Documentation

◆ __str__()

peano4.solversteps.Steps.Steps.__str__ ( self)

Definition at line 25 of file Steps.py.

References peano4.solversteps.Steps.Steps._steps.

Referenced by peano4.toolbox.particles.postprocessing.ParticleVTUReader.VTUParticleSet.__repr__().

Here is the caller graph for this function:

◆ add_step()

◆ clear()

◆ construct_output()

Field Documentation

◆ _namespace

peano4.solversteps.Steps.Steps._namespace
protected

Definition at line 21 of file Steps.py.

◆ _project

◆ _steps

◆ generator


The documentation for this class was generated from the following file: