-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
1,054 additions
and
18,353 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
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
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,12 @@ | ||
--------------------- | ||
BoundingBox | ||
--------------------- | ||
|
||
This is an introduction to the BoundingBox class. We write a small overarching summary of the class where we define the | ||
algorithm/equation/structure reasoning for having this class or where it fits with the rest of the code. | ||
|
||
.. doxygenclass:: mrcpp::BoundingBox | ||
:members: | ||
:protected-members: | ||
:private-members: | ||
|
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,19 @@ | ||
--------------------- | ||
MWNode | ||
--------------------- | ||
|
||
This is an introduction to the mwtree class. We write a small overarching summary of the class where we define the | ||
algorithm/equation/structure reasoning for having this class or where it fits with the rest of the code. | ||
|
||
.. graphviz:: | ||
|
||
digraph { | ||
"MWNode" -> "FunctionNode" | ||
"MWNode" -> "OperatorNode" | ||
} | ||
|
||
.. doxygenclass:: mrcpp::MWNode | ||
:members: | ||
:protected-members: | ||
:private-members: | ||
|
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,19 @@ | ||
------------------ | ||
MWTree | ||
------------------ | ||
|
||
This is an introduction to the mwtree class. We write a small overarching summary of the class where we define the | ||
algorithm/equation/structure reasoning for having this class or where it fits with the rest of the code. | ||
|
||
.. graphviz:: | ||
|
||
digraph { | ||
"MWTree" -> "FunctionTree" | ||
"MWTree" -> "OperatorTree" | ||
} | ||
|
||
.. doxygenclass:: mrcpp::MWTree | ||
:members: | ||
:protected-members: | ||
:private-members: | ||
|
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,13 @@ | ||
=============== | ||
Manual overview | ||
=============== | ||
The following sections show detailed documentation about the classes in MRCPP for programmers. | ||
|
||
TODO: maybe add some low level theory/figures/algorithms before showing classes, could help to understand some of the more abstract methods | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
MWTree | ||
MWNode | ||
BoundingBox |
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,3 +1,3 @@ | ||
breathe | ||
Sphinx>=2.0 | ||
Sphinx<7 | ||
sphinx_rtd_theme |
Oops, something went wrong.