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

Implementation of nodal source terms #1977

Merged
merged 12 commits into from Nov 9, 2017

Commits on Nov 8, 2017

  1. [MGTL] inline createSearchLengthAlgorithm.

    This avoids a linker error.
    TomFischer committed Nov 8, 2017
    Copy the full SHA
    3280f04 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4e9ff82 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    164dbee View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    57205b4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    71018e2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    fc36bb5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c3c3bb0 View commit details
    Browse the repository at this point in the history
  8. [PL/SourceTerms] Add tests for source term impl.

    The reference files are created with the analytical solution. For the
    special setup with a dirac source term at position xi, eta the following
    analytical solution in 2 dimensions is valid:
    
    u(x,y) = ln(sqrt((x-xi)^2+(y-eta)^2))/(2 * Pi)
    TomFischer committed Nov 8, 2017
    Copy the full SHA
    a90d44a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5258b08 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    a3e3bc1 View commit details
    Browse the repository at this point in the history
  11. [Documentation] Add docu for nodal source terms.

    - Theory for analytical solution.
    - Comparison-images to analytical solution.
    TomFischer committed Nov 8, 2017
    Copy the full SHA
    1d621ca View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Update test data.

    TomFischer committed Nov 9, 2017
    Copy the full SHA
    07743a6 View commit details
    Browse the repository at this point in the history