PyFlex  1.0
Riser cross section analysis
timehist Namespace Reference

Classes

class  AnalysisProp
 
class  FiveLevelPlotData
 
class  FourLevelPlotData
 
class  FricCalcNavigationToolbar
 
class  FrictionCalc
 
class  FullAnalysisThread
 
class  FullCalcNavigationToolbar
 
class  FullStressCalc
 
class  FullTreeProxyModel
 
class  PlotData
 
class  TimeHist
 

Functions

def find_indices (startvalue, endvalue, vector)
 

Detailed Description

Copyright (C) 2016 Joakim A. Taby

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Function Documentation

def timehist.find_indices (   startvalue,
  endvalue,
  vector 
)
Assumes sorted data.
:param startvalue: start value in vector to find
:param endvalue: End value to find in vector
:param vector:
:return startindex: index of last value smaller or equal to startvalue
:return endindex: first index equal or larger than vector.Bound by length of vector

Definition at line 1719 of file timehist.py.

Here is the caller graph for this function: