You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,6 +63,18 @@ The following table shows which components have updates in each category.
62
63
>
63
64
>
64
65
66
+
## cgns
67
+
### <aid="Features_cgns"></a> Features
68
+
69
+
- Expose is_mesh_available operator:
70
+
>
71
+
>
72
+
> Expose `is_mesh_available` for cgns and h5dpf files.
73
+
>
74
+
>
75
+
>
76
+
>
77
+
65
78
## changelog
66
79
### <aid="Features_changelog"></a> Features
67
80
@@ -160,6 +173,17 @@ The following table shows which components have updates in each category.
160
173
>
161
174
162
175
## dpf
176
+
### <aid="Features_dpf"></a> Features
177
+
178
+
- Improvement of indexById performance.':
179
+
>
180
+
181
+
- Improvement of indexById performance.:
182
+
> feat(dpf): Improvement of indexById performance.
183
+
>
184
+
>
185
+
>
186
+
>
163
187
164
188
### <aid="Fixes_dpf"></a> Fixes
165
189
@@ -287,17 +311,7 @@ The following table shows which components have updates in each category.
287
311
>
288
312
>
289
313
## h5dpf
290
-
291
-
### <aid="Fixes_h5dpf"></a> Fixes
292
-
293
-
- Fix thickness extraction from SMISC/NMISC from h5dpf file:
294
-
> Fix thickness extraction from SMISC/NMISC from h5dpf file
295
-
>
296
-
>
297
-
>
298
-
>
299
-
## h5dpf,cgns
300
-
### <aid="Features_h5dpf,cgns"></a> Features
314
+
### <aid="Features_h5dpf"></a> Features
301
315
302
316
- Expose is_mesh_available operator:
303
317
>
@@ -308,6 +322,14 @@ The following table shows which components have updates in each category.
308
322
>
309
323
>
310
324
325
+
### <aid="Fixes_h5dpf"></a> Fixes
326
+
327
+
- Fix thickness extraction from SMISC/NMISC from h5dpf file:
328
+
> Fix thickness extraction from SMISC/NMISC from h5dpf file
329
+
>
330
+
>
331
+
>
332
+
>
311
333
## hdf5
312
334
### <aid="Features_hdf5"></a> Features
313
335
@@ -395,6 +417,31 @@ The following table shows which components have updates in each category.
395
417
## mapdl
396
418
### <aid="Features_mapdl"></a> Features
397
419
420
+
- Refactor ElementType handling to increase performance:
421
+
>
422
+
>
423
+
> Refactor the way ElementTypes are handled inside DPF mapdl Operators.
424
+
>
425
+
>
426
+
>
427
+
>
428
+
429
+
- Nodal results on changing meshes:
430
+
> Allow to read nodal results on changing meshes (adaptive model with NLAD or SMART Crack growth)
431
+
>
432
+
>
433
+
>
434
+
>
435
+
436
+
- Add ability to record all the skipped mesh elements:
437
+
>
438
+
>
439
+
> The mesh provider of MAPDL result file now has the ability to record any skipped element, and debug log will log skipped elements during result reading
440
+
>
441
+
>
442
+
>
443
+
>
444
+
398
445
- Add eExtendMidNodesPin in Source Operator for ElementalNodal Operators:
399
446
> Add a pin `eExtendMidNodesPin` in source operators to allow to remove mid-nodes when averaging from `ElementalNodal` to `Nodal`
400
447
>
@@ -459,6 +506,13 @@ The following table shows which components have updates in each category.
459
506
460
507
### <aid="Fixes_mapdl"></a> Fixes
461
508
509
+
- Fix expansion of element nodal forces (ENF):
510
+
> Fix the expansion of inertial element nodal forces
511
+
>
512
+
>
513
+
>
514
+
>
515
+
462
516
- Avoid reading MCF at each chunk computation:
463
517
> Bug fix to enhance performance on MCF requests.
464
518
>
@@ -555,9 +609,26 @@ The following table shows which components have updates in each category.
555
609
>
556
610
>
557
611
>
612
+
## mapdlpluggin
613
+
614
+
### <aid="Fixes_mapdlpluggin"></a> Fixes
615
+
616
+
- Pluggin stream name db_live need to be in GetFirstStream:
617
+
> add db_live to GetFirstStream for generic operators
618
+
>
619
+
>
620
+
>
621
+
>
558
622
## math
559
623
### <aid="Features_math"></a> Features
560
624
625
+
- Create new operator to do QR solve with fields containers:
626
+
> Create a new operator to perform QR solve with fields containers
627
+
>
628
+
>
629
+
>
630
+
>
631
+
561
632
- Add input_dof_index support in make_tf_input+modal_solve workflow:
562
633
>
563
634
>
@@ -603,6 +674,11 @@ The following table shows which components have updates in each category.
603
674
604
675
### <aid="Fixes_mechanical"></a> Fixes
605
676
677
+
- Fix error with multiRPM cases and cutoff frequency:
678
+
> Fix error with multiRPM cases and cutoff frequency.
679
+
>
680
+
>
681
+
606
682
- Fix issue with unordered source times in mechanical::time_freq:interpolation:
607
683
>
608
684
>
@@ -920,6 +996,13 @@ The following table shows which components have updates in each category.
920
996
921
997
### <aid="Fixes_native"></a> Fixes
922
998
999
+
- Fix shell layers support for scale_by_field operator:
1000
+
> Scale_by_field operator supports now fields with shell layers.
1001
+
>
1002
+
>
1003
+
>
1004
+
>
1005
+
923
1006
- Scaling factors for absolute normalization in ErrorAndNorm have a wrong size:
924
1007
> Absolute normalization in ErrorAndNorm ("error_and_norm") operator was exporting scaling factors with a size of the original data instead of having only one unit value per field.
925
1008
>
@@ -1321,6 +1404,16 @@ The following table shows which components have updates in each category.
1321
1404
> 0.0.1: Fix handling of empty fields in mode shapes.
0 commit comments