FaceHuggar's picture
∂t2​Ψ(r,t)=∇⋅(c2A(r,t)∇Ψ)−κ∂t​Ψ−μDt1−α​∂t​Ψ−δΨδV(Ψ;θ(r,t))​−∫K(r−r′;ξ)(Ψ(r,t)−Ψ(r′,t))dr′+Sstruct​(t)+ξ(r,t)
c6767cd verified
Raw
History Blame Contribute Delete
419 Bytes
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
}
code {
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}
canvas {
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
}