diff --git a/_modules/tacs/problems/buckling.html b/_modules/tacs/problems/buckling.html index 9961bf11a..58efef3a6 100644 --- a/_modules/tacs/problems/buckling.html +++ b/_modules/tacs/problems/buckling.html @@ -897,6 +897,21 @@
states[:] = eigVector.getArray()
return eigVal, eigVector.getArray()
self.assembler = self.meshLoader.createTACSAssembler(
self.varsPerNode, self.massDVs
)
-
self._createOutputViewer()
# Store original node locations read in from bdf file
diff --git a/genindex.html b/genindex.html
index a19ba1c00..f177b7710 100644
--- a/genindex.html
+++ b/genindex.html
@@ -654,6 +654,8 @@ G
Return the error associated with a particular mode
+index (int) -- Mode index to return solution for
+BucklingProblem.zeroLoads()
BucklingProblem.solve()
BucklingProblem.getVariables()
BucklingProblem.getModalError()
BucklingProblem.addXptSens()
BucklingProblem.addDVSens()
BucklingProblem.evalSVSens()