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

NEKO v0.8.0 #1229

Merged
merged 1,005 commits into from
Jul 7, 2024
Merged

NEKO v0.8.0 #1229

merged 1,005 commits into from
Jul 7, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 20, 2024

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

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    4c9a703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc95689 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2606de1 View commit details
    Browse the repository at this point in the history
  4. Add field_writer

    timofeymukha committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2a7a06d View commit details
    Browse the repository at this point in the history
  5. Disable CI checks on drafts.

    timfelle committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e832187 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d456d7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1191 from timfelle/cicd/disable_on_draft

    Disable CI checks on drafts.
    njansson authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    916a944 View commit details
    Browse the repository at this point in the history
  8. Update doc/pages/simcomps.md

    Co-authored-by: Tim Felle Olsen <[email protected]>
    timofeymukha and timfelle authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f723da8 View commit details
    Browse the repository at this point in the history
  9. Update doc/pages/simcomps.md

    Co-authored-by: Tim Felle Olsen <[email protected]>
    timofeymukha and timfelle authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    076d085 View commit details
    Browse the repository at this point in the history
  10. Small fixes

    timofeymukha committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    11ea32e View commit details
    Browse the repository at this point in the history
  11. Remove unused variables

    timofeymukha committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    450bbb7 View commit details
    Browse the repository at this point in the history
  12. pass case_t%params instead of case_t as constuctor of time_step_contr…

    …oller; pass time_step_controller_t to subroutine step() of _scheme_t and their inherit types
    Shiyu-Sandy-Du committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3795018 View commit details
    Browse the repository at this point in the history
  13. minor changes

    Shiyu-Sandy-Du committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e71bfd2 View commit details
    Browse the repository at this point in the history
  14. minor changes

    Shiyu-Sandy-Du committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9b5a53c View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1192 from ExtremeFLOW/feature/field_writer

    Add field_writer simcomp
    njansson authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    eff9298 View commit details
    Browse the repository at this point in the history
  16. Update src/fluid/fluid_pnpn.f90

    Co-authored-by: Timofey Mukha <[email protected]>
    vbaconnet and timofeymukha authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f1f980a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ffdc114 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ae7912b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    82fd744 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    74da7ca View commit details
    Browse the repository at this point in the history
  21. Added support for meshes

    timfelle committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cc5b606 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d4c98d2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8c80e1e View commit details
    Browse the repository at this point in the history
  24. Fix bug where distance function still used aabb fro min_distance even…

    … though it was moved to aabb_node.
    timfelle committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0d01030 View commit details
    Browse the repository at this point in the history
  25. Fixed dependencies.

    timfelle committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    10a75a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    7a0b0ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aace7f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53715c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73adb31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03877cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55b66b4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1174 from ExtremeFLOW/projection

    Projection
    njansson authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3faad53 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1195 from adperezm/f2py_coupling

    F2py coupling
    njansson authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5e03a62 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1194 from ExtremeFLOW/fix/poisson_example

    Update example for new ksp interface
    njansson authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d16c23d View commit details
    Browse the repository at this point in the history
  10. Fixed missing initialization in aabb

    Ensure number of elements are up to date in tri_mesh
    timfelle committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9f361c0 View commit details
    Browse the repository at this point in the history
  11. Brinkman terms updates.

    timfelle committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d67571c View commit details
    Browse the repository at this point in the history
  12. Update documentation

    timfelle committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    84f61f9 View commit details
    Browse the repository at this point in the history
  13. Update doc/pages/case-file.md

    Co-authored-by: Timofey Mukha <[email protected]>
    njansson and timofeymukha authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2133200 View commit details
    Browse the repository at this point in the history
  14. Update doc/pages/case-file.md

    Co-authored-by: Timofey Mukha <[email protected]>
    njansson and timofeymukha authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e21fabc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ea031aa View commit details
    Browse the repository at this point in the history
  16. Fix dangling pointers

    njansson committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    484c053 View commit details
    Browse the repository at this point in the history
  17. Merge with develop

    njansson committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bc0a552 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    87d1276 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    a225850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46aef7c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1198 from ExtremeFLOW/projection_debug

    debug on projection
    njansson authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    2051c86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b15e298 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e8e799 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    njansson committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    2133c52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5627076 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44c7fe5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1199 from ExtremeFLOW/fix/fluid_validate

    Ensure bc_inflow is allocated before resolving its type
    njansson authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    473e9ce View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1197 from ExtremeFLOW/fix/dangling_ptrs

    Fix dangling pointers
    njansson authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    72e777c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Merge pull request #1187 from timfelle/fix/tests

    Point interpolation test
    njansson authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    495d496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58c3c36 View commit details
    Browse the repository at this point in the history
  3. Update depends

    timofeymukha committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c1607e3 View commit details
    Browse the repository at this point in the history
  4. Cleanup dead code

    njansson committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    8165c61 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    8c45585 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1196 from timfelle/enhancement/stl_transform

    Enhancement/boundary_mesh_transform
    njansson authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9099b55 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1200 from ExtremeFLOW/feature/writing_simcomps

    Use field_writer in lambda2 and vorticity
    timofeymukha authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cf4b463 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a57e24b View commit details
    Browse the repository at this point in the history
  5. Update depends

    timofeymukha committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a3dce5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    589eb8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c13e3e View commit details
    Browse the repository at this point in the history
  8. edit doc

    vbaconnet committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4ebf527 View commit details
    Browse the repository at this point in the history
  9. free fields and bcs

    vbaconnet committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a6691dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0dcbc9c View commit details
    Browse the repository at this point in the history
  11. edit dep

    vbaconnet committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6b78ea3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d76394 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. small edits

    vbaconnet committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8fd827e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfbc2fc View commit details
    Browse the repository at this point in the history
  3. Fix danling pointers in mesh

    njansson committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fc561f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    3fc26cc View commit details
    Browse the repository at this point in the history
  2. Try to fix Intel CI

    njansson committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b3280a6 View commit details
    Browse the repository at this point in the history
  3. Debug workflow

    njansson committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    be3be19 View commit details
    Browse the repository at this point in the history
  4. Debug workflow

    njansson committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    da3440c View commit details
    Browse the repository at this point in the history
  5. Debug workflow

    njansson committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8943a22 View commit details
    Browse the repository at this point in the history
  6. Fixed a stochastic bug where the type would sometimes not be read cor…

    …rectly from the json file.
    timfelle committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0d3a767 View commit details
    Browse the repository at this point in the history
  7. Update develop.yml

    njansson authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    891fe91 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1208 from ExtremeFLOW/fix/ci-intel

    Try to fix Intel CI
    njansson authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    82ac05c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aaaca4b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1206 from ExtremeFLOW/fix/mesh_dangling_ptrs

    Fix danling pointers in mesh
    njansson authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1503cf6 View commit details
    Browse the repository at this point in the history
  11. update example

    vbaconnet committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4533b24 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1031c91 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    54bd717 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ea13df6 View commit details
    Browse the repository at this point in the history
  15. update depends

    vbaconnet committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e947ca6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    89bb9cc View commit details
    Browse the repository at this point in the history
  17. make CI happY

    vbaconnet committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ed7285a View commit details
    Browse the repository at this point in the history
  18. Update user_intf.f90

    vbaconnet authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    eb4c354 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Some doc and example update

    vbaconnet committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fb7d9d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55a6b57 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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

