Skip to content

Commit

Permalink
0909
Browse files Browse the repository at this point in the history
  • Loading branch information
tian50 committed Sep 10, 2021
1 parent e646cee commit c298599
Show file tree
Hide file tree
Showing 175 changed files with 493,854 additions and 25,589 deletions.
118 changes: 0 additions & 118 deletions docs/source/methods.rst

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/source/ms/ms.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Structure
=========

.. toctree::
:maxdepth: 2
:caption: Contents:

beam
beam_methods

9 changes: 2 additions & 7 deletions docs/source/ref_manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ Reference
:maxdepth: 2
:caption: Contents:

sg_structuregene
sg_crosssection
sg_materialsection
sg_beamproperty
methods
beam
beam_methods
sg
ms
utils
34 changes: 34 additions & 0 deletions docs/source/sg/io.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Methods
=======


Input/Output
------------

.. currentmodule:: msgpi.sg.io

.. highlight:: python

::

import msgpi.sg.io


Reading
^^^^^^^

.. autosummary::
:toctree: /_autogen/io/
:recursive:

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


54 changes: 54 additions & 0 deletions docs/source/sg/run.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
Methods
=======


Preprocessing
-------------

.. currentmodule:: msgpi.sg.presg

.. highlight:: python

::

import msgpi.sg.presg


.. autosummary::
:toctree: /_autogen/presg/
:recursive:

readMaterialFromXMLElement
preSG1D
preSG









Analysis
--------

.. currentmodule:: msgpi.analysis

.. highlight:: python

::

import msgpi.analysis


.. autosummary::
:toctree: _autogen/analysis/
:recursive:

solve
run
runVABS
runSwiftComp


14 changes: 14 additions & 0 deletions docs/source/sg/sg.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Structure Gene
==============

.. toctree::
:maxdepth: 2
:caption: Contents:

sg_structuregene
sg_crosssection
sg_materialsection
sg_beamproperty
io
run

Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
BeamProperty
============

.. currentmodule:: msgpi.sg
.. currentmodule:: msgpi.sg.sg

.. highlight:: python

::

msgpi.sg.BeamProperty
msgpi.sg.sg.BeamProperty


Constructor
-----------

.. autosummary::
:toctree: _autogen/sg/
:toctree: /_autogen/sg/
:recursive:

BeamProperty
Expand All @@ -31,7 +31,7 @@ Attributes
----------

.. autosummary::
:toctree: _autogen/sg/
:toctree: /_autogen/sg/
:recursive:

BeamProperty.xg2
Expand All @@ -43,7 +43,7 @@ Inertial properties
~~~~~~~~~~~~~~~~~~~

.. autosummary::
:toctree: _autogen/sg/
:toctree: /_autogen/sg/
:recursive:

BeamProperty.mass
Expand All @@ -61,7 +61,7 @@ Structural properties
~~~~~~~~~~~~~~~~~~~~~

.. autosummary::
:toctree: _autogen/sg/
:toctree: /_autogen/sg/
:recursive:

BeamProperty.stff
Expand Down Expand Up @@ -93,7 +93,7 @@ Methods
-------

.. autosummary::
:toctree: _autogen/sg/
:toctree: /_autogen/sg/
:recursive:

BeamProperty.print
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
CrossSection
============

.. currentmodule:: msgpi.cross_section
.. currentmodule:: msgpi.sg.cross_section

.. highlight:: python

::

msgpi.cross_section.CrossSection
msgpi.sg.cross_section.CrossSection


Constructor
-----------

.. autosummary::
:toctree: _autogen/sg/cs/
:toctree: /_autogen/sg/cs/
:recursive:

CrossSection
Expand All @@ -26,7 +26,7 @@ Attributes
----------

.. autosummary::
:toctree: _autogen/sg/cs/
:toctree: /_autogen/sg/cs/

CrossSection.name
CrossSection.fn_design_tmp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
MaterialSection
===============

.. currentmodule:: msgpi.sg
.. currentmodule:: msgpi.sg.sg

.. highlight:: python

::

msgpi.sg.MaterialSection
msgpi.sg.sg.MaterialSection


Constructor
-----------

.. autosummary::
:toctree: _autogen/sg/
:toctree: /_autogen/sg/
:recursive:

MaterialSection
Expand All @@ -31,7 +31,7 @@ Attributes
----------

.. autosummary::
:toctree: _autogen/sg/
:toctree: /_autogen/sg/
:recursive:

MaterialSection.name
Expand All @@ -53,7 +53,7 @@ Methods
-------

.. autosummary::
:toctree: _autogen/sg/
:toctree: /_autogen/sg/
:recursive:

MaterialSection.summary
Expand Down
Loading

0 comments on commit c298599

Please sign in to comment.