Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • KiT-RT KiT-RT
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • KiT-RT
  • KiT-RTKiT-RT
  • Merge requests
  • !19

Mn solver

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged steffen.schotthoefer requested to merge MN_solver into master Jun 29, 2020
  • Overview 0
  • Commits 37
  • Pipelines 23
  • Changes 86

This MR concludes all work regarding the implementation of the MN_SOLVER.

  • Choose MN_SOlVER via SOLVER=MN_SOLVER
  • Choose max degree via MAX_MOMENT_SOLVER = 2
  • Choose entropy functional

Issues that will be resolved in this ticket:

  • Functioning MN_Solver for Linesource test case (#8 (closed))
  • Corresponding unit and validation tests (#52 (closed))
  • Needed options: Entropy choice and otpimizer choice (#53 (closed))
  • Write a standard newton type optimizer (#55 (closed) )

Options for the Newton Optimizer:

  • NEWTON_FAST_MODE = NO (Skips the optimizer for qudratic entropy)
  • NEWTON_ITER = 100 (Max Optimizer iterations)
  • NEWTON_EPSILON = 0.01 (Convergence epsilon)
  • NEWTON_STEP_SIZE = 0.5 ( newton step size)
  • NEWTON_LINE_SEARCH_ITER = 100 (Line Search max iter)

Code restructuring

  • Restructure inheritance of SN, PN and MN Solver. (#54)
  • Clean up of header files for hopefully faster compilation.
Edited Jul 14, 2020 by steffen.schotthoefer
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: MN_solver

Imprint