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

Grid refinement #838

Merged
merged 144 commits into from
Jan 26, 2023
Merged

Grid refinement #838

merged 144 commits into from
Jan 26, 2023

Commits on Oct 10, 2022

  1. Created new Gridap Refinement module

    This module will contain new abstractions and tools to
    implement mesh refinement strategies in Gridap.
    JordiManyer committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    e5d51ef View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    4183bad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c3454e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    741a43c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d33c58f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    00aa757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1f09c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd906a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Oct 14, 2022

  1. Integration working

    JordiManyer committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    4b390ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e23dc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    c96183f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c59bad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38de653 View commit details
    Browse the repository at this point in the history
  4. Added some comments

    JordiManyer committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    5a648a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7065340 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3fbdcc View commit details
    Browse the repository at this point in the history
  7. Enhanced tests

    JordiManyer committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    79fa5ab View commit details
    Browse the repository at this point in the history
  8. Moved code around

    JordiManyer committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    299602f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    099907b View commit details
    Browse the repository at this point in the history
  10. Put tests in module

    JordiManyer committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    898c0f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Addressed some revissions

    JordiManyer committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    4ace6a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. RefinedTriangulation constructor now has checks.

    We check conditions for parametric sizes Dc, Dp
    so that they are consistent with the model the
    triangulation originates from.
    JordiManyer committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    9865259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26a64d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Minor changes

    JordiManyer committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0f1ed7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd87ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e3c6eb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    9024942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6698404 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58cdf46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08c74e2 View commit details
    Browse the repository at this point in the history
  5. bugfixes

    JordiManyer committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    43fdbf2 View commit details
    Browse the repository at this point in the history
  6. More fixes

    JordiManyer committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f9d5da5 View commit details
    Browse the repository at this point in the history
  7. More fixes

    JordiManyer committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    49a64d9 View commit details
    Browse the repository at this point in the history
  8. Added abstract type GridTransferOperators

    - Added new abstract type GridTranferOperator representing
      an operator that moves data between two Gridap triangulations
      that are related by some refinement process.
    - Renamed RefinementTransferOperator as ProjectionTransferOperator,
      and rebranded it as a subtype of GridTransferOperator.
    JordiManyer committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    3db5b31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f93af9 View commit details
    Browse the repository at this point in the history
  10. Changes to RefinementGlue

    JordiManyer committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    356ddd7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b610222 View commit details
    Browse the repository at this point in the history
  12. fixes

    JordiManyer committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    64e5820 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. fixes

    JordiManyer committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    caeb975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d26738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8be1384 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

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

Commits on Oct 28, 2022

  1. fixes

    JordiManyer committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    21d4f47 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. bugfix

    JordiManyer committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    3f284ea View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    262dae7 View commit details
    Browse the repository at this point in the history
  2. Commented some tests

    JordiManyer committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1c735b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0458a04 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    2863894 View commit details
    Browse the repository at this point in the history
  2. Added comments

    JordiManyer committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    9e34132 View commit details
    Browse the repository at this point in the history
  3. bugfix

    JordiManyer committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c4bc997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ee6709 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    4839aba View commit details
    Browse the repository at this point in the history
  2. bugfix

    JordiManyer committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    587c9e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Measure is now abstract 2 include CompositeMeasure

    - Measure renamed GenericMeasure
    - Created abstract type Measure
    - Moved CompositeMeasure to DomainContributions.jl
    JordiManyer committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    13266a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. change_domain now does dispatch with source trian.

    - Added strian=get_triangulation(a) argument to
      the change_domain call. This allows to do
      dispatch based on the type of source trian.
    
    - Added routines to get relationships between
      Adapted models and triangulations.
    JordiManyer committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d06795e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb8e30f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    323d825 View commit details
    Browse the repository at this point in the history
  2. Started generalising for coarsening+refineing

    - Created RefinementRules
    - New trait for AdaptivityGlue which allows
      to implement specialized routines for
      refinement-only cases (efficiency).
    - Refactored fine to coarse ~> old to new
    JordiManyer committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5d4385d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0016d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7337a5b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Added FineToCoarseFields

    JordiManyer committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e163480 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    2918cb2 View commit details
    Browse the repository at this point in the history
  2. Added c2f capabilities

    JordiManyer committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    aaa231d View commit details
    Browse the repository at this point in the history
  3. Added tests for f2c

    JordiManyer committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ad76529 View commit details
    Browse the repository at this point in the history
  4. More tests for f2c

    JordiManyer committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    4288d78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91f4619 View commit details
    Browse the repository at this point in the history
  6. Updated NEWS.md

    JordiManyer committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c2cfc7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fda6668 View commit details
    Browse the repository at this point in the history
  8. Minor cleanup

    JordiManyer committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    d62cc0e View commit details
    Browse the repository at this point in the history
  9. Small bugfix

    JordiManyer committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c8e6eec View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    298270f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f584db8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41c35e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a87dd18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e6c1ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79e4f5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00d4da4 View commit details
    Browse the repository at this point in the history
  8. More tests for MultiField

    JordiManyer committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d51d32e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    fc05ec4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3cba3f View commit details
    Browse the repository at this point in the history
  3. Small bugfix

    JordiManyer committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1493d8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7307b5e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

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

