Commit Graph

4530 Commits

Author SHA1 Message Date
Matthias Hochsteger
ee3722e345 Don't require MPI to be found by cmake 2024-05-07 22:55:59 +02:00
Matthias Hochsteger
61f568d8e9 First try to build pip package with mpi wrapper 2024-05-07 22:48:18 +02:00
Matthias Hochsteger
b7a3eb5a2b Build pip only for 3.12 for testing purposes 2024-05-07 22:20:49 +02:00
Matthias Hochsteger
b2ef22539c Remove obsolete comment 2024-05-07 22:16:23 +02:00
Matthias Hochsteger
f06d86f36d Skip including OpenMPI CXX headers 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
341f3df95d Microsoft MPI linking fixes 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
4fafa582dc Remove direct mpi linkage, fix library names 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
282298e78f Fix MPI_Type_size wrapper 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
a31f6e8f0a Wrap MPI_Type_size 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
de8b122f63 Support Intel MPI 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
de731d4df7 Use signed int type for Aint 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
e1be58011f Fix library name suffix, initialize MPI runtime wrapper as soon as an mpi4py comm gets converted into an NG_MPI_Comm 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
9b5fc16397 Some windows fixes, update Metis version 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
9559bf8446 Prepare for Windows MPI (remove unused unix header include) 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
692e4afe3e Fix MPICH on Linux by handling array arguments correctly 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
ae719d58c4 Windows build fixes 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
2e539e50de Some more build fixes 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
11979f1b13 Fix Windows build error 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
96bf1453d3 Enable dummy mpi functions in mpi_wrapper.hpp again, skip new runtime-wrapper code if USE_MPI=OFF 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
f02bd53573 Fix mpi4py converters, some cleanup 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
63d3df9cd9 Remove hard-coded paths 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
17a945f0b4 Set include dir for default (openmpi) mpi wrapper 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
123e6d1739 Remove another mpi.h include, use mpi wrapper functions 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
d435c13f8b Wrap MPI_Query_thread 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
b7435489b6 Remove mpi.h include 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
9b8ec31844 Fix missing symbol 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
ffed800586 Remove unneded mpi.h include 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
1298a52fc0 MPI Wrapper fixes 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
11f53f2704 Some cleanup and checks 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
08d17a43e3 Fix compilation/conversion issues 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
f7467c4b34 MPI wrapper to decide at run-time about MPI version 2024-05-07 22:13:33 +02:00
Schöberl, Joachim
08eec4460c Merge branch 'uzerbinati/curved' into 'master'
Added ``curved'' field for Datalayout of Element and Elements2D

See merge request ngsolve/netgen!649
2024-05-06 18:31:46 +02:00
Joachim Schoeberl
19fcfc7f44 SetLevel returns old level 2024-05-05 21:41:05 +02:00
Joachim Schoeberl
bb2989e1c5 add 'items' to Flags, for same behavior as dict 2024-05-05 21:40:47 +02:00
Umberto Zerbinati
cdb5b74f53 Added ``curved'' field for Datalayout of Element and Elements2D
Signed-off-by: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
2024-05-02 12:28:06 +01:00
Joachim Schoeberl
331e47830e fix warning by throwing 2024-04-27 15:13:17 +02:00
Hochsteger, Matthias
2982427d34 Merge branch 'occ_propagete_maxh_later' into 'master'
Propagate maxh to children only in occgeom constructor

See merge request ngsolve/netgen!648
2024-04-26 17:10:30 +02:00
Christopher Lackner
f808a2bb64 Propagate maxh to children only in occgeom constructor
Allows resetting maxh to larger values again:

```
from netgen.occ import *
from ngsolve import *

b1 = Box((-1,-1,-1), (1,1,1))

b1.faces.Max(X).maxh = 0.1
b1.faces.Max(X).maxh = 0.2

geo = OCCGeometry(b1)
mesh = Mesh(geo.GenerateMesh(maxh=0.5))
Draw(mesh)
```

Needed for example in meshing app. Before it was not possible to set
maxh to larger value again.
2024-04-26 09:55:53 +02:00
Joachim Schoeberl
eef79e64f2 added DLL_HEADER 2024-04-19 09:46:02 +02:00
Joachim Schoeberl
65006d3436 hp/macro-refinement hierarchy routed through Python 2024-04-18 11:58:50 +02:00
Joachim Schoeberl
8045611375 added missing dll-header 2024-04-13 08:32:16 +02:00
Joachim Schoeberl
ce8eca4099 include cassertk 2024-04-12 09:55:38 +02:00
Joachim Schoeberl
a393a315d0 makePyTuple from BaseArrayObject 2024-04-04 15:20:17 +02:00
Hochsteger, Matthias
6e2eae70ad Merge branch 'fix_blayer_meshopt' into 'master'
Fix blayer meshoptimization

See merge request ngsolve/netgen!647
2024-04-02 23:25:10 +02:00
Schöberl, Joachim
284024dca5 Merge branch 'reset_occ_shape_properties' into 'master'
function to reset occ global shape properties

See merge request ngsolve/netgen!646
2024-04-02 23:06:42 +02:00
Christopher Lackner
9b9ad1fd82 function to reset occ global shape properties 2024-04-02 22:46:55 +02:00
Matthias Hochsteger
78a3d24fde Do bad element Optimization only when requested 2024-04-02 21:59:27 +02:00
Matthias Hochsteger
ff505f1e41 Add range check in table 2024-04-02 21:58:58 +02:00
Matthias Hochsteger
db500f3cae Make /bigobj a public build flag again 2024-03-28 09:51:36 +01:00
Schöberl, Joachim
ea380ecb47 Merge branch 'explicit_edge_partition' into 'master'
[occ] allow giving explicit edge partition

See merge request ngsolve/netgen!645
2024-03-27 21:08:24 +01:00