openEMS/FDTD
Yifeng Li 71dde7ea49 FDTD: reformat code of update equations.
The original update equations in the FDTD engine have extremely
long lines and are difficult to read and work with. This patch
inserts line breaks, it aligns all array indexes by x/y/z
coordinates to make it easy to visually compare.

Signed-off-by: Yifeng Li <tomli@tomli.me>
2023-11-18 17:55:46 +01:00
..
extensions Lumped RLC parallel & series implementation (openEMS) (#121) 2023-11-18 12:23:15 +01:00
CMakeLists.txt MPI: update for MPI usage 2016-01-27 18:37:07 +01:00
engine.cpp FDTD: reformat code of update equations. 2023-11-18 17:55:46 +01:00
engine.h engine: try to find optimal number of engine threads 2023-01-06 20:01:07 +01:00
engine_cylinder.cpp introduced new (dummy) cylinder engine 2012-06-06 10:25:40 +02:00
engine_cylinder.h introduced new (dummy) cylinder engine 2012-06-06 10:25:40 +02:00
engine_cylindermultigrid.cpp Cylindrical sub-grids: now full interpolation --> support graded alpha-mesh 2012-06-25 13:22:34 +02:00
engine_cylindermultigrid.h Cylindrical sub-grids: now full interpolation --> support graded alpha-mesh 2012-06-25 13:22:34 +02:00
engine_interface_cylindrical_fdtd.cpp critical fix: use new Operator->GetEngine for engine interface setup 2014-01-06 16:08:13 +01:00
engine_interface_cylindrical_fdtd.h critical fix: use new Operator->GetEngine for engine interface setup 2014-01-06 16:08:13 +01:00
engine_interface_fdtd.cpp fix line integral calc 2021-09-07 16:56:08 +02:00
engine_interface_fdtd.h add field processing for electric and magnetic flux densities 2017-05-28 12:01:04 +02:00
engine_interface_sse_fdtd.cpp critical fix: use new Operator->GetEngine for engine interface setup 2014-01-06 16:08:13 +01:00
engine_interface_sse_fdtd.h critical fix: use new Operator->GetEngine for engine interface setup 2014-01-06 16:08:13 +01:00
engine_mpi.cpp MPI: update for MPI usage 2016-01-27 18:37:07 +01:00
engine_mpi.h MPI: added cylindrical multigrid support 2011-03-10 10:39:08 +01:00
engine_multithread.cpp MT engine: fix threads not cleaned up, #104 2023-02-11 10:43:28 +01:00
engine_multithread.h engine: try to find optimal number of engine threads 2023-01-06 20:01:07 +01:00
engine_sse.cpp FDTD: reformat code of update equations. 2023-11-18 17:55:46 +01:00
engine_sse.h NEW: cylindrical multigrid FDTD 2010-09-08 07:36:32 +02:00
engine_sse_compressed.cpp FDTD: reformat code of update equations. 2023-11-18 17:55:46 +01:00
engine_sse_compressed.h introducing compressed sse operator & engine 2010-05-19 11:41:35 +02:00
excitation.cpp MSVC: fix for windows compiler 2022-12-29 13:08:44 +01:00
excitation.h Fix various typos 2022-12-11 11:32:04 +01:00
openems_fdtd_mpi.cpp Fix various typos 2022-12-11 11:32:04 +01:00
openems_fdtd_mpi.h MPI: update for MPI usage 2016-01-27 18:37:07 +01:00
operator.cpp Lumped RLC parallel & series implementation (openEMS) (#121) 2023-11-18 12:23:15 +01:00
operator.h Lumped RLC parallel & series implementation (openEMS) (#121) 2023-11-18 12:23:15 +01:00
operator_cylinder.cpp engine: try to find optimal number of engine threads 2023-01-06 20:01:07 +01:00
operator_cylinder.h Fix various typos 2022-12-11 11:32:04 +01:00
operator_cylindermultigrid.cpp engine: try to find optimal number of engine threads 2023-01-06 20:01:07 +01:00
operator_cylindermultigrid.h Operator: new method to get corresponding engine 2014-01-06 15:40:39 +01:00
operator_mpi.cpp Fix various typos 2022-12-11 11:32:04 +01:00
operator_mpi.h Operator: new method to get corresponding engine 2014-01-06 15:40:39 +01:00
operator_multithread.cpp engine: try to find optimal number of engine threads 2023-01-06 20:01:07 +01:00
operator_multithread.h engine: try to find optimal number of engine threads 2023-01-06 20:01:07 +01:00
operator_sse.cpp FDTD: fix sse/sse_compressed engine creation 2018-01-04 10:06:29 +01:00
operator_sse.h FDTD: fix sse/sse_compressed engine creation 2018-01-04 10:06:29 +01:00
operator_sse_compressed.cpp FDTD: fix sse/sse_compressed engine creation 2018-01-04 10:06:29 +01:00
operator_sse_compressed.h FDTD: fix sse/sse_compressed engine creation 2018-01-04 10:06:29 +01:00