Skip to content

Commit fb8c195

Browse files
committed
tweaks for demo : disable Board::add_fixed_meshline_policies() in Z axis & comment out ground and subst in CSX files
1 parent 0bb028f commit fb8c195

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/domain/board.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,9 @@ void Board::detect_non_conflicting_edges() {
354354

355355
//******************************************************************************
356356
void Board::add_fixed_meshline_policies() {
357-
for(auto const& axis : AllAxis)
357+
#warning TODO
358+
// for(auto const& axis : AllAxis)
359+
for(auto const& axis : { X, Y })
358360
add_fixed_meshline_policies(axis);
359361
}
360362

test/lpf.csx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</FDTD>
99
<ContinuousStructure CoordSystem="0">
1010
<Properties>
11+
<!--
1112
<Material Name="Sub1.substrate">
1213
<Property Epsilon="4.2" Kappa="0.0205267245591052">
1314
</Property>
@@ -30,6 +31,7 @@
3031
</Box>
3132
</Primitives>
3233
</ConductingSheet>
34+
-->
3335
<ConductingSheet Name="MS1" Conductivity="10000000000" Thickness="3.5e-05">
3436
<Primitives>
3537
<Box Priority="2">

test/stub.csx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</FDTD>
99
<ContinuousStructure CoordSystem="0">
1010
<Properties>
11+
<!--
1112
<Material Name="Subst1.substrate">
1213
<Property Epsilon="4.7" Kappa="0.00933457764526183">
1314
</Property>
@@ -30,6 +31,7 @@
3031
</Box>
3132
</Primitives>
3233
</ConductingSheet>
34+
-->
3335
<ConductingSheet Name="MS1" Conductivity="59594755.6615018" Thickness="3.5e-05">
3436
<Primitives>
3537
<Box Priority="2">

0 commit comments

Comments
 (0)