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

Class nullcline_zone_leaf

source code

       object --+                
                |                
 MProject.feature --+            
                    |            
MProject.feature_leaf --+        
                        |        
 MProject.ql_feature_leaf --+    
                            |    
                    zone_leaf --+
                                |
                               nullcline_zone_leaf
Known Subclasses:

Parameters to apply: pars: xtol, refine (integer, default 0) optional pars: find_exact_center (unused)

Instance Methods [hide private]
 
_prepare(self, nullc) source code
 
_set_mutex_zone_by_width(self, center_ix, x_center, y_center, nullc)
Fix zone size by width or halfway to next center, if closer.
source code
 
_grow_zone_by_radius(self, center_ix, x_center, y_center, nullc, property_func) source code
 
_grow_zone_by_width(self, center_ix, x_center, y_center, nullc, property_func)
property_func must return +/- 1 or 0/1 as a function of x
source code

Inherited from zone_leaf: evaluate, finish

Inherited from MProject.feature_leaf: __repr__, __str__, set_ref_traj

Inherited from MProject.feature_leaf (private): _residual_info

Inherited from MProject.feature: __call__, __eq__, __hash__, __init__, __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__