Commit Graph

551 Commits (9d51971c2678d3df70676848dc5fa2df53f7cfbb)

Author SHA1 Message Date
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
Thorsten Liebig dce988b52f waveguide examples update 2011-01-02 11:32:00 +01:00
Thorsten Liebig 7d09021dd4 fixes in Plot- and ReadHDF5FieldData 2011-01-02 11:28:03 +01:00
Thorsten Liebig 2859b394c2 update matlab examples: Circular waveguide 2011-01-01 18:48:19 +01:00
Thorsten Liebig 5a9b6e1bd5 matlab examples: update to patch-antenna and new patch antenna array example 2010-12-28 13:36:19 +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 fbab37e0ad processfields: reorganized hdf field & mesh dumps 2010-12-27 13:54:09 +01:00
Thorsten Liebig 2254e01fd6 matlab docu fix for lumped port 2010-12-26 19:45:48 +01:00
Thorsten Liebig b7a9b8c605 simplified nf2ff creation and example update 2010-12-21 09:35:27 +01:00
Thorsten Liebig d3f0b694e5 adapt testsuite to new hdf5 dump format 2010-12-21 09:33:12 +01:00
Sebastian Held 09371484f4 new matlab function: WriteHDF5 2010-12-20 13:16:18 +01:00
Sebastian Held 1aae16dc95 new feature: near-field to far-field transform 2010-12-20 13:15:51 +01:00
Thorsten Liebig 661410cd66 ProcessFields now writes TD data into HDF5 group: /FieldData/TD + adapted matlab HDF5
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2010-12-20 10:40:33 +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 4254337ea0 moved field calculations to ProcessFields for common use in TD and FD field processing 2010-12-17 15:14:34 +01:00
Thorsten Liebig ef65970246 added virtual Pre- and PostProcessing methods to Processing-classes 2010-12-17 15:13:43 +01:00
Thorsten Liebig 79c742ffc7 matlab docu update 2010-12-16 13:42:43 +01:00
Sebastian Held e9ea327f17 calcPort.m now uses ReadUI.m 2010-12-16 11:39:13 +01:00
Sebastian Held ee23c2f909 testsuite updated 2010-12-16 10:33:06 +01:00
Thorsten Liebig b324296e23 update example: Rect_Waveguide 2010-12-09 12:59:10 +01:00
Thorsten Liebig 3104335dce replaced GetMeshDelta by GetEdgeLength & partially removed AdrOp 2010-12-08 16:55:27 +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 57ead21ccc real abstract base classes for common operator and engine-interface 2010-12-07 14:47:22 +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 e3a50c8019 doxygen: update to include new folder structure 2010-12-06 15:31:15 +01:00
Thorsten Liebig 5540e49090 ProcessModeMatch: Now uses drawing units for its mode functions & docu update 2010-12-06 15:31:13 +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 16263e8f9a new Operator_Base class
- This class is meant as an abstract base for any time-domain and rect-grid numerical solver.
- All processing methods should only use this base class

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2010-12-06 10:00:08 +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 0bbb5cc3ee new global verbose flag 2010-12-06 10:00:08 +01:00
Sebastian Held 1cb6040524 new optimizer: based on ASCO (http://asco.sf.net)
high-performance differential evolution (DE) optimization algorithm
2010-11-29 14:11:03 +01:00
Sebastian Held 3998f8d1ec new port: AddCurvePort.m 2010-11-29 14:09:04 +01:00
Thorsten Liebig c271a68226 matlab: fix in lumped port priorities 2010-11-26 14:51:39 +01:00
Thorsten Liebig 2c60bf042e matlab: Dump2VTK now can dump scalar field + dump speed enhancements 2010-11-26 14:50:49 +01:00
Thorsten Liebig 150b290aec matlab: ssh: copy all simulation files to host machine 2010-11-26 14:48:47 +01:00
Sebastian Held affd6ada44 minor changes at RunOpenEMS.m (SSH specific) 2010-11-25 12:54:02 +01:00
Thorsten Liebig 2d12db5ea6 Merge remote branch 'seb/master' 2010-11-04 12:20:23 +01:00
Thorsten Liebig ce56184681 multi-threading support for MUR-ABC added 2010-11-04 12:13:43 +01:00