Package PyDSTool :: Package Toolbox :: Module phaseplane :: Class inflection_zone_node
[hide private]
[frames] | no frames]

Class inflection_zone_node

source code

       object --+                    
                |                    
 MProject.feature --+                
                    |                
MProject.feature_node --+            
                        |            
 MProject.ql_feature_node --+        
                            |        
                    zone_node --+    
                                |    
              nullcline_zone_node --+
                                    |
                                   inflection_zone_node

Find all inflection point zones

Nested Classes [hide private]
  _leaf_class
A single inflection point zone.
Instance Methods [hide private]
 
evaluate(self, nullc)
Assumes at least 2 sample points in nullcline.
source code

Inherited from zone_node: finish

Inherited from zone_node (private): _local_init

Inherited from MProject.feature_node: __getitem__, __init__, __repr__, __str__, propagate_verbosity, set_ref_traj

Inherited from MProject.feature_node (private): _residual_info

Inherited from MProject.feature: __call__, __eq__, __hash__, __ne__, info, postprocess_ref_traj, prepare, reset_metric, validate

Inherited from MProject.feature (private): _find_idx

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

evaluate(self, nullc)

source code 

Assumes at least 2 sample points in nullcline.

Overrides: MProject.feature.evaluate