From 5ccac17238a1bbfecd283506ab2ce8f4fa7392f8 Mon Sep 17 00:00:00 2001 From: sean-engelstad Date: Thu, 29 Aug 2024 19:56:09 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20smdogrou?= =?UTF-8?q?p/tacs@2d510384024b5d854ce0865bb6699a305b7b6605=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _modules/tacs/constraints/volume.html | 12 +++---- _modules/tacs/problems/buckling.html | 2 +- _modules/tacs/pytacs.html | 4 +-- core/constitutive.html | 36 +++++++++---------- core/elements.html | 16 ++++----- pytacs/adjacency.html | 8 ++--- pytacs/buckling.html | 28 +++++++-------- pytacs/dvcon.html | 8 ++--- pytacs/modal.html | 10 +++--- pytacs/panel_length.html | 8 ++--- pytacs/pytacs_module.html | 14 ++++---- pytacs/static.html | 52 +++++++++++++-------------- pytacs/transient.html | 34 +++++++++--------- pytacs/volume.html | 8 ++--- 14 files changed, 119 insertions(+), 121 deletions(-) diff --git a/_modules/tacs/constraints/volume.html b/_modules/tacs/constraints/volume.html index eb8b07316..8e3110a19 100644 --- a/_modules/tacs/constraints/volume.html +++ b/_modules/tacs/constraints/volume.html @@ -171,9 +171,9 @@

Source code for tacs.constraints.volume

                     # will be inconsistent
                     for i, iComp in enumerate(edgeToFace[edgeKey][:-1]):
                         for jComp in edgeToFace[edgeKey][i + 1 :]:
-                            self.adjacentOrientationMatch[iComp][
-                                jComp
-                            ] = self.adjacentOrientationMatch[jComp][iComp] = False
+                            self.adjacentOrientationMatch[iComp][jComp] = (
+                                self.adjacentOrientationMatch[jComp][iComp]
+                            ) = False
                 # If this component shares an edge with another component
                 # but the edge ordering is reversed, the normal orientations
                 # will be consistent
@@ -181,9 +181,9 @@ 

Source code for tacs.constraints.volume

                 if flippedEdgeKey in edgeToFace:
                     for iComp in edgeToFace[edgeKey]:
                         for jComp in edgeToFace[flippedEdgeKey]:
-                            self.adjacentOrientationMatch[iComp][
-                                jComp
-                            ] = self.adjacentOrientationMatch[jComp][iComp] = True
+                            self.adjacentOrientationMatch[iComp][jComp] = (
+                                self.adjacentOrientationMatch[jComp][iComp]
+                            ) = True
 
         else:
             self.adjacentOrientationMatch = None
diff --git a/_modules/tacs/problems/buckling.html b/_modules/tacs/problems/buckling.html
index c3277b379..2ae451d01 100644
--- a/_modules/tacs/problems/buckling.html
+++ b/_modules/tacs/problems/buckling.html
@@ -897,7 +897,7 @@ 

Source code for tacs.problems.buckling

             states[:] = eigVector.getArray()
         return eigVal, eigVector.getArray()
- +
[docs] def getModalError(self, index): diff --git a/_modules/tacs/pytacs.html b/_modules/tacs/pytacs.html index 70a81863e..cf167cc6c 100644 --- a/_modules/tacs/pytacs.html +++ b/_modules/tacs/pytacs.html @@ -1037,9 +1037,7 @@

Source code for tacs.pytacs

                 Yc = matInfo.Yc
                 S12 = matInfo.S
 
