XC Open source finite element analysis program
|
Classes | |
class | XC::CFactorSeries |
Base class for constant factor time series. More... | |
class | XC::ConstantSeries |
Constant function over time. More... | |
class | XC::DiscretizedRandomProcessSeries |
??. More... | |
class | XC::LinearSeries |
Linear function over time. More... | |
class | XC::PathSeries |
Time-dependent function that linear interpolates the load factor using user specified control points provided in a vector object. the points in the vector are given at regular time increments pathTimeIncr apart. More... | |
class | XC::PathSeriesBase |
Base class for time-dependent functions defined by a series of points (ti,fi). More... | |
class | XC::PathTimeSeries |
Time-dependent function that linear interpolates the load factor using user specified control points provided in a vector object. the points in the vector are given at time points specified in another vector. More... | |
class | XC::PeriodSeries |
Periodic function over time. More... | |
class | XC::PulseBaseSeries |
Base class for pulse type time series. More... | |
class | XC::PulseSeries |
Pulse type function. More... | |
class | XC::RectangularSeries |
Pulso rectangular. More... | |
class | XC::SimulatedRandomProcessSeries |
??. More... | |
class | XC::TriangleSeries |
Serie de ondas triangulares. More... | |
class | XC::TrigSeries |
Trigonometric functions over time. A TrigSeries object provides a sine time series. the factor is given by the pseudoTime (x), pulse period (T), phase shift (phi), i.e. by sin(2*PI*(x-xo)/T + phi), and a constant factor provided in the constructor, the duration by tStart and tFinal;. More... | |
class | XC::TrapezoidalTimeSeriesIntegrator |
integrates a ground motion TimeSeries using the trapezoidal rule. More... | |
class | XC::TimeSeries |
Time variation of loads.A TimeSeries object is used to determine the load factor to be applied to the loads in a pettern. to the model. More... | |
class | XC::TimeSeriesIntegrator |
Time integration of time series. A TimeSeriesIntegrator describes the numerical integration of a ground motion record used in a dynamic analysis. More... | |