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
c5a08b0f
Commit
c5a08b0f
authored
Nov 30, 2020
by
Steffen Schotthöfer
Browse files
small change
parent
2a3c6aee
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/include/toolboxes/datagenerator.h
View file @
c5a08b0f
...
...
@@ -56,12 +56,12 @@ class nnDataGenerator
VectorVector
_moments
;
/*! @brief: Moment Vector pre-computed at each quadrature point: dim= _nq x _nTotalEntries */
NewtonOptimizer
*
_optimizer
;
/*! @brief: Class to solve minimal entropy problem */
// Helper functions
/*! @brief : computes the global index of the moment corresponding to basis function (l,k)
* @param : degree l, it must hold: 0 <= l <=_nq
* @param : order k, it must hold: -l <=k <= l
* @returns : global index
*/
* @returns : global index */
int
GlobalIndex
(
int
l
,
int
k
)
const
;
void
ComputeMoments
();
/*! @brief : Pre-Compute Moments at all quadrature points. */
...
...
jannick.wolters
@jm2154
mentioned in commit
00496425
·
Apr 30, 2021
mentioned in commit
00496425
mentioned in commit 004964255698de6e46c14817d4a3948bbe1ab5b7
Toggle commit list
Write
Preview
Supports
Markdown
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