Skip to content

Commit

Permalink
Merge branch '1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
tian50 committed Jul 9, 2021
2 parents 0baec21 + ab01569 commit 894ab48
Show file tree
Hide file tree
Showing 443 changed files with 317,524 additions and 861 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1.3.0

- Added logging and timing functions
- Added a new io function for reading VABS failure analysis results
- Updated the BeamProperty class
- Updated the readVABSOutHomo function for the latest VABS output format

Expand Down
Binary file modified docs/build/doctrees/analysis/msgpi.analysis.run.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/analysis/msgpi.analysis.solve.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/beam.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/beam/msgpi.ms.beam.Beam.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/beam/msgpi.ms.beam.BeamSegment.css.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/beam/msgpi.ms.beam.BeamSegment.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/beam/msgpi.ms.iogebt.readGEBTOut.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/beam/msgpi.ms.iogebt.readGEBTOutNode.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/beam_methods_gebt.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/io/msgpi.io.iovabs.readVABSIn.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/methods.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/presg/msgpi.presg.preSG.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/ref_manual.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/sg/msgpi.sg.StructureGene.doctree
Binary file not shown.
Binary file added docs/build/doctrees/sg_beamproperty.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/sg_materialsection.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/utils/msgpi.io.utils.textToMatrix.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 6fa658b6afbbfdaec08b8a361c636cd4
config: 405842bd7d5929b151f733ca3ccce756
tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.analysis.runSwiftComp
===========================

.. currentmodule:: msgpi.analysis

.. autofunction:: runSwiftComp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.analysis.runVABS
======================

.. currentmodule:: msgpi.analysis

.. autofunction:: runVABS
2 changes: 2 additions & 0 deletions docs/build/html/_sources/beam/msgpi.ms.beam.Beam.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
~Beam.echo
~Beam.findPtCoordByName
~Beam.findSectionByName
~Beam.printResults
~Beam.summary
~Beam.writeGmshMsh


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

~BeamSegment.__init__
~BeamSegment.calcLengthSq
~BeamSegment.summary



Expand Down
6 changes: 6 additions & 0 deletions docs/build/html/_sources/io/msgpi.io.iosc.readSCIn.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.readSCIn
======================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: readSCIn
6 changes: 6 additions & 0 deletions docs/build/html/_sources/io/msgpi.io.iosc.readSCOut.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.readSCOut
=======================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: readSCOut
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.readSCOutBeamProperty
===================================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: readSCOutBeamProperty
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.readSCOutFailure
==============================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: readSCOutFailure
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.readSCOutHomo
===========================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: readSCOutHomo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.writeSCElementOrientations
========================================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: writeSCElementOrientations
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.writeSCElements
=============================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: writeSCElements
6 changes: 6 additions & 0 deletions docs/build/html/_sources/io/msgpi.io.iosc.writeSCIn.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.writeSCIn
=======================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: writeSCIn
6 changes: 6 additions & 0 deletions docs/build/html/_sources/io/msgpi.io.iosc.writeSCInD.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.writeSCInD
========================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: writeSCInD
6 changes: 6 additions & 0 deletions docs/build/html/_sources/io/msgpi.io.iosc.writeSCInF.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.writeSCInF
========================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: writeSCInF
6 changes: 6 additions & 0 deletions docs/build/html/_sources/io/msgpi.io.iosc.writeSCInH.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.writeSCInH
========================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: writeSCInH
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.writeSCMOCombos
=============================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: writeSCMOCombos
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.writeSCMaterials
==============================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: writeSCMaterials
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iosc.writeSCNodes
==========================

.. currentmodule:: msgpi.io.iosc

.. autofunction:: writeSCNodes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iovabs.readVABSOut
===========================

.. currentmodule:: msgpi.io.iovabs

.. autofunction:: readVABSOut
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.io.iovabs.readVABSOutStrengthRatio
========================================

.. currentmodule:: msgpi.io.iovabs

.. autofunction:: readVABSOutStrengthRatio
40 changes: 29 additions & 11 deletions docs/build/html/_sources/methods.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Methods
Input/Output
------------

.. currentmodule:: msgpi.io.iovabs
.. currentmodule:: msgpi.io

.. highlight:: python

::

import msgpi.io.iovabs
import msgpi.io


Reading
Expand All @@ -20,8 +20,15 @@ Reading
.. autosummary::
:toctree: io/

readVABSIn
readVABSOutHomo
iovabs.readVABSIn
iovabs.readVABSOut
iovabs.readVABSOutHomo
iovabs.readVABSOutStrengthRatio
iosc.readSCIn
iosc.readSCOut
iosc.readSCOutBeamProperty
iosc.readSCOutHomo
iosc.readSCOutFailure



Expand All @@ -32,13 +39,22 @@ Writing
.. autosummary::
:toctree: io/

writeVABSIn
writeVABSNodes
writeVABSElements
writeVABSElementOrientations
writeVABSMOCombos
writeVABSMaterials
writeVABSMacroData
iovabs.writeVABSIn
iovabs.writeVABSNodes
iovabs.writeVABSElements
iovabs.writeVABSElementOrientations
iovabs.writeVABSMOCombos
iovabs.writeVABSMaterials
iovabs.writeVABSMacroData
iosc.writeSCNodes
iosc.writeSCElements
iosc.writeSCElementOrientations
iosc.writeSCMOCombos
iosc.writeSCMaterials
iosc.writeSCInH
iosc.writeSCInD
iosc.writeSCInF
iosc.writeSCIn



Expand Down Expand Up @@ -92,5 +108,7 @@ Analysis

solve
run
runVABS
runSwiftComp


1 change: 1 addition & 0 deletions docs/build/html/_sources/ref_manual.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Reference

sg_structuregene
sg_materialsection
sg_beamproperty
methods
beam
beam_methods
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.area
==========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.area
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.cmpl
==========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.cmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.cmpl\_t
=============================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.cmpl_t
6 changes: 6 additions & 0 deletions docs/build/html/_sources/sg/msgpi.sg.BeamProperty.ea.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.ea
========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.ea
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.ei22
==========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.ei22
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.ei33
==========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.ei33
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.ga22
==========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.ga22
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.ga33
==========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.ga33
6 changes: 6 additions & 0 deletions docs/build/html/_sources/sg/msgpi.sg.BeamProperty.get.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.get
=========================

.. currentmodule:: msgpi.sg

.. automethod:: BeamProperty.get
6 changes: 6 additions & 0 deletions docs/build/html/_sources/sg/msgpi.sg.BeamProperty.gj.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.gj
========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.gj
6 changes: 6 additions & 0 deletions docs/build/html/_sources/sg/msgpi.sg.BeamProperty.i11.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.i11
=========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.i11
6 changes: 6 additions & 0 deletions docs/build/html/_sources/sg/msgpi.sg.BeamProperty.i22.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.i22
=========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.i22
6 changes: 6 additions & 0 deletions docs/build/html/_sources/sg/msgpi.sg.BeamProperty.i33.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.i33
=========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.i33
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.mass
==========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.mass
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.mass\_cs
==============================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.mass_cs
6 changes: 6 additions & 0 deletions docs/build/html/_sources/sg/msgpi.sg.BeamProperty.mu.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.mu
========================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.mu
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.phi\_pba
==============================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.phi_pba
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
msgpi.sg.BeamProperty.phi\_pia
==============================

.. currentmodule:: msgpi.sg

.. autoattribute:: BeamProperty.phi_pia
Loading

0 comments on commit 894ab48

Please sign in to comment.