MCPcopy Create free account
hub / github.com/NanoComp/meep / Mirror

Class Mirror

python/simulation.py:392–395  ·  view source on GitHub ↗

A mirror symmetry plane. `direction` is the direction *normal* to the mirror plane.

Source from the content-addressed store, hash-verified

390
391
392class Mirror(Symmetry):
393 """
394 A mirror symmetry plane. `direction` is the direction *normal* to the mirror plane.
395 """
396
397
398class Identity(Symmetry):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected