Thorsten Liebig
a82e392338
new debug level 3, update to debug level
2011-11-16 11:24:25 +01:00
Thorsten Liebig
3acea1b203
console output: show snapped mesh type & number of lines/cells
2011-11-14 14:12:36 +01:00
Thorsten Liebig
830f7494c8
console output cleanup: use verbose level ('-v') for old verbose style
2011-11-08 11:49:14 +01:00
Thorsten Liebig
b34848f323
new engine interface using sse & speed enhancement in energy estimate
...
Note: cylindrical engine interface now based on sse engine interface
--> similar to sse engine & cylindrical engine
2011-11-07 12:07:55 +01:00
Thorsten Liebig
0f27f2c886
removed unused variable
2011-11-07 12:04:34 +01:00
Thorsten Liebig
422f17b414
allow multiple boxes in Probe and Dump Properties
...
if more than one box is defined for a probe or dump property,
the name of the probe/dump processing is appended by a "_n"
2011-08-31 11:05:04 +02:00
Thorsten Liebig
3dcc218b09
show snapped coordinates for dump boxes (if enabled)
2011-07-22 09:55:05 +02:00
Thorsten Liebig
afd4a5d07b
fixes in current integration box
...
the given coordinates are now always inside the integration box
2011-07-13 09:36:23 +02:00
Thorsten Liebig
1a06418914
new engine interface for cylindrical fdtd, handling the closed cylinder
2011-04-13 12:16:54 +02:00
Thorsten Liebig
143b561362
lib info updates & vtk>5.2 needs vtkFiltering lib
2011-04-08 12:27:42 +02:00
Thorsten Liebig
62acf5f1b3
ProcessFields now using new VTK_File_IO class for vtk dumps
...
Todo:
- HDF5_File_IO
- replace all old vtk dump method usage and remove them
2011-04-01 15:29:56 +02:00
Thorsten Liebig
f732038475
regression fix for --debug-CSX option
2011-03-28 14:27:28 +02:00
Thorsten Liebig
241ec2bb40
check if operator setup was successful
2011-03-21 15:10:09 +01:00
Thorsten Liebig
490288240a
Use new CSXCAD method to show property status
2011-03-17 10:29:54 +01:00
Thorsten Liebig
92d60b3204
fix in cylindrical multigrids: check for valid number of subgrids
2011-03-14 10:37:12 +01:00
Thorsten Liebig
e2628740fc
new openEMS_FDTD_MPI for better MPI handling
2011-03-10 10:39:07 +01:00
Thorsten Liebig
895e6c635d
initial MPI support
2011-03-10 10:39:07 +01:00
Thorsten Liebig
b73004be48
new method to dump excitation signals
2011-03-10 10:34:40 +01:00
Thorsten Liebig
277b746462
init processings at a later time
2011-02-16 10:41:52 +01:00
Thorsten Liebig
08dccee749
new frequency domain dump type: local SAR
2011-01-31 12:25:55 +01:00
Thorsten Liebig
24bac9499f
allocate dynamic CSX and allow access from basic operator
2011-01-31 12:00:00 +01:00
Thorsten Liebig
d93c3f70fe
Processing: more debug information in snapping warnings
2011-01-20 14:39:01 +01:00
Thorsten Liebig
8986ef1f31
ProcessEField and ProcessHField replaced by new ProcessFieldProbe
2011-01-18 10:45:03 +01:00
Thorsten Liebig
c0c66518c1
new dump type: total current density (rotH) field dump
2011-01-10 11:15:22 +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
2c3ebe5a7d
new dump type: electric current density (J = kappa * E)
2011-01-07 16:12:07 +01:00
Thorsten Liebig
2fbb8ffdf5
mesh fix in not interpolated H-field dumps
2011-01-05 16:26:24 +01:00
Thorsten Liebig
14aa47b3c5
use new CSXCAD optimal resolution dump options
2010-12-28 11:15:08 +01:00
Thorsten Liebig
533a0163d6
use CSXCAD sub-sampling flag
2010-12-27 21:37:38 +01:00
Thorsten Liebig
ff9d362d74
ProcessFields: prepare fields dumps at arbitrary positions
2010-12-27 21:23:51 +01:00
Thorsten Liebig
0973f80680
new ProcessFieldsFD class + fixes
...
changes:
- new field processing class producing frequency domain field-dumps
- Processing needs dualMesh and dualTime information
- fix in TD field dumps using always dual-Time
Signed-off-by: Thorsten Liebig <thorsten.liebig@gmx.de>
2010-12-19 20:41:08 +01:00
Thorsten Liebig
ef65970246
added virtual Pre- and PostProcessing methods to Processing-classes
2010-12-17 15:13:43 +01:00
Thorsten Liebig
043ec7c1a1
processing constructor with Engine_Interface_Base only
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2010-12-07 16:47:23 +01:00
Thorsten Liebig
3dc8c2df1c
Multithreading engine is now default
...
use --engine=basic to use the basic FDTD engine
2010-12-06 15:31:17 +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
70ae86d63f
moved all FDTD extensions to folder FDTD/extensions
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2010-12-06 15:30:47 +01:00
Thorsten Liebig
2f531b99c6
moved all processing classes to Common/
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2010-12-06 10:44:25 +01:00
Thorsten Liebig
32cbdc5d0b
removed FDTD engine from (nearly) all processing classes
...
todo:
- remove FTDT operator from all processingX and replace by abstract-base-operator?
- remove FDTD engine from ProcessCurrent
- remove or cleanup ProcessEField + ProcessHField
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2010-12-06 10:00:08 +01:00
Thorsten Liebig
ab1119f468
new: Engine_Interface
...
This is a new common class designed as an interface between an engine
and the processing routines which should become a part of common as well.
todo:
- migrate all processings to use this interface only
- lots of testing...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2010-12-06 10:00:08 +01:00
Thorsten Liebig
352e2d12bd
CSX: read coord-type from xml only
...
CSX coord-type has to be defined now in the xml-file, if not openEMS will override
2010-11-02 16:32:00 +01:00
Thorsten Liebig
aab744fefa
adept to CSXCAD changes & set coord input type early to prevent double update
2010-11-01 14:58:27 +01:00
Sebastian Held
d31b3ffbb2
updated debug dumps
...
The debug dump routines do not work correctly in cylinder coords (--nativeFieldDumps may help)!
2010-10-27 11:17:58 +02:00
Sebastian Held
da3e55a65c
reordered --no-simulation abort point
2010-10-19 09:05:51 +02:00
Thorsten Liebig
896c7f21f3
openEMS: abort conditions added
2010-10-18 13:26:25 +02:00
Thorsten Liebig
27d88334b5
mur-ABC: read phase-velocity for each BC separately
2010-10-14 12:19:31 +02:00
Thorsten Liebig
a040a83c00
show name of simulated xml file on startup
2010-10-06 16:27:31 +02:00
Thorsten Liebig
06bbec106f
new extension: upml
...
Operator extension implementing an uniaxial perfectly matched layer (upml)
This new pml implementation is going to replace the old split-field pml
2010-10-05 11:51:12 +02:00
Sebastian Held
388977eac1
new info: boost lib version and tinyxml lib version
2010-10-04 11:35:20 +02:00
Sebastian Held
33d4229cf2
new info: hdf5 lib version and 32bit/64bit
2010-09-17 15:32:11 +02:00
Thorsten Liebig
d1a7334c52
updated openEMS output and simulation time per timestep (s/TS) added
2010-09-09 08:15:26 +02:00