Commit Graph

429 Commits

Author SHA1 Message Date
cconopoima
d3c3260cd9 [bos #35147] [EDF] (2023-T1) Decompose Viscous Layer API.
Delete .vscode/settings.json

Publish shrinkGeometry.

Refactor StdMeshers_Cartesian_3D and StdMeshers_Cartesian_VL classes to allow passing an arbitrary shrink mesh to the viscous layer builder. Use StdMeshers_Cartesian_VL in StdMeshers_ViscousLayerBuilder to handle geometry shrinking and viscous layer building.

Create maps to link shrink solid and the solid assign to the shrink mesh. Code cleanup.

Defining map btw original shape (TopAbs_COMPOUND) and result shrink object. Refactor to support viscous layer of faces. Code clean up and add of tests.

Documentation and code cleanup

erase debug comment.

Modif after code review.

Avoid compilation warning from ViscousLayerBuilder and ViscousLayerBuilder_i classes.
2023-10-18 11:53:54 +01:00
YOANN AUDOUIN
13e56e1ff6 Missing icon image in documentation 2023-10-03 09:56:34 +02:00
Yoann Audouin
be238b4bb0 Adding Multinode method for smesh parallelism (with windows fixed)
Adding walltime for multinode + keeping temporary folder activated with environement variable
bos #37471: fix compilation on Windows operating system. Note that  SMESH_Gen::send_mesh current implementation is vetoed on windows OS (system call)
2023-09-26 10:41:53 +02:00
YOANN AUDOUIN
f0898a6840 Revert "Adding Multinode method for smesh parallelism + cleanup and doc"
This reverts commit 93edbb3a29.
2023-09-04 08:00:13 +02:00
Yoann Audouin
93edbb3a29 Adding Multinode method for smesh parallelism + cleanup and doc 2023-08-31 11:19:55 +02:00
cconopoima
964c854356 bos #32735 [CEA] Create 2D Mesh from 3D elements.
Adding test and icon to cmake. Adding the keyword MakeBoundaryOfEachElement to the 2smeshpy util class.

Add missing french translations of dialog box and operations results. Update copyright message of SMESHGUI_MakeFull2DFrom3DOp new class.
2023-08-10 17:08:57 +01:00
Christophe Bourcier
0dbcca5093 Some improvements on Scaled Jacobian:
- add math to sphinx to generate the formulas
- change the icon to deformed hexahedrons
- add a test on deformed hexahedrons
- update the example use case on the doc to deformed hexahedrons
2023-08-08 13:35:47 +02:00
cconopoima
9ac965c0e3 bos #32738 [CEA] Scaled Jacobian quality mesh measure for volumetric elements.
Erase non tracke files

Adding some comments on SMESH_Controls. Fixing compilation warning on SMDS_VolumeTool and add missing lines in interface files.

Add implemented tests to tests.set

Correction on SMESH_msg_fr and copyright msg of python test.
2023-08-08 13:35:47 +02:00
jfa
e0552dbb7f Merge branch 'V9_11_BR' 2023-07-19 16:38:00 +01:00
YOANN AUDOUIN
ca50de3bc4 Correction for dual mesh + improve test to check more options 2023-06-27 11:29:53 +02:00
mbs
120207d740 updated copyright message 2023-06-19 22:11:37 +01:00
mbs
7e714e8fc0 updated copyright message 2023-06-16 20:28:19 +01:00
eap
c9294ee688 bos #17015 [CEA 17008] Body fitting with Viscous Layers for CFD meshing
fix for inlet/outlet

Fix for negative volumes due to merge

increase tolerance for search of equal intersection points

Remove old tol2 declaration
2023-05-10 08:32:07 +02:00
Frederic Pons
9c68cb9dab Fix Compute for Homard 2023-04-05 18:11:36 +02:00
Frederic Pons
1ade5b1884 Check result of Compute() in test and examples 2023-03-29 14:18:23 +02:00
Nabil Ghodbane
d1392dc034 Fix two failing tests on Windows:
1- ex30_tepal.py -  vetoe this test on Windows since 3D Mesher is not available GHS3DRPL -  MeshGemsh
  2- creating_parallel_mesh.py: on windows we build Python without tcl/tk thus tkinter module is missing -  do not raise exception in that case
Tested OK on Windows
2023-03-29 13:16:34 +02:00
Yoann Audouin
d328a1d7b8 Cleanup of parallel meshing + documentation 2023-03-22 17:24:14 +01:00
Yoann Audouin
d13f9a5399 Adding search in doxygen 2023-01-18 15:30:18 +01:00
Yoann Audouin
7292711034 Adding parallel meshing (NETGEN only, Linux Only)
See example test/SMESH_ParallelCompute.py for an example
2022-11-15 16:47:21 +01:00
Christophe Bourcier
9ec3f92f47 Fix libpng warning iCCP: known incorrect sRGB profile
To find which png to fix: pngcrush -n -q *.png
    To fix each png with bad iCCP: pngcrush -ow -rem allb -reduce file.png
2022-11-09 15:54:11 +01:00
Yoann Audouin
da9f965ac4 Revert "Merge branch 'yan/parallel_mesh2'"
This reverts commit 4403c126a0, reversing
changes made to 4dc895105a.
2022-11-02 10:54:05 +01:00
Yoann Audouin
c9a5231c32 Splitting gen compute seq/para + clean up + remove int argument + solve bug (commented notifyevent) 2022-10-18 15:02:19 +02:00
Yoann Audouin
b131becc08 Adding user documentation 2022-10-13 14:33:36 +02:00
vsr
9d7121c884 bos #29628 Remove MEFISTO 2D algorithm 2022-06-08 13:36:08 +03:00
vsr
4cf07a1411 bos #29171 Refactor testing procedure 2022-06-07 12:06:48 +03:00
vsr
499f29d249 Copyright update 2022 2022-05-05 16:51:14 +03:00
vsr
a3351b3fb0 bos #24180 This test is not needed anymore 2022-03-28 12:10:13 +03:00
Massimiliano Leoni
067472c5cf Implement better check for over-constrained volumes and faces
wip
2022-03-14 10:08:41 +01:00
vsr
7b665239fa Correct test runner after switch default run mode to SSL 2022-02-18 18:32:34 +03:00
Nabil Ghodbane
fb33951dba spns #19079: Top-ii-vol integration in SMESH 2022-02-15 11:51:48 +03:00
vsr
385b688f73 bos #28736 Prevent running HOMARD-related tests in case if MEDFile is built with 32-bits IDs option 2022-02-09 19:34:14 +03:00
eap
ff53fa3701 bos #26454 [EDF] (2021) SMESH: interactive mesh modification 2022-02-09 18:15:05 +03:00
eap
dce88c3f8b Remove an incorrect phrase
Inspired by https://www.salome-platform.org/forum/forum_10/412734402
2022-01-26 16:46:30 +03:00
jfa
e23a7cb819 bos #26453: SMESH: uniform refinement 2022-01-17 15:23:46 +03:00
vsr
de59ee6d8d Merge branch 'V9_8_BR' 2021-12-10 12:47:37 +03:00
eap
48c30a5c91 bos #26452 [EDF] (2021) SMESH: orientation of faces 2021-11-19 18:29:24 +03:00
vsr
73d7ef94ef bos #26615 Disable MGAdaptTests_without_session.py on Windows (Adaptation is not supported yet) 2021-11-09 12:51:11 +03:00
vsr
9900ce4eab bos #26609 Patching tests (Windows) 2021-11-09 10:25:43 +03:00
eap
063116fae2 bos #26432 [CEA 26431] import/export SAUV removal 2021-11-05 14:09:11 +03:00
Christophe Bourcier
3b4c34ed36 Fix DoubleNodes not affecting new nodes on polyhedra 2021-09-24 16:04:10 +02:00
Christophe Bourcier
06613d617e MGAdapt: allow using float field. Fixes test 13. 2021-09-22 14:56:57 +02:00
Anthony Geay
7aedadbe42 Shame on me 2021-09-20 08:25:03 +02:00
Anthony Geay
63879abd44 [tuleap26358] : non regression test 2021-09-17 14:23:45 +02:00
Viktor UZLOV
45269c3fb4 bos #24253 Redesign some dialogs to better fix screen resolution 2021-09-09 10:51:00 +03:00
vsr
1c601522ed Modify test: raise exception instead of sys.exit() 2021-08-20 20:39:55 +03:00
EMMANUEL STREBY
907bf7e857 Add test for SALOME_ACTOR_DELEGATE_TO_VTK
Fix test
2021-08-18 14:52:16 +02:00
Anthony Geay
b3a36b5d8e Switch to SSL mode for tests : naive approach 2021-08-12 11:38:10 +02:00
eap
88ff35ddd4 bos #24400 [CEA] Option in SALOME for not storing in med files the indices (number of nodes)
+ minor changes:
1) unify member field names: avoid _my*, replace by either _* or my*
2) BUG: mesh persistent ID is not unique
3) arguments alignement
4) Add SMESHDS_Hypothesis::SaveString() and LoadString()
5) In mesh construction dlg disable "Mesh Type" if it contains ANY only
6) Add SMESH::printErrorInDebugMode argument of SMESH_CATCH
7) Use static_assert to check completeness of arrays corresponding to enum
8) Add renumber arg to ExportUNV() and ExportDAT()
9) Fix some warnings
2021-07-22 14:10:49 +03:00
Anthony Geay
ef9db08c81 MEDCoupling Memory output from SMESH engine now deal with fields too. 2021-06-23 07:59:19 +02:00
vsr
60bb6273b9 Merge branch 'V9_7_BR' 2021-05-24 17:54:03 +03:00