wmayer
|
c1bfec1d1a
|
Fem: [skip ci] include Python.h before vtk headers to fix a warning with clang/MSYS2
|
2022-11-08 10:45:23 +01:00 |
|
Uwe
|
4fd3612c1c
|
[FEM] FemPost*: remove unused includes
- also sort includes
|
2022-10-03 03:15:04 +02:00 |
|
berniev
|
f4ffd15864
|
Mod: redundant void 2
|
2022-08-08 10:27:50 +02:00 |
|
Uwe
|
42e4f53366
|
[FEM] Elmer: fix pipeline update issue
- the existing result pipeline can have several children. They must all be updated.
|
2022-08-07 06:22:42 +02:00 |
|
wmayer
|
e6a462689d
|
Fem: add a scale() function to FemPostPipeline
|
2022-04-15 12:08:47 +02:00 |
|
wmayer
|
aab8a91e08
|
Fem: [skip ci] fix compiler warnings
* add Python.h to PreCompiled.h to fix warning for MSVC: warning C4005: 'COMPILER': macro redefinition
* add Python.h to FemPostPipelinePyImp.cpp to fix warning for clang: pyconfig.h:1672:9: warning: '_LARGEFILE_SOURCE' macro redefined [-Wmacro-redefined]
|
2022-03-27 11:21:19 +02:00 |
|
wmayer
|
bde17e1b9f
|
Fem: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
583574dfcc
|
Add Python wrapper for pipeline object
|
2017-05-18 18:40:25 +02:00 |
|