Commit Graph

1111 Commits

Author SHA1 Message Date
Thorsten Liebig
3a66a02550 fix in size of lumped elements caps
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-08-22 12:55:27 +02:00
Thorsten Liebig
51e42bafb4 tutorials: Simple_Patch_Antenna re-added polar plot (fix)
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-08-22 11:43:04 +02:00
Thorsten Liebig
657d9f5a2d tutorials: Simple_Patch_Antenna with simplified 2D farfield plot
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-08-22 11:37:54 +02:00
Thorsten Liebig
c713f208c0 tutorials: some fixes
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-08-16 22:01:31 +02:00
Thorsten Liebig
e27e4057e1 operator: make Grid_Path a typedef struct
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-08-16 13:19:12 +02:00
Thorsten Liebig
6c80ad021d pml: fix in material calculation
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-08-16 13:16:39 +02:00
Thorsten Liebig
eed200d1a3 tutorials: update to simple patch antenna tutorial
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-08-15 16:55:51 +02:00
Thorsten Liebig
f1b2a94633 matlab: allow empty directions in field interpolation
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-08-15 16:47:44 +02:00
Thorsten Liebig
e833c9eaf4 matlab: allow empty ports to be passed through
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-07-24 17:20:25 +02:00
Thorsten Liebig
eda30bacd3 SAR: fix typo for SAR av. method
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-07-24 17:19:35 +02:00
Thorsten Liebig
2b3408b0b8 matlab: new coaxial port and example
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-07-22 23:00:26 +02:00
Thorsten Liebig
68e20f06ea matlab: waveguide port fix
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-07-22 15:09:47 +02:00
Thorsten Liebig
a6f6baff2e matlab: enable 'x', 'y' or 'z' as port direction char
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-07-22 15:06:52 +02:00
Thorsten Liebig
61a595519b tutorials: some minor updates
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-07-13 12:53:15 +02:00
Thorsten Liebig
a488d352e3 nf2ff: do check data ranges regardless if new or read only
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-07-13 08:33:21 +02:00
Thorsten Liebig
041339d2a7 close file properly in h5readatt_octave
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-07-13 08:33:21 +02:00
Stefan Mahr
8ec70a6df5 matlab: fix ifa example 2013-07-12 22:34:07 +02:00
Stefan Mahr
2cb5132588 matlab: add inverted f-antenna (ifa) example 2013-07-12 20:33:49 +02:00
Thorsten Liebig
2d82e92acd matlab: CalcNF2FF can find all MPI faces
Note: nf2ff calc may not be able to handle this correctly!

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-07-11 17:42:43 +02:00
Stefan Mahr
326d433701 matlab: correct typo in function name DumpFF2VTK
Signed-off-by: Stefan Mahr <stefan.mahr@sphairon.com>
2013-06-26 20:45:19 +02:00
Stefan Mahr
74535823eb matlab: update tutorials and examples
Signed-off-by: Stefan Mahr <stefan.mahr@sphairon.com>
2013-06-14 18:05:48 +02:00
Stefan Mahr
214f9ecdb2 matlab: add warning for gnuplot colorbar issue 2013-06-13 18:00:11 +02:00
Stefan Mahr
f053c058e4 matlab: use xticklabel with num2str for octave compatibility 2013-06-13 17:13:06 +02:00
Thorsten Liebig
c7f09b42c3 update news for upcoming release
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-06-13 14:39:24 +02:00
Thorsten Liebig
863e89f0bb FF plots: doc updates and some error/warnings added 2013-06-13 10:08:29 +02:00
Thorsten Liebig
8359b9aeaf Merge remote-tracking branch 'dac/master' 2013-06-13 09:54:52 +02:00
Stefan Mahr
2c9e0cc8b4 matlab: add helper function for polar far-field plot
Signed-off-by: Stefan Mahr <stefan.mahr@sphairon.com>
2013-06-11 23:54:39 +02:00
Thorsten Liebig
1a9690a252 useful: use own matrix determinant and invert instead of vtkMatrix3x3
The only reason for this is that vtkMatrix3x3 would require vtk > v5.4

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-06-10 16:19:01 +02:00
Thorsten Liebig
37246be398 operator: additional fix to FindPath
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-06-10 10:13:58 +02:00
Thorsten Liebig
6db63bdd19 fix to LinePlaneIntersection function
- (u+v)<=1 would only allow an intersection of the triangle p0/p1/p2

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-06-06 15:56:06 +02:00
Thorsten Liebig
d475091d49 Merge remote-tracking branch 'github/master' 2013-06-05 17:02:57 +02:00
Thorsten Liebig
f286b88c67 matlab: updates to far-field plot functions
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-06-05 16:23:38 +02:00
Thorsten Liebig
5644d86836 Merge remote-tracking branch 'dac/master' + Matlab compat fix
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-06-05 16:03:04 +02:00
Thorsten Liebig
655cb7daed operator: fix in handling curve primitives in cylindrical coordinates
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-06-05 14:56:34 +02:00
Thorsten Liebig
3f70a49a0a some new useful functions
- function to calculate the cross product
- function to calculate the scalar product
- function to calculate the intersection of a line an a plane

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-06-05 11:44:51 +02:00
Stefan Mahr
6914d38985 matlab: update tutorials and examples 2013-06-05 00:45:55 +02:00
Stefan Mahr
31ebb3f994 matlab: add far-field plot helper functions 2013-06-04 15:50:59 +02:00
Thorsten Liebig
7e295edb54 nf2ff: allow Radius, Eps_r and Mue_r definition
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-06-03 21:44:12 +02:00
Stefan Mahr
0e11975235 matlab: fix logarithmic VTK export 2013-05-29 15:42:01 +02:00
Stefan Mahr
8e8351d038 matlab: add logarithmic option to VTK export 2013-05-29 14:34:15 +02:00
Thorsten Liebig
8698f7a448 matlab: allow running MPI openEMS on a HPC
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-05-15 16:03:48 +02:00
Thorsten Liebig
a607bc6969 more options to setup SAR averaging method
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-05-15 16:02:30 +02:00
Thorsten Liebig
c65b5df785 typo: replace Operator_Ext_TFST with Operator_Ext_TFSF
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-04-12 16:07:39 +02:00
Thorsten Liebig
b8f1184071 remove old and unused split-field pml
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-04-12 14:26:26 +02:00
Thorsten Liebig
5f0261b3c5 matlab: port names support a prefix string
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-04-04 14:54:26 +02:00
Thorsten Liebig
7bbd70a951 fix tutorial: remove debug comments
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-04-02 15:34:59 +02:00
Thorsten Liebig
4c6294dfba fix in conducting sheet extension, missing initialization
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-03-31 23:04:04 +02:00
Thorsten Liebig
e5d0529a4e matlab: waveguide ports don't need mesh info, only drawing unit
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-03-27 12:02:52 +01:00
Thorsten Liebig
8d8759cb1b Operator: add optional range to DumpPEC2File to allow for separated dump in case of a multi grid cylindrical operator
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-03-27 12:02:08 +01:00
Thorsten Liebig
70ff8634f4 Cylindrical MultiGrid Operator: record level of multi grid
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-03-27 12:00:46 +01:00