Skip to content
GitLab
Projects Groups Topics 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 revisions
  • 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
  • !6

Add coefficient type to ElementMatrix and ElementVector

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Praetorius, Simon requested to merge feature/element_matrix_coefficient_type into master Mar 16, 2019
  • Overview 0
  • Commits 17
  • Changes 31

Try to allow different coefficient types than double, e.g. float or Dune::Float128. The Test with Float128 requires some changes in dune. So, it is skipped here.

I'm not sure about the design: How to specify the type of the coefficients (element matrix/vector type)? Currently, I have just added a CoefficientType member type to the ProblemStatTraits class. Maybe we should discuss to define the backend of DOFMatrix and DOFVector there and derived the coefficient type from these container classes.

Edited Mar 28, 2019 by Praetorius, Simon
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/element_matrix_coefficient_type