XC Open source finite element analysis program
|
Classes | |
class | XC::ArcLength |
ArcLength is an algorithmic class for perfroming a static analysis using the arc length scheme. More... | |
class | XC::ArcLength1 |
ArcLength1 is an algorithmic class for perfroming a static analysis using the arc length scheme. More... | |
class | XC::BaseControl |
Base class for load and displacement control static integrators . More... | |
class | XC::DispBase |
?? More... | |
class | XC::DisplacementControl |
DisplacementControl is an algorithmic class for perfroming a static analysis using the arc length scheme, that is within a load step the follwing constraint is enforced: i=1 delta U^T delta U + alpha^2 delta lambda^2 = delta s^2 i>1 dU^T delta U + alpha^2 dLambda delta lambda = 0 where dU is change in nodal displacements for step, dLambda is change in applied load and DisplacementControl is a control parameter. More... | |
class | XC::DistributedDisplacementControl |
??. More... | |
class | XC::HSConstraint |
??. More... | |
class | XC::LoadControl |
Sets the incremental factor to apply on the loads for each analysis step. More... | |
class | XC::LoadPath |
LoadPath is an algorithmic class for performing a static analysis using a user defined load path (a user specified lambda path). More... | |
class | XC::MinUnbalDispNorm |
Specifies the incremental load factor such that the residual displacement norm in minimized. More... | |
class | XC::ProtoArcLength |
Base class for arc length integrators. More... | |
class | XC::StaticIntegrator |
Base class for static integrators. More... | |