-                if (
-                    S12 == 0 or Xt == 0 or Xc == 0 or Yt == 0 or Yc == 0
-                ):
+                if S12 == 0 or Xt == 0 or Xc == 0 or Yt == 0 or Yc == 0:
                     self._TACSWarning(
                         f"MAT8 card {matInfo.mid} has a zero strength, check Xc, Xt, Yc, Yt, and S12."
                         "Otherwise Tsai-Wu Failure criterion is undefined or infinity."
diff --git a/core/constitutive.html b/core/constitutive.html
index 9cf68da60..2c87a5386 100644
--- a/core/constitutive.html
+++ b/core/constitutive.html
@@ -357,21 +357,21 @@ 

Constitutive classes

panelLength (float or complex) -- Panel length DV value

  • stiffenerPitch (float or complex) -- Stiffener pitch DV value

  • panelThick (float or complex) -- Panel thickness DV value

  • -
  • panelPlyAngles (numpy.ndarray[float or complex]) -- Array of ply angles in the panel

  • -
  • panelPlyFracs (numpy.ndarray[float or complex]) -- Array of ply fractions in the panel

  • +
  • panelPlyAngles (numpy.ndarray[float or complex]) -- Array of ply angles in the panel

  • +
  • panelPlyFracs (numpy.ndarray[float or complex]) -- Array of ply fractions in the panel

  • stiffenerHeight (float or complex) -- Stiffener height DV value

  • stiffenerThick (float or complex) -- Stiffener thickness DV value

  • -
  • stiffenerPlyAngles (numpy.ndarray[float or complex]) -- Array of ply angles for the stiffener

  • -
  • stiffenerPlyFracs (numpy.ndarray[float or complex]) -- Array of ply fractions for the stiffener

  • +
  • stiffenerPlyAngles (numpy.ndarray[float or complex]) -- Array of ply angles for the stiffener

  • +
  • stiffenerPlyFracs (numpy.ndarray[float or complex]) -- Array of ply fractions for the stiffener

  • kcorr (float or complex, optional) -- Shear correction factor, defaults to 5.0/6.0

  • flangeFraction (float, optional) -- Ratio of the stiffener base width to the stiffener height. Defaults to 1.0

  • panelLengthNum (int, optional) -- Panel lenth DV number, passing a negative value tells TACS not to treat this as a DV. Defaults to -1

  • stiffenerPitchNum (int, optional) -- Stiffener pitch DV number, passing a negative value tells TACS not to treat this as a DV. Defaults to -1

  • panelThickNum (int, optional) -- Panel thickness DV number, passing a negative value tells TACS not to treat this as a DV. Defaults to -1

  • -
  • panelPlyFracNums (numpy.ndarray[np.intc], optional) -- Array of ply fraction DV numbers in the panel, passing negative values tells TACS not to treat that ply fraction as a DV. Defaults to -1's

  • +
  • panelPlyFracNums (numpy.ndarray[np.intc], optional) -- Array of ply fraction DV numbers in the panel, passing negative values tells TACS not to treat that ply fraction as a DV. Defaults to -1's

  • stiffenerHeightNum (int, optional) -- Stiffener height DV number, passing a negative value tells TACS not to treat this as a DV. Defaults to -1

  • stiffenerThickNum (int, optional) -- Stiffener thickness DV number, passing a negative value tells TACS not to treat this as a DV. Defaults to -1

  • -
  • stiffenerPlyFracNums (numpy.ndarray[numpy.intc], optional) -- Array of ply fraction DV numbers for the stiffener, passing negative values tells TACS not to treat that ply fraction as a DV. Defaults to -1's

  • +
  • stiffenerPlyFracNums (numpy.ndarray[numpy.intc], optional) -- Array of ply fraction DV numbers for the stiffener, passing negative values tells TACS not to treat that ply fraction as a DV. Defaults to -1's

  • Raises:
    @@ -400,8 +400,8 @@

    Constitutive classes
    Parameters:
    Raises:
    @@ -463,8 +463,8 @@

    Constitutive classes
    Parameters:
    Raises:
    @@ -500,8 +500,8 @@

    Constitutive classesParameters:
    Return type:
    -

    M (numpy.ndarray)

    +

    M (numpy.ndarray)

    @@ -870,19 +870,19 @@

    Constitutive classes