-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing functions in the API doc
- Loading branch information
1 parent
931e7d0
commit deef2f0
Showing
125 changed files
with
1,126 additions
and
1,076,942 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"mesonbuild.configureOnOpen": true, | ||
"C_Cpp.default.compileCommands": "/Users/galois/codes/gospl/builddir/compile_commands.json", | ||
"C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild" | ||
"C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild", | ||
"fortran.fortls.disabled": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
.. _grid_ref: | ||
|
||
|
||
================= | ||
Class GlobalFlex | ||
================= | ||
|
||
.. autoclass:: tools.cgflex.GlobalFlex | ||
|
||
.. rubric:: Initialise | ||
|
||
.. autosummary:: | ||
|
||
~GlobalFlex.__init__ | ||
|
||
.. rubric:: Public Methods | ||
|
||
.. autosummary:: | ||
|
||
~GlobalFlex.globalFlexIso | ||
|
||
.. rubric:: Private Methods | ||
|
||
.. autosummary:: | ||
|
||
~GlobalFlex._cmptFlex | ||
~GlobalFlex._getFlex | ||
~GlobalFlex._getNorthPole | ||
~GlobalFlex._getSouthPole | ||
~GlobalFlex._getTiles | ||
~GlobalFlex._flexTiles | ||
~GlobalFlex._mergeTile | ||
~GlobalFlex._runFlexure | ||
|
||
Public functions | ||
--------------------- | ||
|
||
.. automethod:: tools.cgflex.GlobalFlex.globalFlexIso | ||
|
||
|
||
Private functions | ||
--------------------- | ||
|
||
.. automethod:: tools.cgflex.GlobalFlex._cmptFlex | ||
.. automethod:: tools.cgflex.GlobalFlex._getFlex | ||
.. automethod:: tools.cgflex.GlobalFlex._getNorthPole | ||
.. automethod:: tools.cgflex.GlobalFlex._getSouthPole | ||
.. automethod:: tools.cgflex.GlobalFlex._getTiles | ||
.. automethod:: tools.cgflex.GlobalFlex._flexTiles | ||
.. automethod:: tools.cgflex.GlobalFlex._mergeTile | ||
.. automethod:: tools.cgflex.GlobalFlex._runFlexure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.. _grid_ref: | ||
|
||
|
||
================= | ||
Class GridProcess | ||
================= | ||
|
||
.. autoclass:: tools.addprocess.GridProcess | ||
|
||
.. rubric:: Initialise | ||
|
||
.. autosummary:: | ||
|
||
~GridProcess.__init__ | ||
|
||
.. rubric:: Public Methods | ||
|
||
.. autosummary:: | ||
|
||
~GridProcess.applyFlexure | ||
~GridProcess.cptOrography | ||
|
||
.. rubric:: Private Methods | ||
|
||
.. autosummary:: | ||
|
||
~GridProcess._buildRegGrid | ||
|
||
Public functions | ||
--------------------- | ||
|
||
.. automethod:: tools.addprocess.GridProcess.applyFlexure | ||
.. automethod:: tools.addprocess.GridProcess.cptOrography | ||
|
||
|
||
Private functions | ||
--------------------- | ||
|
||
.. automethod:: tools.addprocess.GridProcess._buildRegGrid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
.. _plate_ref: | ||
|
||
|
||
================= | ||
Class EarthPlate | ||
================= | ||
|
||
.. autoclass:: mesher.earthplates.EarthPlate | ||
|
||
.. rubric:: Initialise | ||
|
||
.. autosummary:: | ||
|
||
~EarthPlate.__init__ | ||
|
||
.. rubric:: Public Methods | ||
|
||
.. autosummary:: | ||
|
||
~EarthPlate.advectPlates | ||
|
||
.. rubric:: Private Methods | ||
|
||
.. autosummary:: | ||
|
||
~EarthPlate._advectStrata | ||
~EarthPlate._getPaleoInfo | ||
~EarthPlate._readAdvectionData | ||
~EarthPlate._stratPlates | ||
~EarthPlate._updatePaleoElev | ||
~EarthPlate._updateStrataVars | ||
|
||
Public functions | ||
--------------------- | ||
|
||
.. automethod:: mesher.earthplates.EarthPlate.advectPlates | ||
|
||
|
||
Private functions | ||
--------------------- | ||
|
||
.. automethod:: mesher.earthplates.EarthPlate._advectStrata | ||
.. automethod:: mesher.earthplates.EarthPlate._getPaleoInfo | ||
.. automethod:: mesher.earthplates.EarthPlate._readAdvectionData | ||
.. automethod:: mesher.earthplates.EarthPlate._stratPlates | ||
.. automethod:: mesher.earthplates.EarthPlate._updatePaleoElev | ||
.. automethod:: mesher.earthplates.EarthPlate._updateStrataVars |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.