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

Work Product of GSoC 2021 project "[Gridap] Visualizing PDE approximations in Julia with Gridap.jl and Makie.jl" #24

Merged
merged 60 commits into from Aug 22, 2021

Commits on Jun 8, 2021

  1. GridapMakie module clean-up

    Clean-up of the module and first tests.
    paurierap committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    748e700 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Mesh and wireframe for Grid

    Visualize a Grid() or UnstructuredGrid() using mesh and wireframe from Makie.
    paurierap committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    07811af View commit details
    Browse the repository at this point in the history
  2. Update GridapMakie.jl

    paurierap committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d4691e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Add tests for nodaldata

    Add nodaldata and colormap. Send .DS_Store to .gitignore.
    paurierap committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    3d994da View commit details
    Browse the repository at this point in the history
  2. .DS_Store banished!

    paurierap committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    591dfd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Quads, colormap & colorbar

    Extension of wireframe function to fit quad meshes. Addition of colormap and colorbar in the tests.
    paurierap committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    a794478 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. MeshViz introduction

    paurierap committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    79fa6e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Conversion 2D and 3D

    Added a couple of lines in the conversion in 3D: the connectivity cns is converted via SimplexFace{D+1,Type} instead of NgonFace{D+1,Type} since the latter creates quads in 3D. Also, Makie.mesh does not support the type tetrahedron, so the grid is converted with normal_mesh.
    paurierap committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    4884d0f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

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

Commits on Jun 29, 2021

  1. push 29/06

    paurierap committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    4204cae View commit details
    Browse the repository at this point in the history
  2. Refactoring of conversions

    fverdugo committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    c4097f4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from gridap/paur-task1

    Paur task1
    fverdugo committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    3ddfea9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Edges and Faces

    paurierap committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    bcadf31 View commit details
    Browse the repository at this point in the history
  2. Revert "Edges and Faces"

    This reverts commit bcadf31.
    paurierap committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    9d71683 View commit details
    Browse the repository at this point in the history
  3. Faces and Edges

    paurierap committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    82f4415 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. to_egde_grid

    paurierap committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    464639a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. all plots task2

    This implementation is capable of plotting every figure in #Task2.
    paurierap committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    7e64ef5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Fix 3D heatmap

    New approach to plot cell fields in 3D grids along with subtle modifications.
    paurierap committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    45823ac View commit details
    Browse the repository at this point in the history
  2. Change single color edges

    Change single color edges to avoid missing corners.
    paurierap committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    dc9f075 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Pre-meeting 20/07

    paurierap committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    5e64451 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Implementation dg_mesh

    Implement dg_mesh, introduce vertices, add all attributes to plotting functions, remove shading.
    paurierap committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    7aa9963 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Avoid boundary plot

    New approach to plot 3D grids
    paurierap committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    b6f9d29 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Some redesign of recipies

    fverdugo committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    e38b818 View commit details
    Browse the repository at this point in the history
  2. Start of Task 3

    End of Task 2 and beginning of Task 3
    paurierap committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    e36cab6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a61f6e View commit details
    Browse the repository at this point in the history
  4. Add a last test

    paurierap committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    8b3fecd View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. saving changes

    fverdugo committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    1ea60aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72168c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f464536 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Task 4

    paurierap committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    5f5c398 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Saving dirty fix

    fverdugo committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    fbf5674 View commit details
    Browse the repository at this point in the history
  2. Saving changes

    fverdugo committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    1e50428 View commit details
    Browse the repository at this point in the history
  3. Fixing normal_mesh calls

    fverdugo committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    c04bd2e View commit details
    Browse the repository at this point in the history
  4. Fixing color in 3d plots

    fverdugo committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    1a7421f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5275c84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b5495f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. README and removing themes

    paurierap committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    51f198b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Removing old png files

    amartinhuertas committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    f79149f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ed6e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c758a56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3646d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68352b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bbbd40 View commit details
    Browse the repository at this point in the history
  7. removing test_broken

    fverdugo committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    85ecc21 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #25 from gridap/paur-task4

    Paur task4
    fverdugo committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    aa1ffe1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf4378e View commit details
    Browse the repository at this point in the history
  10. Update README

    Adding animation
    paurierap committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ec81ea2 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    paurierap committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    f0d8d92 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    paurierap committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    69d26ee View commit details
    Browse the repository at this point in the history
  13. README changes 1

    paurierap committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    12b0ad2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e9750f2 View commit details
    Browse the repository at this point in the history
  15. Update 2d_Fig13.png

    paurierap committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ded7b10 View commit details
    Browse the repository at this point in the history
  16. Update README.md

    paurierap committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    2d354d2 View commit details
    Browse the repository at this point in the history
  17. Update README.md

    paurierap committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    087d2be View commit details
    Browse the repository at this point in the history
  18. README version 2

    paurierap committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    0bec595 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. README version 3

    Fix @amartinhuertas suggestions
    paurierap committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    d5d7419 View commit details
    Browse the repository at this point in the history
  2. Eric review fixes

    paurierap committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    59d4e9b View commit details
    Browse the repository at this point in the history
  3. README final version

    Final version of README file with comments from @amartinhuertas, @ericneiva  and @fverdugo.
    paurierap committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    da571c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Resize README images

    paurierap committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    0cf6953 View commit details
    Browse the repository at this point in the history
  2. Center-align README images

    paurierap committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    3f91a21 View commit details
    Browse the repository at this point in the history