Marko Petek's Thesis application 1.0
The Marko Petek's code for numerical analysis of nonlinear damped and driven oscillation.
|
Namespaces | |
namespace | IG::MPetekLib::Algorithms::SpecificSolver |
Enumerations | |
enum | IG::MPetekLib::Algorithms::SpecificSolver::DrivenPendulumBaseStates { IG::MPetekLib::Algorithms::SpecificSolver::Undefined = 0x0, IG::MPetekLib::Algorithms::SpecificSolver::StartingDrivingAngularFrequencyExists = 0x1, IG::MPetekLib::Algorithms::SpecificSolver::EndingDrivingAngularFrequencyExists = 0x2, IG::MPetekLib::Algorithms::SpecificSolver::NSamplesForResonanceCurveExists = 0x4, IG::MPetekLib::Algorithms::SpecificSolver::ReadyToCalculateResonanceCurve = StartingDrivingAngularFrequencyExists | EndingDrivingAngularFrequencyExists | NSamplesForResonanceCurveExists } |