stardis-solver

Solve coupled heat transfers
git clone git://git.meso-star.fr/stardis-solver.git
Log | Files | Refs | README | LICENSE

commit d37a7eaf4bab4d3b79a4b7c9832b4af2ca62638b
parent 44d5801a871fabc81d309f008c98cc531922ee9d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 30 Apr 2019 16:05:50 +0200

Change the number of realisations of the solve_probe3 test

Diffstat:
Msrc/test_sdis_solve_probe3.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test_sdis_solve_probe3.c b/src/test_sdis_solve_probe3.c @@ -190,7 +190,7 @@ main(int argc, char** argv) double pos[3]; double time_range[2]; double ref; - const size_t N = 100000; + const size_t N = 10000; size_t ntris; size_t nverts; size_t nreals;