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
55d7bec8
Commit
55d7bec8
authored
Jul 10, 2020
by
steffen.schotthoefer
Browse files
include scattering in MN_solver
parent
83c6346b
Pipeline
#96743
passed with stages
in 37 minutes and 49 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
code/src/solvers/mnsolver.cpp
View file @
55d7bec8
#include
"solvers/mnsolver.h"
#include
"toolboxes/textprocessingtoolbox.h"
//#include <chrono>
#include
<mpi.h>
//#include <chrono>
MNSolver
::
MNSolver
(
Config
*
settings
)
:
Solver
(
settings
),
_nMaxMomentsOrder
(
settings
->
GetMaxMomentDegree
()
),
_basis
(
_nMaxMomentsOrder
)
{
// Is this good (fast) code using a constructor list?
...
...
code/tests/input/linesource_MN_reference.vtk
View file @
55d7bec8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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