Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A amdis-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • amdis
  • amdis-core
  • Merge requests
  • !99

cleanup boundary conditions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Praetorius, Simon requested to merge feature/boundary_condition_constructor into master Sep 09, 2019
  • Overview 32
  • Commits 7
  • Changes 12

This MR attempts to simplify the boundary condition interface by providing:

  • an abstract interface
  • more documentation
  • clearer function names
  • deduction for some template arguments

The introduction of virtual functions requires additional template arguments Mat, Sol, Rhs. Those may be removed later with the change to local application of constraints.

Edited Feb 22, 2020 by Müller, Felix
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/boundary_condition_constructor