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

Jm/visualize basis functions #98

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    d04c475 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. interpolate_gradient() um kWarg erweitert um bereits vorhandene Felde…

    …r mit im neuen dh und kontenvektor zu übernehmen. Dadurch z.b. solutionplot des gradientenfeldes im deformierten zustand möglich.
    JanM12 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fe44a99 View commit details
    Browse the repository at this point in the history
  2. bugs behoben.

    JanM12 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    985e44e View commit details
    Browse the repository at this point in the history
  3. Update src/utils.jl

    Co-authored-by: Maximilian Köhler <maximilian.koehler@ruhr-uni-bochum.de>
    JanM12 and koehlerson committed May 17, 2023
    Configuration menu
    Copy the full SHA
    517703a View commit details
    Browse the repository at this point in the history
  4. updated docstring for

    JanM12 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ab8c9d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7a8d00 View commit details
    Browse the repository at this point in the history
  6. added comma to docstring

    JanM12 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3b16fe8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    131ee0c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    37f177d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. merge master

    JanM12 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b22b580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d6ca25 View commit details
    Browse the repository at this point in the history
  3. rework 'get_triangulation_triangle()' to make it work for rectangles …

    …aswell. consequently 'get_triangulation_triangle()' becomes 'get_triangulation()' now
    JanM12 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    697f95a View commit details
    Browse the repository at this point in the history
  4. removed doubling of code for show_basis_function(). Therefore introdu…

    …ced initialize_figure() and get_ref_z().
    JanM12 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6d940fd View commit details
    Browse the repository at this point in the history
  5. removed commented out section

    JanM12 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    043ec73 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    bb15eff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bd8e32 View commit details
    Browse the repository at this point in the history
  3. removed println() and fixed small bugs (forgot to pass argument to fu…

    …nction and removed typo and increased triangulation density). Also added axes labeling
    JanM12 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b5272e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50cc0c4 View commit details
    Browse the repository at this point in the history
  5. remooved trailing whitespaces

    JanM12 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    05321e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9ad793 View commit details
    Browse the repository at this point in the history
  7. removed plotbasisfunctions.jl

    JanM12 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    03d9dba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ffa6d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. implemented visibility of corresponding element underneath the basis …

    …function for 2D interpolations. Only works for standard interpolations so far.
    JanM12 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d3bee2e View commit details
    Browse the repository at this point in the history
  2. introduced a second base function plotting routine in order to sepera…

    …te the routines for Triangles and for Quadrilaterals
    JanM12 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c251a26 View commit details
    Browse the repository at this point in the history
  3. deleted unneeded method

    JanM12 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0b53025 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4a4ee1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    490bd29 View commit details
    Browse the repository at this point in the history