-
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.
Merge pull request #228 from Dheasra/rtd-new
Added doc to MultiResolutionAnalysis.cpp
- Loading branch information
Showing
3 changed files
with
103 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
------------------ | ||
MultiResolutionAnalysis | ||
------------------ | ||
|
||
The MultiResolutionAnalysis (MRA) class contains the methods to project objects onto the spatial grid. | ||
That is, to combine different functions and operators in mathematical operations, they need to be compatible; | ||
they must be defined on the same computational domain and constructed using the same polynomial basis | ||
(order and type). This information constitutes an MRA, which needs to be defined and passed as argument to | ||
all function and operator constructors, and only functions and operators with compatible MRAs can be | ||
combined in subsequent calculations. | ||
|
||
.. doxygenclass:: mrcpp::MultiResolutionAnalysis | ||
: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