structure
definition
PEC
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.MaxwellDEC on GitHub at line 98.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
95 exact hpsd
96
97/-- PEC boundary descriptor (edges where tangential E vanishes). -/
98structure PEC (β : Type) where
99 boundary1 : Set (Simplex β 1)
100
101end MaxwellDEC
102end IndisputableMonolith