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

Method analysisStep

SRC/analysis/analysis/StaticDomainDecompositionAnalysis.cpp:465–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 return 0;
464}
465int
466StaticDomainDecompositionAnalysis::analysisStep(double dT)
467{
468 this->analyze(dT);
469 return 0;
470}
471
472int
473StaticDomainDecompositionAnalysis::eigenAnalysis(int numMode, bool generalized, bool findSmallest)

Callers

nothing calls this directly

Calls 1

analyzeMethod · 0.95

Tested by

no test coverage detected