Cesar CONOPOIMA
b9d215ee2d
[bos #40649 ][CEA] Export Structured mesh in CGNS format for 2DQuadrangle and 3DHexahedron(i,j,k).
2024-05-27 12:24:14 +01:00
Konstantin Leontev
e85c9d5b6b
[bos #40653 ][CEA] New mesh import export formats with meshio.
...
Added using MESHIO_VERSION env variable to detect meshio version.
Exodus format removed from a file filter on Windows.
2024-05-22 11:58:12 +01:00
Konstantin Leontev
6cad3d5607
[bos #40653 ][CEA] New mesh import export formats with meshio.
2024-05-02 11:35:14 +01:00
yoann.audouin
6fe43e9346
Update of CheckDone
...
Removed the isDone argument using cxx isComputedOK instead (now in the
idl)
Corrected a bug when doing multiple compute checkCompute was not
properly removed.
2024-03-21 15:25:31 +01:00
YOANN AUDOUIN
127761db37
Compute also dump a check on isDone through function CheckCompute
2024-03-15 14:40:50 +01:00
asozinov
66c7e4a32d
[bos #32739 ][CEA] 3D warp
...
added new eControl
added new case for 3DWarp
Added new class for 3D Warp
Added 3D warp for use as filter
Threshold of criteria
Fix problem when the Threshold checkbox on Scalar Bar Properties does not remove elements outside of the range
2024-03-01 20:10:57 +00:00
mbs
3b570ddfbe
Updated copyright comment
2024-01-20 14:16:41 +00:00
yoann.audouin
aa034dad38
Modifications to properly handle parallel compute for 2D
2024-01-18 10:27:15 +00: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
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
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
Nabil Ghodbane
2271025156
fix remaining compilation issues on Windows - to be reviewed
2023-03-28 16:28:16 +02:00
Yoann Audouin
b5ad174931
Missing files
2023-03-23 11:17:44 +01:00
Yoann Audouin
d328a1d7b8
Cleanup of parallel meshing + documentation
2023-03-22 17:24:14 +01:00
Christophe Bourcier
aedb674c28
Improve projection of dual mesh nodes:
...
- first project nodes on edges, then project on faces
- keep the relation from the sub-shapes to the mesh by groups
Also:
- Code cleaning in dual mesh
- Remove tmp folder of dual mesh
- Fix for Windows (thanks to Nabil)
2022-11-21 14:47:06 +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
Konstantin LEONTEV
fa95110a3b
[bos #32517 ][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environment variable
2022-11-15 09:04:21 +03: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
b60e215be8
Revert "Corrections for compilation on other OS"
...
This reverts commit df57f987dd
.
2022-11-02 10:51:17 +01:00
Yoann Audouin
df57f987dd
Corrections for compilation on other OS
2022-10-26 10:33:28 +02:00
Yoann Audouin
effd6e2229
Adding code for Python parallel mesh with test + removing nbMesherThreads
2022-10-18 15:02:19 +02:00
Yoann Audouin
a91b37ceb3
Clean up of cout replaced by MESSAGE + minor corrections
2022-10-18 15:02:19 +02:00
Yoann Audouin
33f226d321
Adding support of number of thread for the mesher
2022-10-18 15:01:44 +02:00
Yoann Audouin
5d3c1425f8
Adding SetNbThreads in Python to set if compute will be done in parallel
2022-10-18 15:01:44 +02:00
Anthony Geay
4dc895105a
Fix compilation on windows
2022-10-17 12:44:49 +02:00
Yoann Audouin
c3ca179bcb
Handling error in PyRun + better import of MED file
2022-10-13 14:33:43 +02:00
Yoann Audouin
b131becc08
Adding user documentation
2022-10-13 14:33:36 +02:00
Yoann Audouin
7d1a127bbb
Corrections to handle adapation to shape
2022-10-13 14:33:36 +02:00
Yoann Audouin
08485b06fa
Working version of dual_meshing (using medcoupling) functionality
2022-10-13 14:33:33 +02:00
Yoann Audouin
246a01ab71
First working version
...
Missing update of object browser + parameters + generic adaptation to shape
2022-10-13 14:04:13 +02:00
eap
f4764708fe
Fix invalid Python dump of ExportUNV()
2022-08-04 13:38:27 +03:00
eap
678de41423
bos #30314 EDF 25565 - Strange behavior on a specific case
...
Avoid SIGSEGV when returning NULL instead of an empty list
2022-06-17 19:02:28 +03:00
eap
b7fecac60b
Fix regression of viscous_layers_2D_00/A2
2022-05-20 17:59:59 +03:00
eap
f1a810b957
bos #29941 [CEA 29940] concatenate doesn't create node groups if mesh is empty
2022-05-12 13:21:20 +03:00
eap
a81fac1d80
#29939 [CEA 29936] mesh is not updated if it's based on ShaperResults group
2022-05-11 17:11:36 +03:00
vsr
499f29d249
Copyright update 2022
2022-05-05 16:51:14 +03:00
rnv
feaddec0f3
#29456 [EDF] (2022-T1) Finalization of SSL implementation
2022-04-14 19:01:10 +03:00
eap
ff53fa3701
bos #26454 [EDF] (2021) SMESH: interactive mesh modification
2022-02-09 18:15:05 +03:00
eap
9db5f5f59c
Fix messages and indentation
2022-01-26 13:38:57 +03:00
Anthony Geay
5eada3cfb1
[tuleap,26948,26947,28734] : global fix
2022-01-24 17:35:19 +01:00
Anthony Geay
a9cddd8ce9
[tuleap26948] : fix of Dump study does not work after study reopening
2022-01-24 11:50:00 +01:00
rnv
64f450dfd1
Disable homard tool on Windows.
2022-01-21 11:53:29 +03:00
jfa
e23a7cb819
bos #26453 : SMESH: uniform refinement
2022-01-17 15:23:46 +03:00
eap
f4ffdc72f1
Prevent failure of opening Mesh dialog if unable to load some mesher plugin
2022-01-13 17:10:02 +03:00
eap
e8af688e3b
bos #26523 EDF 24234 - Viscous Layer
...
fix computing a sole sub-mesh
2021-11-27 14:33:18 +03:00
eap
48c30a5c91
bos #26452 [EDF] (2021) SMESH: orientation of faces
2021-11-19 18:29:24 +03:00