Skip to content

Commit

Permalink
#2205: examples: add async 2-d jacobi
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 31, 2023
1 parent 642471a commit eb972fb
Show file tree
Hide file tree
Showing 4 changed files with 726 additions and 180 deletions.
1 change: 1 addition & 0 deletions examples/collection/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set(
jacobi1d_vt
jacobi1d_vt_sync
jacobi2d_vt
jacobi2d_vt_sync
migrate_collection
polymorphic_collection
insertable_collection
Expand Down
2 changes: 1 addition & 1 deletion examples/collection/jacobi1d_vt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

static constexpr std::size_t const default_nrow_object = 8;
static constexpr std::size_t const default_num_objs = 4;
static constexpr std::size_t const check_conv_freq = 100;
static constexpr std::size_t const check_conv_freq = 10;
static constexpr double const default_tol = 1.0e-02;

struct NodeObj;
Expand Down
Loading

0 comments on commit eb972fb

Please sign in to comment.