Commits on Dec 2, 2022

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

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    db7ef11 View commit details
    Browse the repository at this point in the history
  2. Moved routines around

    JordiManyer committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    072edc6 View commit details
    Browse the repository at this point in the history
  3. Small Bugfix

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

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    e392d98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    727c9e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf33178 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    360dd0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d41637 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    37e87a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f8baa0 View commit details
    Browse the repository at this point in the history
  3. Small bugfix

    JordiManyer committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    dda8785 View commit details
    Browse the repository at this point in the history
  4. Refactored refinement for cartesian meshes.

    - Now works for arbitrary number of
      dimensions.
    - Now works for arbitrary number of
      refinements in each direction (i,e
      anisotropic refinement)
    JordiManyer committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c4e2543 View commit details
    Browse the repository at this point in the history
  5. Updated tests

    JordiManyer committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    41cc1c6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'refined-discrete-models' of github.com:gridap/Gridap.jl…

    … into refined-discrete-models
    JordiManyer committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    fc2eab9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

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

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    7b442a0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refined-discrete-models' of github.com:gridap/Gridap.jl…

    … into refined-discrete-models
    JordiManyer committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    69aad50 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

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

    JordiManyer committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cfc0006 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Minor bug-fix for:

       function refine(model::CartesianDiscreteModel{Dc}, cell_partition::Tuple) where Dc
    when Dc!=2.
    
    Why werent we detecting this bug with the current test suite?
    amartinhuertas committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    05a2a7c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    08fd294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    296a6f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

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

Commits on Dec 22, 2022

  1. Bugfix in fine->coarse when coarse trian was AdaptedTriangulation. Ad…

    …ded tests for this case.
    JordiManyer committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d45fcbd View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    016fc9f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refined-discrete-models' of github.com:gridap/Gridap.jl…

    … into refined-discrete-models
    amartinhuertas committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    4412aee View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Fixed minor style issues

    JordiManyer committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    c347b34 View commit details
    Browse the repository at this point in the history
  2. Minor style changes

    JordiManyer committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f516d09 View commit details
    Browse the repository at this point in the history
  3. Changes to AdaptivityGlue

    AdaptivityGlue.refinement_rules is now a vector of
    RefinementRules defined on the old cells.
    This makes more sense when considering refinement-only
    scenarios and also enhances performance due to how reorderings
    interact with CompressedArrays/FillArrays.
    JordiManyer committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d6eab6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a85bb58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1e5ad6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    4c345e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4fd36a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b9e14f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    d6a2ab1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fine-to-coarse-fields-fast-evaluation' of github.com:gr…

    …idap/Gridap.jl into refined-discrete-models
    JordiManyer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    e73fd1b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. RefinementRule typing now homogeneous for mixed.

    In order to work with lazy arrays, we need
    cell-arrays of RefinementRules to have a
    concrete and homogeneous typing.
    
    For meshes with mixed refining, like
    edge-based refined meshes, that was not
    the case. This is now fixed.
    
    Now arrays of FineToCoarseFields and
    FineToCoarseReferenceFEs have concrete
    eltype as well, despite containing a
    RefinementRule.
    JordiManyer committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    ba12ed4 View commit details
    Browse the repository at this point in the history
  2. Updated tests

    JordiManyer committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    174621c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

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

Commits on Jan 19, 2023

  1. Small bugfix

    JordiManyer committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9da6379 View commit details
    Browse the repository at this point in the history
  2. Updated NEWS.md

    JordiManyer committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    f0ccf2c View commit details
    Browse the repository at this point in the history
  3. Added AdaptivityMethod

    JordiManyer committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    030402c View commit details
    Browse the repository at this point in the history
  4. Fixed typo

    JordiManyer committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    52b2e9c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Small refactor

    JordiManyer committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    984a411 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf14e1 View commit details
    Browse the repository at this point in the history
  3. Minor change

    JordiManyer committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e0017e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3575c31 View commit details
    Browse the repository at this point in the history
  5. Small bugfix

    JordiManyer committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    aad0e3c View commit details
    Browse the repository at this point in the history
  6. Small bugfix

    JordiManyer committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ae14c98 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Added more tests

    JordiManyer committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    623b651 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0175bc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Minor bugfixes

    JordiManyer committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    ca122b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4e43ca View commit details
    Browse the repository at this point in the history
  3. More tests

    JordiManyer committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f9c819f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Bugfixes, enhanced tests

    JordiManyer committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    c3c39a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Better tests

    JordiManyer committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    d1509fb View commit details
    Browse the repository at this point in the history
  2. Increased coverage

    JordiManyer committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b365f5a View commit details
    Browse the repository at this point in the history
  3. Updated NEWS.md

    JordiManyer committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    9d44c56 View commit details
    Browse the repository at this point in the history