Marko Petek's Thesis application 1.0
The Marko Petek's code for numerical analysis of nonlinear damped and driven oscillation.

0DEInitialProblemSolverStates.cs File Reference

Namespaces

namespace  IG::MPetekLib::Algorithms::Solver

Enumerations

enum  IG::MPetekLib::Algorithms::Solver::SolverStates {
  IG::MPetekLib::Algorithms::Solver::Undefined = 0x0, IG::MPetekLib::Algorithms::Solver::InitialConditionsExist = 0x1, IG::MPetekLib::Algorithms::Solver::EndPointExists = 0x2, IG::MPetekLib::Algorithms::Solver::BothConditionsExist = InitialConditionsExist | EndPointExists,
  IG::MPetekLib::Algorithms::Solver::NStepsExists = 0x4, IG::MPetekLib::Algorithms::Solver::StepSizeExists = 0x8, IG::MPetekLib::Algorithms::Solver::StepInfoExists = 0x10, IG::MPetekLib::Algorithms::Solver::DEExists = 0x20,
  IG::MPetekLib::Algorithms::Solver::SolveVariableNamesExist = 0x40, IG::MPetekLib::Algorithms::Solver::ReadyToSolve = SolveVariableNamesExist | DEExists | StepInfoExists | BothConditionsExist, IG::MPetekLib::Algorithms::Solver::Solved = 0x80 | NStepsExists | StepSizeExists | ReadyToSolve, IG::MPetekLib::Algorithms::Solver::ErrorsCalculated = 0x100 | NStepsExists | StepSizeExists | ReadyToSolve,
  IG::MPetekLib::Algorithms::Solver::ErrorsPostProcessed = 0x200 | ErrorsCalculated, IG::MPetekLib::Algorithms::Solver::ErrorsValidityVerified = 0x400 | NStepsExists | StepSizeExists | ReadyToSolve
}
 

Stanja splošnega solverja. Nekatere metode na solverju delujejo samo, če se solver nahaja v ustreznem stanju.

More...
 All Classes Namespaces Files Functions Variables Enumerations Properties