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

p4est datastructures #780

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

p4est datastructures #780

wants to merge 159 commits into from

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    6c830d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47f930 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. added parent and child_id

    koehlerson committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    294b463 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. change to UInt8

    koehlerson committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    61fba0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbcac4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c51d2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4486cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a60ef58 View commit details
    Browse the repository at this point in the history
  6. further test

    koehlerson committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    e827fa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. added descendants, face edge and corner_neighbor, descendants, edge a…

    …nd corner_neighbor need tests
    koehlerson committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    81290c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    689997b View commit details
    Browse the repository at this point in the history
  2. include TODOs

    koehlerson committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    5ceba3f View commit details
    Browse the repository at this point in the history
  3. proper docstrings

    koehlerson committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    e70bf11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44d4c98 View commit details
    Browse the repository at this point in the history
  5. fixed descendants, need to wait for zulip responds to confirm those c…

    …hanges. should be correct imho
    koehlerson committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    e33d859 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. I think I have found a bug in tests and in child_id, now morton inde…

    …x corresponds to child_id
    koehlerson committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    98d8ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5944c57 View commit details
    Browse the repository at this point in the history
  3. fixed edge neighbor, included 2D corner neighbor, included tests for …

    …corner and edge neighbor
    koehlerson committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    fa2509c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

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

Commits on Aug 10, 2021

  1. started adaptive grid

    koehlerson committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    517b6a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. corner neighborhood for 2D

    koehlerson committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    17f145f View commit details
    Browse the repository at this point in the history
  2. face neighbor for 2D

    koehlerson committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    621c091 View commit details
    Browse the repository at this point in the history
  3. topology for 3D

    koehlerson committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    96c9392 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    4871b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d352bb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    a4a6d89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c994f View commit details
    Browse the repository at this point in the history
  3. maximumsize of octant

    koehlerson committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    4201ab9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    af61a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    834936f View commit details
    Browse the repository at this point in the history
  3. refinement works in 2D

    koehlerson committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    9d91717 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5199e0b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

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

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    9e92ad6 View commit details
    Browse the repository at this point in the history
  2. add parents test

    koehlerson committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    ee6489f View commit details
    Browse the repository at this point in the history
  3. add coarsening with tests; remove the parents test from before (sanit…

    …y checked within coarsening tests)
    koehlerson committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    d309d34 View commit details
    Browse the repository at this point in the history
  4. dimension generalization of morton function; parametrization of coord…

    …inates and everything related
    koehlerson committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    21caf80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef8c905 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. dispatch as I wanted

    koehlerson committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ebe9af8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. start interfacing the grid interface; non fully working version of tr…

    …ansform_face (I think works in 3D)
    koehlerson committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    b7102e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. included getcells dispatch without index and with integer index, need…

    … to generalize for dim=2 and 3
    koehlerson committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5f6ccd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312cc48 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    85bb2d7 View commit details
    Browse the repository at this point in the history
  2. add md

    koehlerson committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7162191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22b5a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    ba5cba9 View commit details
    Browse the repository at this point in the history
  2. start of getnodes

    koehlerson committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    d8e33a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    250966f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

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

Commits on Nov 1, 2022

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

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    6dc687a View commit details
    Browse the repository at this point in the history
  2. add split_array

    koehlerson committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    3c56a70 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. little bit of utility and started the search implementation, however,…

    … dont know how to deal with the callback match
    koehlerson committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    2ca0180 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

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

Commits on Nov 7, 2022

  1. octant boundary sets

    koehlerson committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a622955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbeaf8c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

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

Commits on Dec 13, 2022

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

