cfsem 5.1.0

Quasi-steady electromagnetics including filamentized approximations, Biot-Savart, and Grad-Shafranov.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
:root {
    --md-primary-fg-color:        #152536;
    --md-accent-fg-color:         #AF5B3A;
}

.plotly-embed {
    display: block;
    width: min(100vw - 2rem, 78rem);
    max-width: none;
    height: clamp(25rem, 58vh, 29.5rem);
    margin-inline: auto;
    border: 1px solid var(--md-default-fg-color--lightest);
    border-radius: 0.2rem;
    background: #fff;
}