..
engine.cpp
doc: comments on extensions priority executing order
2010-10-03 20:15:20 +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_ext_upml.cpp
upml ext: save memory and speedup
2010-10-07 19:25:22 +02:00
engine_ext_upml.h
upml ext: save memory and speedup
2010-10-07 19:25:22 +02:00
engine_extension.cpp
extensions: multithreading support added
2010-10-06 10:30:55 +02:00
engine_extension.h
extensions: multithreading support added
2010-10-06 10:30:55 +02:00
engine_multithread.cpp
extensions: multithreading support added
2010-10-06 10:30:55 +02:00
engine_multithread.h
extensions: multithreading support added
2010-10-06 10:30:55 +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
engine_sse_compressed: speed up
2010-10-07 14:39:54 +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: fix in PEC curves
2010-10-12 12:49:44 +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
new/better method to assign jobs to working threads
2010-10-05 17:24:36 +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
mur-abc extension copy-constructor should be protected
2010-10-05 11:51:12 +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_ext_upml.cpp
upml extension: operator get functions and disabled pml in non-pml regions
2010-10-06 15:07:17 +02:00
operator_ext_upml.h
upml extension: operator get functions and disabled pml in non-pml regions
2010-10-06 15:07:17 +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/better method to assign jobs to working threads
2010-10-05 17:24:36 +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
fixed crashing "--debug-operator" option with sse-compressed engines
2010-10-03 20:15:20 +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
fixed crashing "--debug-operator" option with sse-compressed engines
2010-10-03 20:15:20 +02:00
operator_sse_compressed.h
fixed crashing "--debug-operator" option with sse-compressed engines
2010-10-03 20:15:20 +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
define vtk dump data type
2010-10-05 11:51:12 +02:00
processfields.h
define vtk dump data type
2010-10-05 11:51:12 +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
bugfix: correct scaling of --debug-boxes
2010-10-11 21:05:02 +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