Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Jul 26, 2023
1 parent 000f391 commit 243e063
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/api/solarmach.SolarMACH.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
SolarMACH
=========

.. currentmodule:: solarmach

.. autoclass:: SolarMACH
:show-inheritance:

.. rubric:: Methods Summary

.. autosummary::

~SolarMACH.backmapping
~SolarMACH.pfss_3d
~SolarMACH.plot
~SolarMACH.plot_pfss
~SolarMACH.solar_diff_rot

.. rubric:: Methods Documentation

.. automethod:: backmapping
.. automethod:: pfss_3d
.. automethod:: plot
.. automethod:: plot_pfss
.. automethod:: solar_diff_rot
6 changes: 6 additions & 0 deletions docs/api/solarmach.calculate_pfss_solution.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
calculate_pfss_solution
=======================

.. currentmodule:: solarmach

.. autofunction:: calculate_pfss_solution
6 changes: 6 additions & 0 deletions docs/api/solarmach.get_field_line_coords.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
get_field_line_coords
=====================

.. currentmodule:: solarmach

.. autofunction:: get_field_line_coords
6 changes: 6 additions & 0 deletions docs/api/solarmach.get_gong_map.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
get_gong_map
============

.. currentmodule:: solarmach

.. autofunction:: get_gong_map
6 changes: 6 additions & 0 deletions docs/api/solarmach.multicolorline.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
multicolorline
==============

.. currentmodule:: solarmach

.. autofunction:: multicolorline
6 changes: 6 additions & 0 deletions docs/api/solarmach.print_body_list.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
print_body_list
===============

.. currentmodule:: solarmach

.. autofunction:: print_body_list
6 changes: 6 additions & 0 deletions docs/api/solarmach.sphere.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sphere
======

.. currentmodule:: solarmach

.. autofunction:: sphere
6 changes: 6 additions & 0 deletions docs/api/solarmach.spheric2cartesian.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
spheric2cartesian
=================

.. currentmodule:: solarmach

.. autofunction:: spheric2cartesian
6 changes: 6 additions & 0 deletions docs/api/solarmach.vary_flines.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
vary_flines
===========

.. currentmodule:: solarmach

.. autofunction:: vary_flines

0 comments on commit 243e063

Please sign in to comment.