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
2c055598
Commit
2c055598
authored
Feb 26, 2021
by
Steffen Schotthöfer
Browse files
more documentation
parent
89068dc9
Pipeline
#138057
canceled with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
code/include/problems/checkerboard.h
View file @
2c055598
...
...
@@ -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
;
...
...
jannick.wolters
@jm2154
mentioned in commit
218f3f71
·
Apr 30, 2021
mentioned in commit
218f3f71
mentioned in commit 218f3f712089047100e06d6da92111f1dd821dd3
Toggle commit list
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