XC Open source finite element analysis program
Classes
Analysis type (static, dynamic, eigenvalues, modal, ...).

Classes

class  XC::Analysis
 Clase Base para los objetos que realizan the analysis. More...
 
class  XC::DirectIntegrationAnalysis
 Direct integration dynamic analysis. More...
 
class  XC::DomainDecompositionAnalysis
 Used when performing a domain decomposition analysis. It provides methods which can be invoked by a subdomain to perform the numerical computations required. More...
 
class  XC::DomainUser
 ?? More...
 
class  XC::EigenAnalysis
 Eigenproblem analysis. More...
 
class  XC::LinearBucklingAnalysis
 Linear buckling analysis. More...
 
class  XC::LinearBucklingEigenAnalysis
 Linear buckling analysis (used inside an StaticAnalysis). More...
 
class  XC::ModalAnalysis
 Modal analysis. More...
 
class  XC::StaticAnalysis
 performs a static analysis on the FE_Model. More...
 
class  XC::StaticDomainDecompositionAnalysis
 StaticDomainDecompositionAnalysis is a subclass of DomainDecompositionAnalysis used to perform a static analysis step on a subdomain. More...
 
class  XC::SubdomainAnalysis
 SubdomainAnalysis is a subclass of AnalysisAnalysis, it is used when performing a domain decomposition analysis. It provides methods which can be invoked by a subdomain to perform the numerical computations required. More...
 
class  XC::SubstructuringAnalysis
 SubstructuringAnalysis is a subclass of Analysis, it is used when performing a domain decomposition analysis. It provides methods which can be invoked by a subdomain to perform the numerical computations required. More...
 
class  XC::TransientAnalysis
 Analysis of the time-dependent response of the model. More...
 
class  XC::TransientDomainDecompositionAnalysis
 Transient analysis witn domain decomposition. More...
 
class  XC::VariableTimeStepDirectIntegrationAnalysis
 perform a dynamic analysis on the FE_Model using a direct integration scheme. More...
 

Detailed Description