openEMS/FDTD
Thorsten Liebig f6663eeccb multithreading engine: removed separate excitation thread
the excitation is now handled by the first (ID=0) "conventional" thread
2010-10-02 18:06:38 +02:00
..
engine.cpp engine: update handling extensions & multithreading priority handling fixed 2010-10-02 17:54:34 +02:00
engine.h engine: update handling extensions & multithreading priority handling fixed 2010-10-02 17:54:34 +02:00
engine_cylindermultigrid.cpp new extension priority system 2010-09-25 19:23:53 +02:00
engine_cylindermultigrid.h new: enable cascaded multi-grids... incl. an example 2010-09-08 16:07:28 +02:00
engine_ext_cylinder.cpp new extension priority system 2010-09-25 19:23:53 +02:00
engine_ext_cylinder.h Moved special cylinder operations into op extentions 2010-05-11 19:11:37 +02:00
engine_ext_cylindermultigrid.cpp new extension priority system 2010-09-25 19:23:53 +02:00
engine_ext_cylindermultigrid.h NEW: cylindrical multigrid FDTD 2010-09-08 07:36:32 +02:00
engine_ext_dispersive.cpp Engine API: GetVolt/GetCurr methodes spilt up to Get/Set 2010-08-30 08:25:10 +02:00
engine_ext_dispersive.h new: dispersive materials / first and simple lorentz/drude dispersive materials 2010-07-06 10:01:26 +02:00
engine_ext_lorentzmaterial.cpp dispersive engine extension: support inline methods 2010-07-11 17:21:59 +02:00
engine_ext_lorentzmaterial.h new: dispersive materials / first and simple lorentz/drude dispersive materials 2010-07-06 10:01:26 +02:00
engine_ext_mur_abc.cpp Engine API: GetVolt/GetCurr methodes spilt up to Get/Set 2010-08-30 08:25:10 +02:00
engine_ext_mur_abc.h mur_abc_extension: now allows material distribution 2010-04-28 21:45:05 +02:00
engine_ext_pml_sf.cpp Engine API: GetVolt/GetCurr methodes spilt up to Get/Set 2010-08-30 08:25:10 +02:00
engine_ext_pml_sf.h new: split field pml implementation started 2010-07-16 17:25:32 +02:00
engine_extension.cpp new extension priority system 2010-09-25 19:23:53 +02:00
engine_extension.h new extension priority system 2010-09-25 19:23:53 +02:00
engine_multithread.cpp multithreading engine: removed separate excitation thread 2010-10-02 18:06:38 +02:00
engine_multithread.h multithreading engine: removed separate excitation thread 2010-10-02 18:06:38 +02:00
engine_sse.cpp Improve the speed of the SSE engine by using flush-to-zero 2010-07-13 10:47:40 +02:00
engine_sse.h NEW: cylindrical multigrid FDTD 2010-09-08 07:36:32 +02:00
engine_sse_compressed.cpp fix in multithreading linesPerThread 2010-06-29 12:44:47 +02:00
engine_sse_compressed.h introducing compressed sse operator & engine 2010-05-19 11:41:35 +02:00
excitation.cpp excitation: warning for unknown types fixed... 2010-08-23 22:52:08 +02:00
excitation.h cleanup: renaming voltage excitation E_* to Volt_* 2010-08-16 13:28:19 +02:00
operator.cpp operator: removed redundant methods using integer positions 2010-09-17 15:34:39 +02:00
operator.h operator: removed redundant methods using integer positions 2010-09-17 15:34:39 +02:00
operator_cylinder.cpp operator: removed redundant methods using integer positions 2010-09-17 15:34:39 +02:00
operator_cylinder.h operator: removed redundant methods using integer positions 2010-09-17 15:34:39 +02:00
operator_cylindermultigrid.cpp fixed extensions handling for cylindrical multigrid 2010-09-22 16:08:39 +02:00
operator_cylindermultigrid.h new: enable cascaded multi-grids... incl. an example 2010-09-08 16:07:28 +02:00
operator_ext_cylinder.cpp missing gpl header in cylinder extension 2010-09-02 22:14:40 +02:00
operator_ext_cylinder.h fixed extensions handling for cylindrical multigrid 2010-09-22 16:08:39 +02:00
operator_ext_dispersive.cpp show extensions status & define const methods 2010-07-11 23:45:41 +02:00
operator_ext_dispersive.h show extensions status & define const methods 2010-07-11 23:45:41 +02:00
operator_ext_lorentzmaterial.cpp show extensions status & define const methods 2010-07-11 23:45:41 +02:00
operator_ext_lorentzmaterial.h show extensions status & define const methods 2010-07-11 23:45:41 +02:00
operator_ext_mur_abc.cpp extensions check for CylindircalMultiGrid & allow Mur-ABC in radial direction 2010-09-22 09:58:45 +02:00
operator_ext_mur_abc.h extensions check for CylindircalMultiGrid & allow Mur-ABC in radial direction 2010-09-22 09:58:45 +02:00
operator_ext_pml_sf.cpp major operator revision 2010-09-02 15:35:13 +02:00
operator_ext_pml_sf.h major operator revision 2010-09-02 15:35:13 +02:00
operator_extension.cpp operator extensions, fixed missing deconstructor 2010-10-02 17:55:19 +02:00
operator_extension.h operator extensions, fixed missing deconstructor 2010-10-02 17:55:19 +02:00
operator_multithread.cpp NEW: cylindrical multigrid FDTD 2010-09-08 07:36:32 +02:00
operator_multithread.h MT operator: new separate calc start-stop lines method 2010-09-03 12:14:25 +02:00
operator_sse.cpp cleanup: renaming voltage excitation E_* to Volt_* 2010-08-16 13:28:19 +02:00
operator_sse.h DumpOperator2File now available for all types of operators 2010-05-29 12:47:07 +02:00
operator_sse_compressed.cpp fix in operator_sse_compression gcc compatibility check 2010-09-17 15:34:39 +02:00
operator_sse_compressed.h bugfix 32-bit SSE-compressed: aligned allocator for STL vector 2010-09-17 15:06:09 +02:00
process_efield.cpp compatibility with gcc-4.1.2 (for ABI2 builds) 2010-09-17 11:07:52 +02:00
process_efield.h compatibility with gcc-4.1.2 (for ABI2 builds) 2010-09-17 11:07:52 +02:00
process_hfield.cpp compatibility with gcc-4.1.2 (for ABI2 builds) 2010-09-17 11:07:52 +02:00
process_hfield.h compatibility with gcc-4.1.2 (for ABI2 builds) 2010-09-17 11:07:52 +02:00
processcurrent.cpp compatibility with gcc-4.1.2 (for ABI2 builds) 2010-09-17 11:07:52 +02:00
processcurrent.h Revision: integral parameter processing (voltage & current calc) 2010-08-11 12:28:09 +02:00
processfields.cpp fix vtk-dump: vector fields consider mesh type 2010-09-17 15:34:39 +02:00
processfields.h fix vtk-dump: vector fields consider mesh type 2010-09-17 15:34:39 +02:00
processfields_td.cpp changed node-interpolation in H-field dumps 2010-07-19 09:04:13 +02:00
processfields_td.h new: node interpolated dump in processfields 2010-05-11 20:38:58 +02:00
processing.cpp compatibility with gcc-4.1.2 (for ABI2 builds) 2010-09-17 11:07:52 +02:00
processing.h compatibility with gcc-4.1.2 (for ABI2 builds) 2010-09-17 11:07:52 +02:00
processintegral.cpp compatibility with gcc-4.1.2 (for ABI2 builds) 2010-09-17 11:07:52 +02:00
processintegral.h compatibility with gcc-4.1.2 (for ABI2 builds) 2010-09-17 11:07:52 +02:00
processmodematch.cpp new allow multiple ProcessIntegral and ProcessModeMatch using this to dump mode purity additionally 2010-09-09 10:02:33 +02:00
processmodematch.h new allow multiple ProcessIntegral and ProcessModeMatch using this to dump mode purity additionally 2010-09-09 10:02:33 +02:00
processvoltage.cpp compatibility with gcc-4.1.2 (for ABI2 builds) 2010-09-17 11:07:52 +02:00
processvoltage.h Revision: integral parameter processing (voltage & current calc) 2010-08-11 12:28:09 +02:00