Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
S src
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OPAL
  • src
  • Issues
  • #105

Closed
Open
Created May 04, 2017 by snuverink_j@snuverink_jDeveloper

RectangularDomain::getBoundaryStencil typo

lines 51-53:

    S = -hr[0] * hr[2] / hr[1];
    F = -hr[0] * hr[1] / hr[2];
    S = -hr[0] * hr[1] / hr[2];

The second S assignment is likely a typo and should be B, but it would be good if someone could check the formulas.

Assignee
Assign to
OPAL 1.6.1
Milestone
OPAL 1.6.1
Assign milestone
Time tracking