Skip to content

Commit d28038b

Browse files
Alec/material priority (#39)
* Create why-are-some-materials-not-showing-up
1 parent 807ec8c commit d28038b

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Why are some materials not showing up?
2+
3+
| Date | Category |
4+
|------------|-------------|
5+
| 2025-07-17 13:05:34 | Simulation Troubleshoot |
6+
7+
8+
Tidy3D resolves material overlap by their priority - see [here](https://docs.flexcompute.com/projects/tidy3d/en/latest/faq/docs/faq/when-two-structures-overlap-what-is-the-priority-determined.html) for details.
9+
10+
If the priority matches what is needed and the material overlap still does not appear, be sure to check symmetry settings, as the specified symmetry must match the structure symmetry of the simulation.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Why are some materials not showing up?
2+
3+
| Date | Category |
4+
|------------|-------------|
5+
| 2025-07-17 13:05:34 | Simulation Troubleshoot |
6+
7+
8+
Tidy3D resolves material overlap by their priority - see [here](https://docs.flexcompute.com/projects/tidy3d/en/latest/faq/docs/faq/when-two-structures-overlap-what-is-the-priority-determined.html) for details.
9+
10+
If the priority matches what is needed and the material overlap still does not appear, be sure to check symmetry settings, as the specified symmetry must match the structure symmetry of the simulation.

docs/simulation-troubleshoot.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Simulation Troubleshoot
1010
faq/should-i-make-sure-that-fields-have-fully-decayed-by-the-end-of-the-simulation.md
1111
faq/can-i-have-structures-larger-than-the-simulation-domain.md
1212
faq/why-can-i-not-change-tidy3d-instances-after-they-are-created.md
13+
faq/why-are-some-materials-not-showing-up.md

faq_categories.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"_faqs/why-did-my-simulation-finish-early.md",
7070
"_faqs/should-i-make-sure-that-fields-have-fully-decayed-by-the-end-of-the-simulation.md",
7171
"_faqs/can-i-have-structures-larger-than-the-simulation-domain.md",
72-
"_faqs/why-can-i-not-change-tidy3d-instances-after-they-are-created.md"
72+
"_faqs/why-can-i-not-change-tidy3d-instances-after-they-are-created.md",
73+
"_faqs/why-are-some-materials-not-showing-up.md"
7374
]
7475
},
7576
{
@@ -332,4 +333,4 @@
332333
"_faqs/how-can-i-set-charge-boundary-conditions.md"
333334
]
334335
}
335-
]
336+
]

0 commit comments

Comments
 (0)