Commits on Dec 28, 2022

  1. merge master

    koehlerson committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    4fe94b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. merge master

    koehlerson committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d71a63f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. small bug

    koehlerson committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    fc74358 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. introduce OctantIndices

    koehlerson committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5ef1218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    435e77e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    9b7678c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c993d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. typo in recursive algo paper in find_range_boundaries algorithm 4.2 l…

    …ine 9 B_cap^j should be B_cap^k, figure 4.2 has the correct version; works now for figure example
    koehlerson committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    621731e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    439d910 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. o instead of 1

    koehlerson committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    e013d63 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    beccb63 View commit details
    Browse the repository at this point in the history
  2. visualization script not included in Ferrite; transformation of point…

    …s from octree coordinate system to physical coordinate system
    koehlerson committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f194cb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8932233 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1b1122 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

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

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    6e96c8a View commit details
    Browse the repository at this point in the history
  2. help

    koehlerson committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    06e8d63 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. enhance old algorithm by nodeid and nodeowners; need a isreplaced nod…

    …e logic for consecutive numbering
    koehlerson committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6219524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09d1346 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1834b3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e31d62b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f42f0a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. add script to solve on p4est grid; works for unrefined grid already; …

    …refined one needs handling of boundarysets
    koehlerson committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a33cb4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a75a40 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    155f326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb54fa View commit details
    Browse the repository at this point in the history
  3. fix test

    koehlerson committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d7b3858 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    6be5454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53ce18a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. start hanging nodes

    koehlerson committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a5286db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc58095 View commit details
    Browse the repository at this point in the history
  3. I meant intraoctree..

    koehlerson committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9ef7cf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    820432e View commit details
    Browse the repository at this point in the history
  5. solve with constraint

    koehlerson committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    be6581e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    2c88a95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72acdeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05986ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f94d40f View commit details
    Browse the repository at this point in the history
  5. more testing; not sure if nc level > 2 needs to be covered interoctre…

    …e wise; if so current algorithm can't
    koehlerson committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    37e288d View commit details
    Browse the repository at this point in the history
  6. first sketch of adaptive manufactured solution; need to bookkeep a sh…

    …ift for the cellids after previous cellid refined
    koehlerson committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9e53661 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21e7556 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    fe5a6ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    864677e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    cd24959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dcbcae View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. non-working L2 Projector

    koehlerson committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f802c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df1f6ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf3a4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70fffdf View commit details
    Browse the repository at this point in the history
  5. make hotfix nicer

    koehlerson committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    bdcbb7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26f5d41 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Apr 9, 2024

  1. [X-PR] p4est/p8est face transformation fix (#890)

    @termi-official included face orientation information such that arbitrary meshes can be used. Face orientation information are necessary when transferring the lazy adaptive representation to an actual Ferrite.Grid or equivalently to the same information but in another construct.
    
    Face orientation is included in the `creategrid` function but probably missing in the balancing of the forrest w.r.t. interoctree operation
    
    ---------
    
    Co-authored-by: Maximilian Köhler <maximilian.koehler@ruhr-uni-bochum.de>
    Co-authored-by: termi-official <9196588+termi-official@users.noreply.github.com>
    3 people committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fab6539 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. p4est constraint handler integration (#900)

    * Baseline with bug.
    
    * Test 1
    
    * Fix derp and update test.
    
    * ...
    
    * Cleanup
    
    * Maxis suggestion
    
    * Update src/Dofs/ConstraintHandler.jl
    
    Co-authored-by: Maximilian Köhler <maximilian.koehler@ruhr-uni-bochum.de>
    
    ---------
    
    Co-authored-by: Maximilian Köhler <maximilian.koehler@ruhr-uni-bochum.de>
    termi-official and koehlerson committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0611729 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. [X-PR] p4est edge operations and consistent corner operation (#902)

    * first version without test of transform_edge
    
    * non working transform_edge due to wrong edge axis vector b
    
    * add more edge_neighbor tests, change the algorithm according to paper and include bool for transform corner in balancing
    
    * probably works
    
    * remote and not remote version
    
    * change bool flag in balancing according to paper for transform_corner
    
    * add transform_corner_remote
    
    * start tests for corner, correct docs for corner and start 3D transform tests
    
    * add first rounds of 3D tests
    
    * remove unnecessary dim parametrization and start some tests for creategrid
    
    * contains_face for 3d case by checking sface centroid in plane of mface
    
    * three dimensional interoctree branch in creategrid
    
    * first working version with edge deduplication and rotation invariance; reorder some stuff in creategrid and more tests needed
    
    * cleanup
    
    * possibleneighbors 3D dispatch
    
    * intratree balancing in 3D works and is tested
    
    * first inter octree 3D balancing, not sure if it works and if not where the problem lies
    
    * rotation tests for balancing; seems to work
    
    * start of hanging edges
    
    * initial hanging edges with two small tests
    
    * failing interoctree hanging nodes detection for rated; hanging faces need rotation
    
    * rotation and easy tests in two and three dimensions
    
    * bit of docs, one more test and a bit of code review
    
    * more review suggestions
    
    * constants for loop
    
    * use iscenter in exlusive edge neighborhood hanging nodes branch
    
    * sane renaming for *_neighbor in hangingnodes; error branch for hanging edge; more strict hanging nodes test
    
    * arrange balancing in functions
    
    * delete unnecessary function
    
    * rename file to BWG.jl
    
    * add corner balancing in 2D
    
    * regression test for corner balancing 2D
    
    * try to fix 1.6 ci
    
    * regression test but rotated
    
    * edge balancing over new topologic connection
    
    * add todo statement for corner balancing in 3D
    
    * maybe final balancing version
    koehlerson committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f57cfe2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 7, 2024

  1. merge master

    koehlerson committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7e69430 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    c7f3c6f View commit details
    Browse the repository at this point in the history
  2. start some devdocs

    koehlerson committed May 9, 2024
    Configuration menu
    Copy the full SHA
    359c821 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aed19ef View commit details
    Browse the repository at this point in the history
  4. a bit more devdocs

    koehlerson committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a453798 View commit details
    Browse the repository at this point in the history
  5. more devdocs

    koehlerson committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6b0caa8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. move things into submodule

    koehlerson committed May 10, 2024
    Configuration menu
    Copy the full SHA
    08ad4d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eec30c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20d0130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ddca47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4f7c4f View commit details
    Browse the repository at this point in the history
  6. fix doc build

    koehlerson committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d11504f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Apply suggestions from code review

    Co-authored-by: Knut Andreas Meyer <knutam@gmail.com>
    koehlerson and KnutAM committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ffcdf96 View commit details
    Browse the repository at this point in the history
  2. improve devdocs

    koehlerson committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9af1812 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79ac08d View commit details
    Browse the repository at this point in the history
  4. Update docs/src/devdocs/AMR.md

    Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmail.com>
    koehlerson and KristofferC committed May 13, 2024
    Configuration menu
    Copy the full SHA
    47c966e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    e7a4856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    731dfbb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    b237152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361f8e0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    d938b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a399e View commit details
    Browse the repository at this point in the history
  3. whoopsie

    koehlerson committed May 22, 2024
    Configuration menu
    Copy the full SHA
    24d4f64 View commit details
    Browse the repository at this point in the history
  4. Update src/Dofs/DofHandler.jl

    Co-authored-by: Knut Andreas Meyer <knutam@gmail.com>
    koehlerson and KnutAM committed May 22, 2024
    Configuration menu
    Copy the full SHA
    92ac19f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb3df4c View commit details
    Browse the repository at this point in the history
  6. fix DofHandler definition

    koehlerson committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d788f96 View commit details
    Browse the repository at this point in the history
  7. add amr to topics overview

    koehlerson committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d54ae18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9c4688 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on May 27, 2024

  1. rename face to facet

    koehlerson committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a0696b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5420de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f07da5f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    c12a154 View commit details
    Browse the repository at this point in the history
  2. add pvd export

    koehlerson committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fb20338 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

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

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

  1. Derp

    termi-official committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d50665d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    8461ed6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30a3b36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b38d62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b913af4 View commit details
    Browse the repository at this point in the history