Thorsten Liebig
9364ecd292
first working MPI implementation
...
todo:
- only/mainly rank 0 takes care of output
- rank 0 manages end-criteria, energy calculation
- field dumps split between ranks --> prevent file corruption
- a lot more...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2011-03-10 10:39:07 +01:00
Thorsten Liebig
895e6c635d
initial MPI support
2011-03-10 10:39:07 +01:00
Thorsten Liebig
95c5f59d31
matlab: fix undesired output in hdf5 field data read
2011-03-10 10:34:44 +01:00
Thorsten Liebig
b73004be48
new method to dump excitation signals
2011-03-10 10:34:40 +01:00
Thorsten Liebig
0c371fb43a
exclude last line from total energy estimation
2011-03-10 10:34:15 +01:00
Thorsten Liebig
f059ff5a58
processings: fixed missing star/stop initializing
2011-03-10 10:33:58 +01:00
Thorsten Liebig
277b746462
init processings at a later time
2011-02-16 10:41:52 +01:00
Thorsten Liebig
9619df7ec0
processing: no init for disabled processings
2011-02-16 10:41:40 +01:00
Thorsten Liebig
0bdd05fb3a
field-processings: fixed initializing disabled processes
2011-02-16 10:41:27 +01:00
Thorsten Liebig
5b2e9b1ac9
fix in Processing: disable processings outside the field domain
2011-02-16 10:41:17 +01:00
Thorsten Liebig
7df39bafcb
fix: missing operator construction
2011-02-08 11:42:59 +01:00
Thorsten Liebig
9a77f18637
matlab API change: ports now need a priority!
2011-02-08 10:35:23 +01:00
Thorsten Liebig
02f929aa53
fix: allow missing exciation...
2011-02-08 10:35:23 +01:00
Thorsten Liebig
0e6cb6a5b6
win32: hdf5 lib path changed
2011-02-04 10:36:15 +01:00
Thorsten Liebig
4dab50a3f1
matlab: enable non comlex FD dump to read
...
todo: the matlab function should use the number of frequencies in the hdf5 file in the future
2011-02-04 10:27:42 +01:00
Thorsten Liebig
6024eb1e91
processfields_fd: write number of frequencies into a hdf5 attribute
2011-02-04 10:27:42 +01:00
Sebastian Held
aacd0964fb
updated calcPort.m to return time- and frequency domain currents and voltages
2011-02-04 09:38:15 +01:00
Thorsten Liebig
ef5a4ee59f
processing: next critical bug fix in running dft calculations
2011-01-31 15:00:55 +01:00
Thorsten Liebig
08dccee749
new frequency domain dump type: local SAR
2011-01-31 12:25:55 +01:00
Thorsten Liebig
2e2f75807e
Operator-Base: access stored discrete material
2011-01-31 12:22:21 +01:00
Thorsten Liebig
24bac9499f
allocate dynamic CSX and allow access from basic operator
2011-01-31 12:00:00 +01:00
Thorsten Liebig
10ac457899
processing: critical bug fix in running dft calculations
2011-01-31 11:10:18 +01:00
Thorsten Liebig
15826e910e
matlab: critical bug fix in dft/fft calculations
2011-01-31 10:57:20 +01:00
Thorsten Liebig
529cbc1305
matlab Dump2VTK: coordinate transform for 3D fields only
2011-01-26 08:23:49 +01:00
Thorsten Liebig
10537d75ab
fill missing material storage in cylindrical multigrids
2011-01-25 10:27:51 +01:00
Thorsten Liebig
67d1307fdf
fixed the operator resetting & cleanup + a lot of memory leaks fixed
2011-01-24 11:11:45 +01:00
Thorsten Liebig
57c4c56849
matlab fix: missing time information in ReadHDF5FieldData
2011-01-24 09:26:14 +01:00
Thorsten Liebig
0806edb7d6
ProcessFields: new fix for dynamic memory hdf5 dumps
2011-01-24 09:25:33 +01:00
Thorsten Liebig
4f97ec4bc8
Revert "ProcessFields fix: hdf5 dumps need dynamic memory allocation"
...
This reverts commit ae3e15770e
.
2011-01-24 08:03:45 +01:00
Thorsten Liebig
d93c3f70fe
Processing: more debug information in snapping warnings
2011-01-20 14:39:01 +01:00
Thorsten Liebig
faf377081d
matlab: fix in ReadHDF5FieldData handling FD dumps
2011-01-20 14:38:11 +01:00
Thorsten Liebig
ae3e15770e
ProcessFields fix: hdf5 dumps need dynamic memory allocation
2011-01-20 14:37:35 +01:00
Thorsten Liebig
3f8f0156d9
TESTSUITE/probes/fieldprobes: update & now using testing relative error
2011-01-18 10:46:36 +01:00
Thorsten Liebig
8986ef1f31
ProcessEField and ProcessHField replaced by new ProcessFieldProbe
2011-01-18 10:45:03 +01:00
Thorsten Liebig
dff20e51cd
processing: new type name and header dump in integral processing
...
- new type name for each processing class (used in some file descriptions)
- new integral name in ProcessIntegral for every result row --> used in file header
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2011-01-18 10:34:13 +01:00
Thorsten Liebig
c0c66518c1
new dump type: total current density (rotH) field dump
2011-01-10 11:15:22 +01:00
Thorsten Liebig
c5a689b67c
fixed GetRawField handling
2011-01-10 11:14:23 +01:00
Thorsten Liebig
51fb31dec1
new SetupProcessing & operator now only stores material data if needed
...
use the -v command line flag to check whether or not material data is stored
2011-01-10 08:27:50 +01:00
Thorsten Liebig
24a2e3007a
FDTD Engine Interface: update to GetRawField
2011-01-07 16:29:08 +01:00
Thorsten Liebig
2c3ebe5a7d
new dump type: electric current density (J = kappa * E)
2011-01-07 16:12:07 +01:00
Thorsten Liebig
ea496b6129
operator: new material data storage for post-processing purposes
2011-01-07 10:55:31 +01:00
Sebastian Held
c4c5a2c080
simplified the dot diagrams in doxygen output
2011-01-07 09:59:10 +01:00
Thorsten Liebig
79f61eb30b
win32: fix in header include
2011-01-06 10:08:58 +01:00
Thorsten Liebig
b3653f0c0a
Processing/ ProcessIntegral: fixed FD & multiple results handling
2011-01-05 16:26:24 +01:00
Thorsten Liebig
2fbb8ffdf5
mesh fix in not interpolated H-field dumps
2011-01-05 16:26:24 +01:00
Thorsten Liebig
33a258da42
use dot for doxygen doc
2011-01-05 16:26:24 +01:00
Thorsten Liebig
c264cc8dc0
fix in GetField_Interpolation & docu
2011-01-05 16:26:23 +01:00
Sebastian Held
ba2b962c4b
new example: directional coupler in stacked microstrip technology
2011-01-03 15:34:32 +01:00
Sebastian Held
58298e42d3
minor fix AddMSLPort.m
2011-01-03 11:03:20 +01:00
Sebastian Held
af4318ef7e
typo
2011-01-03 11:02:37 +01:00