MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / BasicAnalysisBuilder

Method BasicAnalysisBuilder

SRC/runtime/runtime/BasicAnalysisBuilder.cpp:72–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72BasicAnalysisBuilder::BasicAnalysisBuilder(BasicModelBuilder& context)
73:
74 context(context),
75 theDomain(context.getDomain()),
76 theHandler(nullptr),
77 theNumberer(nullptr),
78 theAnalysisModel(new AnalysisModel()),
79 theAlgorithm(nullptr),
80 theSOE(nullptr),
81 theEigenSOE(nullptr),
82 theStaticIntegrator(nullptr),
83 theTransientIntegrator(nullptr),
84 theTest(nullptr),
85 CurrentAnalysisFlag(EMPTY_ANALYSIS),
86 domainStamp(0)
87{
88
89}
90
91BasicAnalysisBuilder::~BasicAnalysisBuilder()
92{

Callers

nothing calls this directly

Calls 1

getDomainMethod · 0.45

Tested by

no test coverage detected