Skip to content

Cyclic boundaries assumed when calculating Boundary Layer #59

Description

@roughhawkbit

Domain.calculateComputationDomainGrids() sets _boundaryLayer.grid[i][j][k] = checkDilationRadius(i, j, k);, which in turn uses cyclicIndex() to wrap around cyclic boundaries. There is currently no mechanism to check that the xy and xz boundaries are in fact cyclic, so it is simply assumed that this is the case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions