Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #232 from dstansby/manual
Browse files Browse the repository at this point in the history
Add numerical methods reference
  • Loading branch information
dstansby authored Oct 2, 2020
2 parents b6cce65 + d9d2515 commit dab412c
Show file tree
Hide file tree
Showing 9 changed files with 360 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ New features
loading and working with synoptic maps.
- `pfsspy.Output` has a new `~pfsspy.Output.bunit` property, which returns the
`~astropy.units.Unit` of the input map.
- Added a guild to the numerical methods used by pfsspy.

Breaking changes
~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

pfsspy is a python package for carrying out Potential Field Source Surface
modelling, a commonly used magnetic field model of the Sun and other stars.
For more information on the actually PFSS calculation see
`this document <https://github.com/antyeates1983/pfss/blob/master/pfss-manual.pdf>`_.

.. note::

Expand Down Expand Up @@ -41,7 +39,9 @@ Contents

auto_examples/index
pfsspy
performance
changes
numerical_method
synoptic_fits

Indices and tables
Expand Down
Binary file added doc/source/manual/numerical_methods.pdf
Binary file not shown.
Binary file added doc/source/manual/source/Q.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/source/manual/source/grid.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/source/manual/source/grid3d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
337 changes: 337 additions & 0 deletions doc/source/manual/source/numerical-methods.tex

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions doc/source/manual/source/refs.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@ARTICLE{vanballe2000,
author = {{van Ballegooijen}, A.~A. and {Priest}, E.~R. and {Mackay}, D.~H.
},
title = "{Mean Field Model for the Formation of Filament Channels on the Sun}",
journal = {ApJ},
keywords = {Magnetohydrodynamics: MHD, Sun: Corona, Sun: Magnetic Fields},
year = 2000,
month = aug,
volume = 539,
pages = {983-994},
doi = {10.1086/309265},
adsurl = {http://adsabs.harvard.edu/abs/2000ApJ...539..983V},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

5 changes: 5 additions & 0 deletions doc/source/numerical_method.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Numerical methods
-----------------

For more information on the numerical methods used in the PFSS calculation see
:download:`this document <manual/numerical_methods.pdf>`.

0 comments on commit dab412c

Please sign in to comment.