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
  • #38

Closed
Open
Opened Jan 31, 2018 by Lukas Riedel@lriedelOwner

perform L2 projection in grid adaptation on water content, not matric head

The solution DOF vector is currently inserted into the PDELab::adapt_grid() algorithm, which performs an L2 projection onto the new grid. At soil layer boundaries, this might cause abrupt changes in volumetric water content, which might imply that global mass conservation does not hold. The projection conserves the integrated matric head, but not the water content.

To circumvent this, a water content DOF vector has to be created by interpolating from an apropriate DiscreteGridFunction. This vector is then handed to adapt_grid. Afterwards, we interpolate the new matric head solution from the newly received water content.

This issue might be related to the artifacts reported in #8 (closed).

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: dorie/dorie#38