Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes PolyhedralGrid #513

Merged
merged 5 commits into from
Feb 3, 2021
Merged

Commits on Feb 1, 2021

  1. [Feature][PolyhedralGrid] Make polyhedral grid work in 1d

    In 1d faces and nodes have the same codimension. We assume that
    the unstructured grid has a one to one mapping between the faces
    and the nodes
    rube051 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a172f54 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. [bugfix][PolyhedralGrid] fix geometryType and global coordinates

    This commit contains two bugfixes:
    - The geometry type was only set to codim 0 and 1.
    - To make the PolyhedralGrid work for lower dimensional grids embedded
    in a higher dimensional domain (e.g., 2d grid in 3d domain), the
    UnstructuredGrid dimension must equal the domain dimension. Then
    all coordinates are expressed in global coordinates.
    rube051 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    558fdbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e27e001 View commit details
    Browse the repository at this point in the history
  3. Added grid tests to PolyhedralGrid

    Test embedded grids in higher dimensional domains
    rube051 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    129dcb0 View commit details
    Browse the repository at this point in the history
  4. Fixed formating in polyhedralgrid/grid.hh

    rube051 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    52bb4b8 View commit details
    Browse the repository at this point in the history