stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit e75a44beaafe1a10de98bcf9ade95d82bd85a300
parent 13b15a9236e5e673075cea69ebc6eb78b741e67b
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri,  1 May 2020 17:32:29 +0200

Enable multithreaded star-enclosures-3d again (after a bugfix)

Diffstat:
Msrc/stardis-output.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/stardis-output.c b/src/stardis-output.c @@ -840,8 +840,8 @@ dump_enclosure_related_stuff_at_the_end_of_vtk /* Create enclosures * For dump results to be reproducible, we setup star-enclosures with a * single thread */ - ERR(senc3d_device_create(stardis->logger, stardis->allocator, 1, - stardis->verbose, &senc_dev)); + ERR(senc3d_device_create(stardis->logger, stardis->allocator, + SENC3D_NTHREADS_DEFAULT, stardis->verbose, &senc_dev)); ERR(senc3d_scene_create(senc_dev, SENC3D_CONVENTION_NORMAL_BACK | SENC3D_CONVENTION_NORMAL_OUTSIDE, tsz, sg3d_sencXd_geometry_get_indices, sg3d_sencXd_geometry_get_media,