Matthias Hochsteger
d6a3d875cc
more
2023-12-28 16:57:42 +01:00
Matthias Hochsteger
96488d0626
some work
2023-12-28 16:57:42 +01:00
Matthias Hochsteger
9995549257
start from scratch
...
First step: intersect segment (p, p+growthvector) with surface elements
Second step: intersect segment with moved surface elements
TODO: Need mutual reduction of growthvector (not just taking one
intersection point)
IDEA: Take plane with segment, intersection point and
intersectionpoint-growthvector (need interpolation and barycentric
coordinates to get point on original surface element)
Then calculate in 2d how far one could go (depending on angle of two
growthvectors)
2023-12-28 16:57:42 +01:00
Matthias Hochsteger
47ff7405a3
more
2023-12-28 16:57:42 +01:00
Matthias Hochsteger
57be10cbcf
some ting
2023-12-28 16:57:42 +01:00
Matthias Hochsteger
35f084e9aa
start rework
2023-12-28 16:57:42 +01:00
Matthias Hochsteger
7a0d7594c8
Boundarylayers - handle opposing normal vectors correctly
2023-12-28 16:57:42 +01:00
Christopher Lackner
fb211a5ee4
fix cake identification, allow until revolve axis
2023-12-28 11:11:48 +01:00
Christopher Lackner
e8bf5e6b4f
move timer and TimeFunction to netgen
2023-12-20 12:04:44 +01:00
Matthias Hochsteger
a272a8d420
Init debugparam write_mesh_on_error with env variable NG_WRITE_MESH_ON_ERROR
2023-12-18 20:22:46 +01:00
Matthias Hochsteger
b26d8d5fb0
Medit 3d fixes
2023-12-18 20:22:12 +01:00
Lackner, Christopher
239b2b5478
Merge branch 'show_adjacent_domain_names_on_dblclick' into 'master'
...
Show adjacent domain names when double clicking a mesh face in Netgen GUI
See merge request ngsolve/netgen!618
2023-12-14 15:19:28 +01:00
Matthias Hochsteger
c8f38486f1
Draw grey surfaces again if draw_surface=False
2023-12-07 11:01:55 +01:00
Lackner, Christopher
4648ac2768
Merge branch 'occ_arc_name' into 'master'
...
[occ] add name argument to arc in workplane
See merge request ngsolve/netgen!615
2023-12-07 10:23:03 +01:00
Matthias Hochsteger
82fb39cef9
Show adjacent domain names when double clicking a mesh face in Netgen GUI
2023-12-05 20:14:18 +01:00
Christopher Lackner
b4d0e5f8fc
don't invert on periodic boundary (only if normal vectors do not match)
2023-12-04 11:01:10 +01:00
Christopher Lackner
3afdd80333
export parentelements to python
2023-11-28 21:30:57 +01:00
Matthias Hochsteger
12c8cda60a
Export some STL utility functions
2023-11-22 20:36:52 +01:00
Christopher Lackner
5692604ab6
[occ] add name argument to arc in workplane
2023-11-21 11:38:01 +01:00
Matthias Hochsteger
ce8a73750e
Return None if no color is set in shape
2023-11-21 11:26:16 +01:00
Joachim Schoeberl
69025e5ef4
return some nonsense for undefined element-type
2023-11-17 12:00:48 +01:00
Christopher Lackner
1d67567c02
export geom info of 2d elements
2023-11-16 14:00:37 +01:00
Matthias Hochsteger
790f4784ed
Medit format fixes
2023-11-07 12:12:50 +01:00
Matthias Hochsteger
b8fe52edf2
Fix build error
2023-11-06 17:38:11 +01:00
Matthias Hochsteger
c4bece8dc8
Fix Medit im-/export
2023-11-06 17:33:36 +01:00
Matthias Hochsteger
fd3a5bbd34
Fix color of point curves if use_textures is on
2023-10-30 09:41:39 +01:00
Matthias Hochsteger
6e6c23b05e
Fix printed face name on double click for 2d meshes
2023-10-24 15:03:54 +02:00
Matthias Hochsteger
93a76faca6
Remove debug output
2023-10-24 15:03:34 +02:00
Matthias Hochsteger
5af59aba66
Export ReadMedit/WriteMedit
2023-10-24 10:41:27 +02:00
Matthias Hochsteger
5931376a57
Clip prisms/hexes/pyramids as a whole (like tets)
2023-10-19 21:47:00 +02:00
Christopher Lackner
8c4384a02f
fix inconsistent dll linkage (to libsrc/general/template.hpp::39)
2023-10-16 16:50:55 +02:00
Matthias Hochsteger
73c2eded15
Fix edge case in BoundaryLayer 2d growth vector limitation
2023-10-13 14:03:58 +02:00
Matthias Hochsteger
6f6b1fcb56
Medit format support
2023-10-12 19:04:40 +02:00
Matthias Hochsteger
987f0fcc07
Clean up user mesh format code
2023-10-12 19:04:40 +02:00
Matthias Hochsteger
20fd3af5b4
Fix face orientation in BuildFMap to change the original shape
2023-10-12 16:10:50 +02:00
Hochsteger, Matthias
dad62afcee
Call PropagateProperties in OCCGeometry::HealGeometry()
2023-10-11 17:13:38 +02:00
Christopher Lackner
e2aa646b0e
allow read in of "broken" step files (for manual fixing)
2023-10-09 11:50:18 +02:00
Christopher Lackner
556ec04b8e
add colors for iges input files
2023-10-09 11:30:45 +02:00
Joachim Schoeberl
4ed8f04e1c
face refinement cases
2023-09-30 07:11:07 +02:00
Joachim Schoeberl
e742dc59b3
move AutoDiff to netgen
2023-09-29 10:56:16 +02:00
Joachim Schoeberl
bbb91b704d
plotting hex7
2023-09-29 09:30:19 +02:00
Joachim Schoeberl
7d409e6ec4
visualization of clipping plane for HEX7
2023-09-27 12:20:49 +02:00
Matthias Hochsteger
04ad6239d2
Rebuild color texture when mesh changes
2023-09-26 15:30:57 +02:00
Joachim Schoeberl
8d99756045
mapping of HEX7
2023-09-26 07:24:41 +02:00
Joachim Schoeberl
b5260849bb
old style for loop :-(
2023-09-24 12:49:48 +02:00
Joachim Schoeberl
6db1c2d831
more (pyramid) cases
2023-09-24 11:26:53 +02:00
Joachim Schoeberl
d123c4a9f3
more hprefs
2023-09-23 21:23:33 +02:00
Joachim Schoeberl
b013a05dd5
fix unused warning
2023-09-22 14:25:18 +02:00
Joachim Schoeberl
103a9c8cb7
more singular-face cases implemented
2023-09-22 11:01:44 +02:00
Joachim Schoeberl
e0fa631ca9
hex7 elements
2023-09-21 00:14:37 +02:00
Joachim Schoeberl
b6071dd1e4
hp-refinement for singular tet-faces
2023-09-20 19:09:01 +02:00
Christopher Lackner
1855b2cfa7
fix min color width to 1 (prevent div by 0)
2023-09-19 15:49:27 +02:00
Hochsteger, Matthias
d726b22561
Merge branch 'opt2d_fixes' into 'master'
...
Reset MeshTopology before 2d optimize
See merge request ngsolve/netgen!607
2023-09-18 14:15:32 +02:00
Matthias Hochsteger
960fe8a342
Reset MeshTopology before 2d optimize
2023-09-18 13:58:43 +02:00
Matthias Hochsteger
9cf7db65e3
DLL_HEADER for MeshTopology
2023-09-18 13:50:33 +02:00
Matthias Hochsteger
d069f57422
Pyodide fixes
2023-09-16 19:25:43 +02:00
Christopher Lackner
15ddc4294b
marked elements now in BisectionInfo member of meshclass instead of global
2023-09-11 16:05:31 +02:00
Lackner, Christopher
3b04270006
Add array uint64 t
2023-09-08 17:20:27 +02:00
Joachim Schoeberl
7d46b22f8e
get mpi_wrapper out of hashtable.hpp
2023-09-08 16:14:10 +02:00
Matthias Hochsteger
d9d14ab4bf
fixes to build pyodite module
2023-09-08 10:18:19 +02:00
Joachim Schoeberl
a09bd78459
std::array<T, size_t S>
2023-09-07 20:22:03 +02:00
Schöberl, Joachim
03cd1817dd
Merge branch 'soldata_draw_surface_volume_regions' into 'master'
...
Add 0-based bitarrays to soldata structure limit drawing regions
See merge request ngsolve/netgen!590
2023-09-07 09:44:24 +02:00
Joachim Schoeberl
6272121f25
fix brackets
2023-09-06 08:42:18 +02:00
Joachim Schoeberl
8066fb0e9c
mpi_typetrait in replacement
2023-09-06 08:32:32 +02:00
Joachim Schoeberl
f756aadf32
replacement GetMPIType with same signature
2023-09-06 08:13:44 +02:00
Joachim Schoeberl
f4284a7e60
GetMPIType also for mpi replacement
2023-09-06 07:49:27 +02:00
Joachim Schoeberl
2285785af5
include
2023-09-06 07:29:16 +02:00
Joachim Schoeberl
63660682c2
MPI-type for std::array
2023-09-05 21:53:55 +02:00
Lackner, Christopher
24d79dbfdd
Merge branch 'cleanup_netgen' into 'master'
...
move namespaces in meshing.hpp into headers
See merge request ngsolve/netgen!602
2023-09-05 17:56:55 +02:00
Matthias Hochsteger
fe37f7d0b2
Emscripten fixes
2023-09-05 17:13:29 +02:00
Christopher Lackner
d4c8a94abb
dont include archive.hpp, use template function
2023-09-05 13:23:37 +02:00
Christopher Lackner
b4dee312a4
autodiff sqr in ngcore namespace
2023-09-05 13:23:20 +02:00
Christopher Lackner
e345b3f97f
remove warning abound unused captured this pointer in lambda
2023-09-05 12:37:03 +02:00
Christopher Lackner
cacd9948f4
general ClosedHashTable -> NgClosedHashtable to avoid conflict
2023-09-05 12:29:07 +02:00
Christopher Lackner
95ca834605
move namespaces in meshing.hpp into headers
2023-09-04 13:43:47 +02:00
Matthias Hochsteger
125c21b200
Boundarylayer limitation fixes
...
Squashed commit of the following:
commit a1007d6728
Author: vgeza <vg@cenos-platform.com>
Date: Fri Sep 1 13:01:01 2023 +0300
put back
commit 74b145cf7f
Author: vgeza <vgeza@users.noreply.github.com>
Date: Fri Sep 1 12:44:06 2023 +0300
Update smoothing
commit 18a2a95a61
Author: vgeza <vgeza@users.noreply.github.com>
Date: Fri Sep 1 12:32:35 2023 +0300
More restrictive fixes
commit cc715804ac
Author: vgeza <vgeza@users.noreply.github.com>
Date: Fri Sep 1 12:31:50 2023 +0300
fix
commit 36a7b522c3
Author: vgeza <vgeza@users.noreply.github.com>
Date: Fri Sep 1 12:31:15 2023 +0300
Update limits at the end of loop
Bounarylayer - safety parameter to limit maximum vector growth
2023-09-04 11:49:56 +02:00
Matthias Hochsteger
499c9086b0
Boundarylayer - check if all given faces are adjacent to selected domain
2023-09-04 10:42:45 +02:00
Joachim Schoeberl
74eff69410
singular edges/points to Python
2023-08-31 12:13:46 +02:00
Hochsteger, Matthias
0043eee0e0
Merge branch 'find_python' into 'master'
...
find_package(PythonInterp... deprecated, change to python with comp
See merge request ngsolve/netgen!595
2023-08-30 21:57:52 +02:00
Matthias Hochsteger
68b5490621
Change library type for pyngcore to MODULE
2023-08-30 17:31:58 +02:00
Hochsteger, Matthias
7fa30dbfac
Archive classes with non default ctor
2023-08-29 18:27:39 +02:00
Schöberl, Joachim
3ff2e46ddd
Merge branch 'vgeza_fix_blayer_limiting' into 'master'
...
Boundary layer thickness limiting fixes
See merge request ngsolve/netgen!596
2023-08-29 17:11:17 +02:00
Christopher Lackner
dd46634c83
gui draw segment and surfacelement numbers
2023-08-29 16:43:25 +02:00
vgeza
1276e64c8b
Modified smooth
2023-08-29 14:10:53 +03:00
vgeza
d9173d5223
Enlarge triangle intersection check
2023-08-29 14:10:53 +03:00
vgeza
9c28bc2351
0th limiting step
...
fix commit
2023-08-29 14:10:52 +03:00
Matthias Hochsteger
18535405d7
Fix AnyToPython for types with shared_ptr holder type
2023-08-28 15:21:02 +02:00
Hochsteger, Matthias
90729810d4
Archive with nondefault constructor
2023-08-28 10:02:22 +02:00
Matthias Hochsteger
22b45dde67
BinaryArchive platform compatibility
2023-08-23 15:15:59 +02:00
Matthias Hochsteger
aeadc7f79a
Fix TextArchive, portable BinaryArchive
2023-08-23 11:11:31 +02:00
Matthias Hochsteger
9e4659f194
emscripten - disable multithreading
2023-08-22 09:27:03 +02:00
Matthias Hochsteger
b30b33e8a8
emscripten - print errors (no exception handling)
2023-08-22 09:25:06 +02:00
Joachim Schoeberl
8ada55ff3e
fix warnings
2023-08-21 21:19:47 +02:00
Joachim Schoeberl
ea1c6ec0af
less verbosity for periodic csg
2023-08-21 20:42:39 +02:00
Christopher Lackner
a97ff0ea3d
remove spdlog and archive logging
2023-08-21 19:14:39 +02:00
Joachim Schoeberl
927a76a490
alignment shouldn't be an issue anymore
2023-08-21 14:27:21 +02:00
Joachim Schoeberl
955540b90e
NETGEN_CHECK_SAME macro
2023-08-21 06:13:13 +02:00
Joachim Schoeberl
b053ddcd68
parent faces also in 2D
2023-08-20 21:54:09 +02:00
Joachim Schoeberl
06ae01b5a7
constexpr test for integral constant
2023-08-18 09:40:39 +02:00
Matthias Hochsteger
4c21f4f904
Fix meshing of INTERNAL faces with Opencascade
2023-08-16 18:39:49 +02:00