gmsh_scripts icon indicating copy to clipboard operation
gmsh_scripts copied to clipboard

Mixed (structured/unstructured) 3D mesh generator based on curved cuboid elements (primitives)

Results 7 gmsh_scripts issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

It's expected different zones names for ends and lateral surfaces. Now gmsh_scripts creates one based on volume name. ![well](https://user-images.githubusercontent.com/29516906/172203230-adf3269d-a307-4d76-a84a-2a37080de785.png)

enhancement

``` 2022-06-01T19:17:03.596+0300|VISION|192.168.0.14|Роман|3392|DEBUG|support.py|534|Info: Found two nearly self-intersecting facets (dihedral angle 1.06416E-07). 2022-06-01T19:17:03.597+0300|VISION|192.168.0.14|Роман|3392|DEBUG|support.py|534|Info: 1st: [130, 3541, 37417] #286 2022-06-01T19:17:03.597+0300|VISION|192.168.0.14|Роман|3392|DEBUG|support.py|534|Info: 2nd: [130, 3541, 131] #293 2022-06-01T19:17:03.597+0300|VISION|192.168.0.14|Роман|3392|DEBUG|support.py|534|Info: The dihedral angle between them is 6.09716e-06...

bug

Параметры MeshSizeExtendFromBoundary, Mesh.MeshSizeFromCurvature, Mesh.MinimumLineNodes сейчас применяются сразу ко всем целевым сущностям (граничным поверхностям, кривым или прямым линиям сетки), и это неудобно на практике: [рис. 1 Mesh.MeshSizeFromCurvature](https://user-images.githubusercontent.com/104672536/166098316-cee5139c-8bcf-49be-b9b9-2538167fe014.png) [рис. 2 Mesh.MinimumLineNodes](https://user-images.githubusercontent.com/104672536/166098401-1d51721a-116b-4cc1-8b88-77d9f87b61e8.png) Предлагаю...

enhancement