Jules BOURDAIS
9ae5c9d8d8
try to use omniORBpy infrastructure
2024-11-19 10:00:14 +01:00
Louis Gombert
622292a27e
clean up JS emscripten bindings
2024-08-30 08:34:47 +00:00
Louis Gombert
dd63353c2b
cleanup
2024-08-28 12:10:12 +00:00
Louis Gombert
955a1a5422
cleanup
2024-08-28 12:04:38 +00:00
Louis Gombert
310f0d5f89
Reactivate Python
2024-08-27 13:55:59 +00:00
Louis Gombert
ec25237027
Fix Python compilation
2024-08-26 14:42:33 +00:00
Louis Gombert
8d229bbd1f
WASM binding v1
2024-08-22 12:21:27 +00:00
Louis Gombert
2bebe506c3
Debugging, changes to run C++ with Emscripten
2024-08-21 14:16:22 +00:00
Louis Gombert
4628396bfe
Remove memorylimit exe
2024-08-20 13:03:22 +00:00
Louis Gombert
82e0e50732
Fix boost link issues
2024-08-19 14:22:54 +00:00
Louis Gombert
71d64ca6f8
Remove usage of boost archive
2024-08-19 10:19:19 +00:00
Louis Gombert
ec1ac16769
Replace boost thread by pthreads
2024-08-19 09:38:15 +00:00
Louis Gombert
91ef78b877
Remove dependance to sysinfo
2024-08-19 07:58:58 +00:00
Louis Gombert
a3243d0e6b
Don't link to Qt5 and CGNS anymore
2024-08-14 11:30:35 +00:00
Louis Gombert
00fc408f99
Fix for OCCT 7.6 WASM
2024-08-13 11:43:53 +00:00
Louis Gombert
f3402508da
Minimal compilation fixes: Remove Python, Qt and boost async refs
2024-08-12 08:33:53 +00:00
Louis Gombert
1ead829f59
First compilation fixes
2024-08-09 11:26:53 +00:00
Louis Gombert
c8bd08f7fb
Compile libmesh5 as C++
2024-08-08 21:48:55 +00:00
Louis Gombert
7a70a55209
Update with new UG faces API for VTK master
2024-08-08 21:27:52 +00:00
Louis Gombert
08f42ae643
Fix emscripten search paths
2024-08-08 11:09:37 +00:00
cconopoima
0d03310b89
[bos #40035 ][EDF] Handle Salome Exception in interface to retun meaninfull error message when the shrink geometry does not match the topology of the original geometry.
2023-12-07 09:30:46 +00:00
BERNHARD Martin OpenCascade
9340c7602a
Merge commit 'd2cb3e2d6f20bc6b7d1cca13a6b6339a6f582cdb' into V9_12_BR
2023-12-06 16:34:31 +01:00
cesarconopoima
d2cb3e2d6f
[bos #39969 ][CEA] Mesh name change wehn submesh is edited.
2023-12-04 11:53:16 +00:00
jfa
6095578f76
Increment version: 9.12.0
2023-11-20 18:27:46 +00:00
cconopoima
1dab7a05bb
[bos #38521 ][EDF] Split Polyhedron with more than one volume.
...
Improve comment and add bother volumes to mesh body.
.
Change typo of counters to avoid compilation warnings.
2023-11-14 16:38:35 +00:00
cconopoima
b363bece45
bos #37027 [EDF] Define more general geomTol value to detect mesh edges in geom edges in 1D meshing import.
...
.
..
2023-11-13 10:31:24 +00:00
AUDOUIN Yoann
274fd4f2db
Merge commit '6600bcec782fc8b6c72871fe6e08bd19a34a4e2b'
2023-10-30 08:17:28 +01:00
cconopoima
1eed742fd3
[bos #38088 ] [CEA] Create documentation for Offset transformation in SMESH.
...
Fixing typo critireas is criterias.
2023-10-23 16:02:05 +01:00
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
cconopoima
e3d582dca7
bos #34269 [CEA] Function to check same face orientation for polyhedrals used on the computation of their volume.
2023-10-03 13:45:48 +02:00
Christophe Bourcier
e0c1dd6f36
Add test for fix bos #33557
2023-10-03 13:31:37 +02:00
cconopoima
2f549d1c9a
bos #33557 [CEA] Merge pyramid method using geometrical median for the apex.
...
Avoid include twice SMDS_VolumeTool header.
update expected values in cubeMilieu.py
2023-10-03 13:29:28 +02:00
mbs
3f904f17c9
fixed bos#37786: SMESH_MGAdaptTests_without_session random failures
2023-10-03 10:37:25 +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
cconopoima
cc2c7dfdc0
bos #36783 [EDF] Use BRepTopAdaptor_FClass2d classifier for edges with tighter tolerance.
2023-09-19 10:00:49 +01:00
YOANN AUDOUIN
ea6c739385
Forcing removal of temporary output file for MG_adapt
2023-09-11 15:36:36 +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
asozinov
dbda21f07d
Fix compilation problem on Windows
2023-08-10 11:51:52 +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
asozinov
c8dfd88621
bos #35165 [CEA] Clear the mesh when an hypothesis is added to an algorithm
...
- Call Update after add hypothesis
- Fix problem, when after change hypothesis mesh in VTKViewer not clears automatically
2023-05-31 09:30:37 +02:00
jfa
22255dd237
Increment version: 9.11.0
2023-05-25 14:55:45 +01:00
asozinov
6600bcec78
CR32840 - EDF 26406 - problem of dump
...
Fixed problem with initialize QuadrangleParameters with default parameters for Quadrangle 2D algo after load of python dump
2023-05-24 11:39:51 +01:00