Skip to content
  1. Jun 29, 2023
  2. Jun 28, 2023
  3. Jun 25, 2023
  4. Jun 22, 2023
  5. Jun 19, 2023
  6. May 04, 2023
  7. May 03, 2023
  8. Apr 25, 2023
  9. Apr 17, 2023
  10. Apr 05, 2023
  11. Mar 30, 2023
  12. Mar 15, 2023
  13. Jan 11, 2023
  14. Dec 18, 2022
  15. Dec 04, 2022
  16. Nov 17, 2022
  17. Nov 06, 2022
  18. Oct 21, 2022
  19. Oct 18, 2022
  20. Oct 14, 2022
  21. Oct 11, 2022
  22. Sep 19, 2022
    • Matt Smith's avatar
      Use elementwise size in node vertex consistency check (#316) · af68e2d3
      Matt Smith authored
      
      
      * use elementwise size in node vertex consistency check
      
      * add comment explaining maximum(..., 1)
      
      * use test based on maximum absolute vertex coordinate instead of element size, and add tests
      
      * assume absolute and relative tolerances are the same for now
      
      * add test for false negatives
      
      * zero-size -> zero-D
      
      * improve vertex consistency check error message
      
      * use a specific exception type for consistency check
      
      * improve tests
      
      * just use relative tolerance and skip dim==0 case
      
      * only do consistency check in debug run
      
      * Reenable 0D tests, remove 1e-5 crit tol scaling, take into account abs tol in node-vert-consistency test tests
      
      Co-authored-by: default avatarAndreas Kloeckner <inform@tiker.net>
      af68e2d3
    • Andreas Klöckner's avatar
      Fix new matplotlib error in Firedrake examples CI · e7613aec
      Andreas Klöckner authored and Andreas Klöckner's avatar Andreas Klöckner committed
      e7613aec
  23. Aug 31, 2022
  24. Aug 21, 2022
  25. Jul 31, 2022
  26. Jul 02, 2022
  27. Jul 01, 2022
    • Andreas Klöckner's avatar
      Examine, silence new B023 bugbear warnings · ec31219e
      Andreas Klöckner authored and Andreas Klöckner's avatar Andreas Klöckner committed
      ec31219e
    • Matt Smith's avatar
      Recast `partition_mesh` in terms of generic part identifiers (#308) · 415403b6
      Matt Smith authored and Andreas Klöckner's avatar Andreas Klöckner committed
      
      
      * simplify partition_mesh interface
      
      * add get_connected_partitions back to docs
      
      * use opaque partition ID instead of number in partition_mesh
      
      * use self/other instead of local/nonlocal
      
      * fix compatibility
      
      * remove unnecessary import
      
      Co-authored-by: default avatarAlex Fikl <alexfikl@gmail.com>
      
      * eliminate fun
      
      Co-authored-by: default avatarAlex Fikl <alexfikl@gmail.com>
      
      * stamp out remaining traces of fun
      
      * rename membership_list_to_sets -> membership_list_to_map and store index sets as numpy arrays instead of python sets
      
      * remove return_sets option from get_partition_by_pymetis
      
      * fix bugs in MPIBoundaryCommSetupHelper
      
      * flake8
      
      * fix bug
      
      * add a couple of fixmes
      
      * handle groupless mesh case in dim/ambient_dim
      
      * Revert "handle groupless mesh case in dim/ambient_dim"
      
      not a good solution
      
      * disable removal of empty mesh groups in partitioning
      
      * fix some issues with partitioning docs
      
      * remove empty-group filtering
      
      * clarify part vs. partition terminology
      
      * change some asserts to exceptions
      
      * add a couple of FIXMEs
      
      * cosmetic change
      
      Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
      
      * detect elements that belong to multiple parts
      
      * add return_parts argument to partition_mesh
      
      * add type hints to mesh partitioning
      
      * Fix some annotations in mesh.processing
      
      * add explicit part_id attribute to InterPartAdjacencyGroup
      
      * cosmetic change
      
      * fix some type annotations
      
      * Dict -> Mapping
      
      * fix outdated argument reference in docstring
      
      * try using just dtype
      
      dtype[Any] requires python 3.9
      
      Co-authored-by: default avatarAlex Fikl <alexfikl@gmail.com>
      Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
      415403b6