Commits on Mar 30, 2024

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

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    50e7dcd View commit details
    Browse the repository at this point in the history
  2. Add "only" to places

    timofeymukha committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    5bca5a0 View commit details
    Browse the repository at this point in the history
  3. Modernize advection

    timofeymukha committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c70f766 View commit details
    Browse the repository at this point in the history
  4. Fix module docstring

    timofeymukha committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    dea7218 View commit details
    Browse the repository at this point in the history
  5. Copyright year

    timofeymukha committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    063bb3e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    f8752e4 View commit details
    Browse the repository at this point in the history
  2. Promote coef to bc_t

    timofeymukha committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b4f1bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49ec4c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df5e77f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update src/fluid/fluid_pnpn.f90

    Co-authored-by: Tim Felle Olsen <[email protected]>
    timofeymukha and timfelle authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c674bb7 View commit details
    Browse the repository at this point in the history
  2. Update src/fluid/fluid_pnpn.f90

    Co-authored-by: Tim Felle Olsen <[email protected]>
    timofeymukha and timfelle authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    319b0d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1209 from timfelle/fix/brinkman_term

    Fix bug in reading type from json file
    timofeymukha authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2c0db41 View commit details
    Browse the repository at this point in the history
  4. Add mising imports

    timofeymukha committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0059870 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac21fd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6de9c50 View commit details
    Browse the repository at this point in the history
  7. Finalize doc

    vbaconnet committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c9486a7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1212 from ExtremeFLOW/fix/more_only

    Add "only" to fluid_pnpn and some related types
    timofeymukha authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    08dc2fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82576bb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Introduction of a probe header.

    Header contains number of probes, number of fields, and a list of the fields probed in order.
    timfelle committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f0eb47a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe40f96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0becdd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3389447 View commit details
    Browse the repository at this point in the history
  5. Fix use conflict

    timofeymukha committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7e8cce3 View commit details
    Browse the repository at this point in the history
  6. Add field%size

    timofeymukha committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f482705 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1223 from ExtremeFLOW/feature/field_size

    Add a wrapper for dofmap%size in the field_t type
    njansson authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9babd41 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1220 from ExtremeFLOW/fix/cleanup_cdtp

    Remove unused shmem variable
    njansson authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c3e2ea1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    392c2ab View commit details
    Browse the repository at this point in the history
  10. finalize example

    vbaconnet committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    58d93c6 View commit details
    Browse the repository at this point in the history
  11. edit doc

    vbaconnet committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9ce886d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8ac7c28 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9bcd3e5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c415375 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eaf61b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request #1171 from ExtremeFLOW/fix/pc_jacobi_vector

    Refactor pc_jacobi (CPU) to allow for vectorisation
    njansson authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    65ebcdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1222 from timfelle/enhancement/probe_header

    Introduce probe header and update probe documentation
    timofeymukha authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9e7155f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b519456 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #985 from ExtremeFLOW/feature/field_bcs

    Feature user dirichlet bcs
    njansson authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0ae37d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b637887 View commit details
    Browse the repository at this point in the history
  6. Merge

    timofeymukha committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a29d7c6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1215 from ExtremeFLOW/feature/bc_interface

    Promote coef component to bc_t
    timofeymukha authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6d717d7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1218 from ExtremeFLOW/fix/averaging_field_in_space

    fix bugs in average_field_in_space: allow avg on multiple time steps
    njansson authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    36d14ca View commit details
    Browse the repository at this point in the history
  9. Resolve merge conflicts

    njansson committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fcc3964 View commit details
    Browse the repository at this point in the history
  10. Fix build issues

    njansson committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8380df2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da56d60 View commit details
    Browse the repository at this point in the history
  12. Fix leftover from merge

    njansson committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    928c175 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1213 from ExtremeFLOW/feature/json_advection

    Modernize advection types to use json
    njansson authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cf7be6c View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1207 from ExtremeFLOW/fix/factory_modules

    Harmonize factory module filenames
    timofeymukha authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f54eb7c View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1216 from ExtremeFLOW/feature/slim_dong

    Remove u, v, w fron Dong outflow constructor
    njansson authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7a0a6c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    e649530 View commit details
    Browse the repository at this point in the history
  2. Add missing file

    njansson committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    cfd58d6 View commit details
    Browse the repository at this point in the history
  3. Make flint happy

    njansson committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    393cd50 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1224 from ExtremeFLOW/fix/lambda2_sx

    Restructure lambda2 routine, and fix calculation on SX
    njansson authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a504aff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bafc24f View commit details
    Browse the repository at this point in the history
  6. Update doi

    njansson committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a4f4df1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1225 from ExtremeFLOW/fix/citation_authors

    Updated cff file to include all authors
    njansson authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    eb620d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Update publist, fixes #1188

    njansson committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    d7053d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1227 from ExtremeFLOW/fix/publist

    Update publist
    njansson authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    227aa60 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Migrate authors info

    njansson committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d4f778a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d33afc View commit details
    Browse the repository at this point in the history
  3. Sync with master

    njansson committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cbd9b63 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Fixes from previous merge

    njansson committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    06af899 View commit details
    Browse the repository at this point in the history
  2. More fixes after bad merge

    njansson committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ccb4c11 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Remove explicit mention of KTH

    (cherry picked from commit 341a9f1)
    njansson committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    20149fa View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Update release CI

    njansson committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    a7b0916 View commit details
    Browse the repository at this point in the history
  2. Update release CI

    njansson committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    219b0b3 View commit details
    Browse the repository at this point in the history
  3. Update release workflow

    njansson committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    cfb4fd3 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    njansson committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    07d76ba View commit details
    Browse the repository at this point in the history
  5. Fix OpenCL build

    njansson committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    1bed765 View commit details
    Browse the repository at this point in the history
  6. Fix math rendering for Brinkmann source term

    (cherry picked from commit eff5cc3)
    njansson committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    670dcbe View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. reformat links for doxygen

    vbaconnet committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    67305e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1233 from ExtremeFLOW/doc/fix-user-file-links

    reformat links for doxygen
    njansson authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    03d8c56 View commit details
    Browse the repository at this point in the history
  3. add TOC

    vbaconnet committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b396d24 View commit details
    Browse the repository at this point in the history
  4. fix links

    vbaconnet committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    57037a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c46cf55 View commit details
    Browse the repository at this point in the history
  6. fix link

    vbaconnet committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5693008 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c3bfb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Revamping the documentation.

    The landing page now contains links into the full list of pages.
    
    Additionally the documentation have been sectioned into 3 main parts.
    
    - A user guide, with all pages related to code usage and installation.
    - Developer guide for all information regarding code style and conventions.
    - Appendices, which contain all the remaining information. This is kinda a catch-all until enough appendices are related and can become a new section.
    
    Additionally the Doxyfile have been update to make sure new pages are always added to the documentation without manual insertion into the file.
    timfelle committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    95b4cf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    520051a View commit details
    Browse the repository at this point in the history
  3. Fix links on landing page

    timfelle committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ec3d8d9 View commit details
    Browse the repository at this point in the history
  4. Update documentation.yml

    njansson authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c2b9026 View commit details
    Browse the repository at this point in the history
  5. Update documentation.yml

    njansson authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    be7dff8 View commit details
    Browse the repository at this point in the history
  6. Update documentation.yml

    njansson authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0047afd View commit details
    Browse the repository at this point in the history
  7. Update documentation.yml

    njansson authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bd28d1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cbe0ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43181aa View commit details
    Browse the repository at this point in the history
  10. fixed mistake in appendices

    timfelle committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    45f6018 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ee8c76a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    16350da View commit details
    Browse the repository at this point in the history
  13. Update appendices.md

    njansson authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    42c248a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    73772c3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e5b890c View commit details
    Browse the repository at this point in the history
  16. Updated Makefile.am

    timfelle committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    180fc45 View commit details
    Browse the repository at this point in the history
  17. Don't do blank line

    timfelle committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fc839f5 View commit details
    Browse the repository at this point in the history
  18. Fix indentation bug

    timfelle committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4fd74ac View commit details
    Browse the repository at this point in the history
  19. add link to statistics page

    vbaconnet committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8480b4e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1b358bd View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1235 from ExtremeFLOW/doc/reformat-index-and-contrib

    Reformat documentation and contributing guide
    njansson authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c8fb121 View commit details
    Browse the repository at this point in the history
  22. Update main.yml

    njansson authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    71a32df View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update README.md

    njansson authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2ec8a28 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Add marker for serial files, and fix deadlock, fixes #1239

    (cherry picked from commit 44b96e4)
    njansson committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3244051 View commit details
    Browse the repository at this point in the history
  2. Update rocm version

    njansson committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5ae21bc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Add missing call to padded version of Axhelm

    (cherry picked from commit fc62f28)
    njansson committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1784cc6 View commit details
    Browse the repository at this point in the history
  2. Cleanup pnpn res device from invalid chars...

    (cherry picked from commit f4560f6)
    njansson committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    60b1451 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    ca4da4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1249 from ExtremeFLOW/fix/field-dirichlet-optiona…

    …l-args
    
    modify apply_vector to account for optional args
    timofeymukha authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3f9c020 View commit details
    Browse the repository at this point in the history
  3. Fix plot script in scalar_mms

    (cherry picked from commit e4a0bb2)
    timofeymukha authored and njansson committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    cbb00ce View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Fix invalid conversion when naming members of a field series

    (cherry picked from commit 4c47ab1)
    njansson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    931591f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Update main.yml

    njansson authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2dd5ce8 View commit details
    Browse the repository at this point in the history
  2. Update main.yml

    njansson authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    93bea4b View commit details
    Browse the repository at this point in the history
  3. Update documentation.yml

    njansson authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3ba2961 View commit details
    Browse the repository at this point in the history
  4. Update main.yml

    njansson authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cbf544f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Update README.md

    (cherry picked from commit 1ebfb16)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    27904d1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    (cherry picked from commit 7bbba1e)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    aa332bc View commit details
    Browse the repository at this point in the history
  3. Update README.md

    (cherry picked from commit 1bf8202)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    87ea75b View commit details
    Browse the repository at this point in the history
  4. Update README.md

    (cherry picked from commit 520de26)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0e7fd66 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    (cherry picked from commit 76b7a95)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1db74f4 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    (cherry picked from commit 5387dc6)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2bbd1a8 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    (cherry picked from commit a8d04a4)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    457b78e View commit details
    Browse the repository at this point in the history
  8. Update README.md

    (cherry picked from commit 16bf88f)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    aa22220 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    (cherry picked from commit 0f1d781)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c238d1d View commit details
    Browse the repository at this point in the history
  10. Update README.md

    (cherry picked from commit 9dda1d2)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9d78401 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    Co-authored-by: Tim Felle Olsen <[email protected]>
    (cherry picked from commit 23e8758)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8360112 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    Co-authored-by: Niclas Jansson <[email protected]>
    (cherry picked from commit e33916a)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a042f64 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    (cherry picked from commit a4cf357)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    72933c7 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    (cherry picked from commit bf97e70)
    MartinKarp authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    cde4ef4 View commit details
    Browse the repository at this point in the history
  15. Update README.md

    Co-authored-by: Tim Felle Olsen <[email protected]>
    (cherry picked from commit bc7de12)
    timofeymukha authored and njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3af5898 View commit details
    Browse the repository at this point in the history
  16. Update doc workflow

    njansson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4157cd8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 3, 2024

  1. Fix regression in interface

    njansson committed May 3, 2024
    Configuration menu
    Copy the full SHA
    813564d View commit details
    Browse the repository at this point in the history
  2. Add missing logic for

    (cherry picked from commit c65cfc2)
    njansson committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7ca777e View commit details
    Browse the repository at this point in the history
  3. fixes

    njansson committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1c57190 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Fix invalid logic, preventing contrib from being built

    (cherry picked from commit 765219c)
    njansson committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a14401b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix invalid dimension specification (overriden by array declaration)

    (cherry picked from commit 051847c)
    njansson committed May 22, 2024
    Configuration menu
    Copy the full SHA
    33cfaf6 View commit details
    Browse the repository at this point in the history
  2. Update release CI

    njansson committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f9c1d0b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    a60891b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d03281 View commit details
    Browse the repository at this point in the history
  3. Fix some more loops

    (cherry picked from commit c74cefc)
    njansson committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e91b172 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Bump version

    njansson committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    294c4c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. some initial draft

    (cherry picked from commit d8709f9)
    MartinKarp authored and njansson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7bd983f View commit details
    Browse the repository at this point in the history
  2. add little text

    (cherry picked from commit 777a8e2)
    MartinKarp authored and njansson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    163cc49 View commit details
    Browse the repository at this point in the history
  3. Update doc/pages/user-guide/statistics-guide.md

    Co-authored-by: Tim Felle Olsen <[email protected]>
    (cherry picked from commit b4b9c7f)
    MartinKarp authored and njansson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bc1dae8 View commit details
    Browse the repository at this point in the history
  4. Update doc/pages/user-guide/statistics-guide.md

    Co-authored-by: Tim Felle Olsen <[email protected]>
    (cherry picked from commit 74f528c)
    MartinKarp authored and njansson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    644068f View commit details
    Browse the repository at this point in the history
  5. Update doc/pages/user-guide/statistics-guide.md

    Co-authored-by: Tim Felle Olsen <[email protected]>
    (cherry picked from commit 854a6a1)
    MartinKarp authored and njansson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c421859 View commit details
    Browse the repository at this point in the history
  6. typos

    (cherry picked from commit 8bf163b)
    MartinKarp authored and njansson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e97465a View commit details
    Browse the repository at this point in the history
  7. fix roccm version

    timfelle committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7a1a620 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6cfc8a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f478d80 View commit details
    Browse the repository at this point in the history
  10. Fix the dist steps as well

    timfelle committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0f6c66f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1309 from timfelle/fix/main-ci

    Fix/main-ci
    njansson authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a4a3956 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix typo in code snippet

    (cherry picked from commit 9ce9d87)
    vbaconnet authored and njansson committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    af20fd2 View commit details
    Browse the repository at this point in the history
  2. Fix more typo in code snippet

    (cherry picked from commit c6743c6)
    vbaconnet authored and njansson committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ace818a View commit details
    Browse the repository at this point in the history
  3. Backport CI fixes for Intel

    njansson committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4ba9c18 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Bump version

    njansson committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3918fc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    f56d046 View commit details
    Browse the repository at this point in the history
  2. Fix order in cff file

    njansson committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    c3650f5 View commit details
    Browse the repository at this point in the history