Thorsten Liebig
|
6673aefd70
|
engine: try to find optimal number of engine threads
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
|
2023-01-06 20:01:07 +01:00 |
Thorsten Liebig
|
5ae28ddbfa
|
minor typo
|
2012-07-12 09:31:22 +02:00 |
Thorsten Liebig
|
aba33c58bd
|
excitation moved to its own extension
the benefit of this approach is, that the excitation
is subject to the extensions priorities
|
2011-03-16 16:26:01 +01:00 |
Thorsten Liebig
|
3742478ca9
|
sorting engine methods and some docu updates
|
2011-03-16 12:16:09 +01:00 |
Thorsten Liebig
|
b73004be48
|
new method to dump excitation signals
|
2011-03-10 10:34:40 +01:00 |
Thorsten Liebig
|
9d3761b1d0
|
Init style: applied astyle.sh
astyle --style=allman --indent=tab --indent-cases {} \;
please apply this style prior to any future commit
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
|
2010-12-06 15:31:11 +01:00 |
Thorsten Liebig
|
fb3ccd36bf
|
engine: update handling extensions & multithreading priority handling fixed
|
2010-10-02 17:54:34 +02:00 |
Thorsten Liebig
|
af922a10bc
|
new extension priority system
|
2010-09-25 19:23:53 +02:00 |
Thorsten Liebig
|
cabdf4a84a
|
clear extensions method allows saver reset of MT engine
|
2010-09-02 22:04:35 +02:00 |
Thorsten Liebig
|
e081a9cf94
|
Engine API: GetVolt/GetCurr methodes spilt up to Get/Set
|
2010-08-30 08:25:10 +02:00 |
Sebastian Held
|
5e904b112c
|
write H-field excitation into file "ht"
If we have a separate signal for H-field excitation, we need to dump it.
The question is, do we really need a separate Signal?
|
2010-07-16 10:33:54 +02:00 |
Sebastian Held
|
df17dc23c6
|
evil hack to get multithreading working again
future: restructure the multithreading engine to only work on top the sse_compressed engine
|
2010-05-20 17:39:39 +02:00 |
Thorsten Liebig
|
72330844cc
|
critical fix in engine field access methods
|
2010-05-18 14:10:11 +02:00 |
Thorsten Liebig
|
98c10c7628
|
define engine type and overload all GetVolt/GetCurr
|
2010-05-17 13:08:27 +02:00 |
Thorsten Liebig
|
4245f26e5e
|
fix of excite signal dump et
|
2010-05-11 19:11:38 +02:00 |
Thorsten Liebig
|
7f70f0fb4d
|
engine independent multi-threading
|
2010-05-11 19:11:38 +02:00 |
Thorsten Liebig
|
3e09b22b4a
|
removed unnecessary methodes in sse engine & fixed excitation
|
2010-04-30 19:09:05 +02:00 |
Thorsten Liebig
|
b296c441f9
|
extention updates & new extention: Mur's absorbing boundary condition
|
2010-04-27 23:06:42 +02:00 |
Thorsten Liebig
|
9c5c5e9057
|
new: operator & engine extensions
|
2010-04-25 21:59:05 +02:00 |
Sebastian Held
|
e9cdadb01a
|
processing functions are now independent of the underlying engine data format
|
2010-04-25 20:28:00 +02:00 |
Sebastian Held
|
d81576cedd
|
write time domain excitation function to file et1
|
2010-04-21 11:16:30 +02:00 |
Thorsten Liebig
|
5bf478abbb
|
removed false inline function attribute
|
2010-04-13 18:28:46 +02:00 |
Thorsten Liebig
|
3b29514d16
|
Access function for number of Lines
|
2010-04-11 23:42:54 +02:00 |
Thorsten Liebig
|
2c21303833
|
NEW: first implementation of Cylindrical Coord FDTD
todo:
- allow closed alpha mesh
- allow r=0 case
- adept field processing
- ...
|
2010-04-09 15:51:37 +02:00 |
Sebastian Held
|
70874e56ab
|
changed some functions to const
|
2010-03-31 16:35:43 +02:00 |
Sebastian Held
|
09364107cf
|
Merge remote branch 'origin/master' into multithreading
|
2010-03-29 10:18:33 +02:00 |
Thorsten Liebig
|
fd2623d740
|
removed engine friend classes, use only engine methods to access protected data
|
2010-03-29 10:01:38 +02:00 |
Sebastian Held
|
d01900a48f
|
make it virtual
|
2010-03-27 11:29:58 +01:00 |
Sebastian Held
|
a7ccec254d
|
static createEngine() added to work around virtual constructor problems
|
2010-03-26 17:24:43 +01:00 |
Thorsten Liebig
|
8dc89ecac2
|
end Criteria with energy estimate; more engine stats while running
|
2010-03-15 16:59:37 +01:00 |
Thorsten Liebig
|
73e2b153b6
|
GPL licensing
|
2010-03-11 16:47:40 +01:00 |
Thorsten Liebig
|
0e1eba5028
|
Processing updates: CalcLineIntegral
|
2010-03-11 10:48:00 +01:00 |
Thorsten Liebig
|
0a39d32a07
|
A couple of new features
- ProcessCurrent
- Weighted Excitation and Material
- Testing
|
2010-03-04 11:53:58 +01:00 |
Thorsten Liebig
|
ca44334da5
|
Field dumps (E-field) TD, hard E-source
|
2010-03-02 14:54:50 +01:00 |
Thorsten Liebig
|
eea86d4184
|
Engine fix!, processing class, lots of fixes
|
2010-03-01 19:35:28 +01:00 |
Thorsten Liebig
|
baa1b5cfd8
|
Operator as 3D array, Engine and Excitation
|
2010-03-01 14:56:27 +01:00 |
Thorsten Liebig
|
50e8ddaf0f
|
Split of CartOperator into base-class and added Engine-class
|
2010-03-01 09:19:39 +01:00 |