Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
dorie
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 31
    • Issues 31
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • dorie
  • dorie
  • Issues
  • #68

Closed
Open
Opened Jun 08, 2018 by Lukas Riedel@lriedelOwner

Update to DUNE v2.6

Description

DUNE Core v2.6 has been released. UG and PDELab received similar updates.

We should update to them asap.

Expected Adaptations

  • ReferenceElement had a major overhaul. It is now constructable with referenceElement(geometry).

  • Layouts for MultipleCodimMultipleGeomTypeMapper are deprecated.

  • This sounds really useful (for KnoFu?):

    The new method MCMGMapper::indices(entity) returns an iterable range (instance of IntegralRange<Index>) with the indices of dofs attached to the given entity: for (const auto& i : mapper.indices(entity) ) dof = vector[i];

  • StructuredGridFactory returns a unique_ptr to the grid now

  • PDELab extracts the "natural" blocking size from the function space now. This will break un-squaring in adaptivity.hh

  • L2 operator now sets integration order by itself (is probably used in adaptivity)

  • Rename namespaces this time: Dune::PDELab::istl -> Dune::PDELab::ISTL

How to test the implementation?

  • Pipeline passing
Edited Jun 08, 2018 by Lukas Riedel
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: dorie/dorie#68