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

prisms 2.4 #6

Closed
wants to merge 218 commits into from
Closed

prisms 2.4 #6

wants to merge 218 commits into from

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    0fe0277 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prisms-center#221 from prisms-center/master

    Merge master branch into development branch
    landinjm authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    213e075 View commit details
    Browse the repository at this point in the history
  3. Removing old commented code

    landinjm authored and landinjm committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9b39eae View commit details
    Browse the repository at this point in the history
  4. Refactor of adaptiverefinement methods into a separate class. Note th…

    …at the functionality for the initial step is slightly different because reinit() is not used.
    landinjm authored and landinjm committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d7ed8d9 View commit details
    Browse the repository at this point in the history
  5. Implemented new adaptiveRefine class inplace of old refine.cc

    landinjm authored and landinjm committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    42565c1 View commit details
    Browse the repository at this point in the history
  6. Removing old refine.cc methods

    landinjm authored and landinjm committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6f2421b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8aebb6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1bee9bb View commit details
    Browse the repository at this point in the history
  9. Rearranging adaptiveRefine

    landinjm committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    30b3a11 View commit details
    Browse the repository at this point in the history
  10. optimize vtk file read-in behavior

    Previously each vtk input would be read/parsed multiple times if it contained multiple fields. Now it will read each vtk only once. (per processor)
    fractalsbyx committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    af559f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Adding comments and renaming some functions

    landinjm authored and landinjm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    23dc2c4 View commit details
    Browse the repository at this point in the history
  2. Renaming function/file names

    landinjm authored and landinjm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    39fbbda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    235c1f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b40a939 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c53bc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcf308e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1682413 View commit details
    Browse the repository at this point in the history
  8. Adding comments

    landinjm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3d228c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e955c5 View commit details
    Browse the repository at this point in the history
  10. Spliting header file

    landinjm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    011a7eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    12888d7 View commit details
    Browse the repository at this point in the history
  12. Adding header to unit tests

    landinjm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c591015 View commit details
    Browse the repository at this point in the history
  13. Autoformatting

    landinjm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0716ef4 View commit details
    Browse the repository at this point in the history
  14. No need to declare extra variables

    .
    landinjm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e2d9ddf View commit details
    Browse the repository at this point in the history
  15. Use range-based loops when appropriate

    .
    
    .
    landinjm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e9fde19 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    1bc5b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d147a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a28057 View commit details
    Browse the repository at this point in the history
  4. Merge pull request prisms-center#223 from landinjm/refactor_AMR

    Refactor adaptive meshing methods
    landinjm authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    16e3242 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53ae49d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    80a5849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6db0ef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca17440 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cb47bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a2e868 View commit details
    Browse the repository at this point in the history
  6. adding ternaries

    landinjm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    912e6fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0efaa37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1262873 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    091e772 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e37ab4 View commit details
    Browse the repository at this point in the history
  11. Renaming variable

    landinjm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6ca1251 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ff994b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    725fbda View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge pull request prisms-center#226 from landinjm/implicit_solvers

    Switching to `dealii::EvaluationFlags` for deal.II 9.6.0 Compatibility
    landinjm authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    df618cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f78ac View commit details
    Browse the repository at this point in the history
  3. Merge pull request prisms-center#229 from landinjm/autoformat_hh_files

    Missing autoformat on `*.hh` files
    landinjm authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ebecacf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    049f5c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35b152b View commit details
    Browse the repository at this point in the history
  6. Basic unit test CI

    simplications to CI with dealii docker image
    
    more fixes
    
    even more fixes
    
    working
    landinjm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0644d4a View commit details
    Browse the repository at this point in the history
  7. removing root access

    landinjm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    65da318 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18409fa View commit details
    Browse the repository at this point in the history
  9. allow mpi to run as root

    landinjm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3e18b48 View commit details
    Browse the repository at this point in the history
  10. Adding back root access

    landinjm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0fe9225 View commit details
    Browse the repository at this point in the history
  11. removing Travis CI

    landinjm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dc51f1f View commit details
    Browse the repository at this point in the history
  12. updating badges

    landinjm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d6ea6a1 View commit details
    Browse the repository at this point in the history
  13. slight rearrangement

    landinjm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    57bbff4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ed0439c View commit details
    Browse the repository at this point in the history
  15. Adding vscode to gitignore

    landinjm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    bb630ae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7fd96e4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a462a08 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    24b60d8 View commit details
    Browse the repository at this point in the history
  19. autoformat

    landinjm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0cb0fd2 View commit details
    Browse the repository at this point in the history
  20. Merge pull request prisms-center#224 from zachcroft/fix_FloodFill_uni…

    …t_test
    
    Fixed FloodFiller unit test and fixed grainGrowth bug
    landinjm authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    40eb0f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    5c613c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prisms-center#232 from landinjm/gitignore

    Adding VS Code and venv `.gitignore`
    landinjm authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    22352a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc66010 View commit details
    Browse the repository at this point in the history
  4. Merge pull request prisms-center#233 from landinjm/range_based_loops

    Switching to range based loops
    landinjm authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f66aa56 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    9e9e922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d17f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fc3c3a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    ceabd0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request prisms-center#225 from zachcroft/fix_parameter_BC_…

    …check
    
    Added check for consistent periodic BCs and unspecified BCs
    landinjm authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a1f5493 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prisms-center#234 from landinjm/delete_deprecated_…

    …apps
    
    Deleting deprecated apps
    landinjm authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b6ae462 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. adding overrides

    landinjm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bda8057 View commit details
    Browse the repository at this point in the history
  2. adding more overrides

    landinjm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    79aa0a2 View commit details
    Browse the repository at this point in the history
  3. base class initialization

    landinjm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    92d01e6 View commit details
    Browse the repository at this point in the history
  4. snprintf ignore truncation

    landinjm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    039f28a View commit details
    Browse the repository at this point in the history
  5. missed header

    landinjm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f731bec View commit details
    Browse the repository at this point in the history
  6. reorder AMR class

    landinjm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c712104 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb5c59d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cd31ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f8b4d8 View commit details
    Browse the repository at this point in the history
  10. unused variable

    landinjm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ed9694e View commit details
    Browse the repository at this point in the history
  11. Merge pull request prisms-center#235 from landinjm/fix_warnings

    Fixed warnings & EquationDependencyParser logic
    landinjm authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9bfe086 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. remove deprecated tests

    landinjm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e41d45b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a4e643 View commit details
    Browse the repository at this point in the history
  3. remove some old comments

    landinjm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    dc7aa8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a205956 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cbb85a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf0ae5b View commit details
    Browse the repository at this point in the history
  7. Add unused qualifier

    Arijit Roy authored and Arijit Roy committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b8880e5 View commit details
    Browse the repository at this point in the history
  8. autoformat

    landinjm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    db51a7f View commit details
    Browse the repository at this point in the history
  9. Merge pull request prisms-center#239 from arijitroy6:suppress_unused_…

    …variables
    
    Added `[[maybe_unused]]` variables for this application: precipitateEvolution
    landinjm authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    dabdbdb View commit details
    Browse the repository at this point in the history
  10. Merge pull request prisms-center#236 from landinjm/edit_backwards_com…

    …patability
    
    Update backwards compatability to remove support prior to deal.II 9.2.0
    landinjm authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1b3dc80 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. autoformatting

    landinjm committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b80300c View commit details
    Browse the repository at this point in the history
  2. Merge pull request prisms-center#237 from ellery-hendrix/unused_var_c…

    …ompiled
    
    Added `[[maybe_unused]]` for the allenCahn applications
    landinjm authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b82cac7 View commit details
    Browse the repository at this point in the history
  3. autoformatting

    landinjm committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8714224 View commit details
    Browse the repository at this point in the history
  4. Merge pull request prisms-center#238 from gjerdej/suppress_unused_var…

    …iables
    
    Added `[[maybe_unused]]` to prevent warnings in grainGrowth application
    landinjm authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e988b02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    092021e View commit details
    Browse the repository at this point in the history
  6. minor optimizations

    landinjm committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    550aef6 View commit details
    Browse the repository at this point in the history
  7. finished switching to maps

    landinjm committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    210e8f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f9b2cc View commit details
    Browse the repository at this point in the history
  9. Merge pull request prisms-center#241 from landinjm/fix_multiple_linea…

    …r_solves
    
    Fix multiple linear/nonlinear solves
    landinjm authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6510515 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. dealii namespace

    landinjm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f295ede View commit details
    Browse the repository at this point in the history
  2. allenCahn warnings

    landinjm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c42d5d1 View commit details
    Browse the repository at this point in the history
  3. allenCahn_conserved warnings

    landinjm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4bae492 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e95ad6a View commit details
    Browse the repository at this point in the history
  5. Merge pull request prisms-center#243 from landinjm/fix_warning_applic…

    …ation
    
    Fixed warnings on application level
    landinjm authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d010480 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. autoformat

    landinjm committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7ac1b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b49d84c View commit details
    Browse the repository at this point in the history
  3. slight simplifications

    landinjm committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    081ace2 View commit details
    Browse the repository at this point in the history
  4. slight refactor

    landinjm committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fd51a8c View commit details
    Browse the repository at this point in the history
  5. simplifying print statements

    landinjm committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6cb664c View commit details
    Browse the repository at this point in the history
  6. other minor simplifications

    landinjm committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    56b7af2 View commit details
    Browse the repository at this point in the history
  7. attempt at parallel threads

    landinjm committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1dcdd17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f357bf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    5e4fca8 View commit details
    Browse the repository at this point in the history
  2. missed header path

    landinjm committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4b23461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8350195 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Adding system information

    landinjm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    291f1fa View commit details
    Browse the repository at this point in the history
  2. updating results file

    landinjm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5c65467 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prisms-center#247 from landinjm/update_automatic_t…

    …est_script
    
    Update automatic test script
    landinjm authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fe0bad2 View commit details
    Browse the repository at this point in the history
  4. initial clang-tidy file

    landinjm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ff398e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45ba93b View commit details
    Browse the repository at this point in the history
  6. fixes based on clang-tidy

    some updates to clang-tidy
    landinjm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b3b0017 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f37a399 View commit details
    Browse the repository at this point in the history
  8. clang-tidy fixes

    landinjm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9cce97f View commit details
    Browse the repository at this point in the history
  9. Merge pull request prisms-center#249 from landinjm/clang_tidy

    Clang tidy fixes
    landinjm authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    813823e View commit details
    Browse the repository at this point in the history
  10. Moving benchmarks

    landinjm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    af5d76b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c87b87 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ed0743 View commit details
    Browse the repository at this point in the history
  13. Merge pull request prisms-center#250 from landinjm/CHiMaD_benchmarks

    Moving CHiMaD benchmarks & eliminating redundant `main.cc`
    landinjm authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a72fc94 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f454c49 View commit details
    Browse the repository at this point in the history
  15. Merge pull request prisms-center#251 from landinjm/CHiMaD_benchmarks

    Adding support for 4th, 5th, and 6th order elements
    landinjm authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7bc3c0e View commit details
    Browse the repository at this point in the history
  16. fixes to header pathes

    landinjm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6ed0244 View commit details
    Browse the repository at this point in the history
  17. fixes to header pathes

    landinjm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6cc2e6c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Renaming CHiMaD apps

    landinjm committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    42cfdc3 View commit details
    Browse the repository at this point in the history
  2. updated parameters for 1a

    landinjm committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    010095c View commit details
    Browse the repository at this point in the history
  3. 1b

    landinjm committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9f776c5 View commit details
    Browse the repository at this point in the history
  4. 1c

    landinjm committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8edb550 View commit details
    Browse the repository at this point in the history
  5. fix comments

    landinjm committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5151eee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eae6086 View commit details
    Browse the repository at this point in the history
  7. Merge pull request prisms-center#222 from fractalsbyx/iniCond-optimiz…

    …ation
    
    optimize vtk file read-in behavior
    landinjm authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a6beed8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a0dcd6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request prisms-center#252 from landinjm/CHiMaD_benchmarks

    Updating CHiMaD Benchmark 1
    landinjm authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    52e43dc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    cde37bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request prisms-center#256 from landinjm/upstream_main

    Fixed incomplete refactoring of methods in customPDE override
    landinjm authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fbcdcd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    1acfa6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0974a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeb997d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76f4c2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c4e2ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46a4956 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d0ce36 View commit details
    Browse the repository at this point in the history
  8. Adding pbs to gitignore

    landinjm committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    28c0802 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b3b8a6 View commit details
    Browse the repository at this point in the history
  10. Revert "Dirichlet constraints can be distributed here"

    This reverts commit b0f8edb.
    landinjm committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4cfd727 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5108888 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a3d2d36 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7435065 View commit details
    Browse the repository at this point in the history
  14. updating debug script

    landinjm committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    77e40f2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request prisms-center#245 from landinjm/check_all_applicat…

    …ions_work
    
    Adding script to check that all applications work
    landinjm authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3d7e410 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    ed38402 View commit details
    Browse the repository at this point in the history
  2. fixing header

    landinjm committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7d2f2c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93687d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13dd12a View commit details
    Browse the repository at this point in the history
  5. Merge pull request prisms-center#262 from landinjm/error_handling_cus…

    …tomPDE_constants
    
    Adding assertions for model constants
    landinjm authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9413f0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84cf09f View commit details
    Browse the repository at this point in the history
  7. delete latex files

    landinjm committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    04ad614 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. remove underbrace

    landinjm committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    58c07da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85cbb2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14c5cb1 View commit details
    Browse the repository at this point in the history
  4. typo

    landinjm committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6b888c0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request prisms-center#264 from landinjm/rename_point_grain…

    …Growth
    
    Rename point variable in grain growth application
    landinjm authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0640e4e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge pull request prisms-center#263 from landinjm/fix_typos

    Switch to Allen-Cahn documentation to markdown
    landinjm authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    23e9261 View commit details
    Browse the repository at this point in the history
  2. refactor implicit update

    landinjm committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d235d9b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    0fc9366 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prisms-center#265 from landinjm/refactor_solveIncr…

    …ement
    
    Refactor linear/nonlinear solves in `solveIncrement.cc`
    landinjm authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7d36387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0af122 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f25e442 View commit details
    Browse the repository at this point in the history
  5. remove "error" message

    landinjm committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8999251 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2af479 View commit details
    Browse the repository at this point in the history
  7. add comments

    landinjm committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bfccd5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98fa0cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1150393 View commit details
    Browse the repository at this point in the history
  10. adding assertions

    landinjm committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6b7fe31 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ad380b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f035f75 View commit details
    Browse the repository at this point in the history
  13. extraneous header

    landinjm committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    295b58a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c0e28eb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge pull request prisms-center#268 from landinjm/implicit_equation_…

    …types
    
    Support for `IMPLICIT_TIME_DEPENDENT` equation types & Advection application
    landinjm authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f97e399 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7342bda View commit details
    Browse the repository at this point in the history
  3. adding to all apps

    landinjm committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fff0471 View commit details
    Browse the repository at this point in the history
  4. update tests

    landinjm committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    db61791 View commit details
    Browse the repository at this point in the history
  5. missed some in postprocssing

    landinjm committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    94a552f View commit details
    Browse the repository at this point in the history
  6. adding const qualifier

    landinjm committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7b5a08e View commit details
    Browse the repository at this point in the history
  7. missed an application

    landinjm committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9a06e5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a058052 View commit details
    Browse the repository at this point in the history
  9. Merge pull request prisms-center#269 from landinjm/compute_element_vo…

    …lume
    
    Method to compute element volume
    landinjm authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7110ac0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. uneccessary cmakelists

    landinjm committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5c83fa4 View commit details
    Browse the repository at this point in the history
  2. typo

    landinjm committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    df47376 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prisms-center#271 from landinjm/update_cmake_lists

    Removed extra `CMakeLists.txt`
    landinjm authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6406078 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Revert "Dirichlet constraints can be distributed here"

    This reverts commit b0f8edb.
    landinjm committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    01ebc57 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. renable solution pinning

    landinjm committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    47726e4 View commit details
    Browse the repository at this point in the history
  2. fixing function so that the use has to specify the need for pinned po…

    …ints. Currently, pinned point is applied to all time independent and implicit fields.
    landinjm committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    35e7b12 View commit details
    Browse the repository at this point in the history
  3. deleting rigidbody unit test

    landinjm committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2c5721e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad0853b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44bd09d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02e93e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

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

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    4c57e68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prisms-center#278 from landinjm/CI_timeout

    Adding linux CI timeout
    landinjm authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f319d6b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Revert "Merge pull request prisms-center#268 from landinjm/implicit_e…

    …quation_types"
    
    This reverts commit f97e399, reversing
    changes made to 7d36387.
    landinjm committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7cd35c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    447778c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2de053b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. updating version changes

    landinjm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c2942ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a5742f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

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