Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
218f3f71
Commit
218f3f71
authored
Feb 26, 2021
by
Steffen Schotthöfer
Browse files
more documentation
Former-commit-id:
2c055598
parent
2557dcb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/include/problems/checkerboard.h
View file @
218f3f71
...
...
@@ -35,13 +35,13 @@ class Checkerboard_PN : public ProblemBase
bool
isAbsorption
(
const
Vector
&
pos
)
const
;
/*!< @return True if pos is in absorption region, False otherwise */
bool
isSource
(
const
Vector
&
pos
)
const
;
/*!< @return True if pos is in source region, False otherwise */
/*
*
/*
!
* @brief Gets the global index for given order l of Legendre polynomials and given
* order k of Legendre functions.
* Note: This is code doubling from PNSolver::GlobalIndex
* @param l
:
order of Legendre polynomial
* @param k
:
order of Legendre function
* @returns global
i
ndex
* @param l order of Legendre polynomial
* @param k order of Legendre function
* @returns global
I
ndex
*/
int
GlobalIndex
(
int
l
,
int
k
)
const
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment