No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
Last generation error: xAI API error (429): The model is currently at capacity due to high demand. Please try again in a few minutes. For guaranteed processing and availability, please request Provisioned Throughput: https://docs.x.ai/developers/advanced-api-usage/provisioned-throughput
44structure DiscreteModel where 45 /-- State type (e.g. truncated Fourier coefficients). -/ 46 State : Type 47 /-- Tag: Galerkin vs grid, etc. -/ 48 kind : DiscretizationKind 49 /-- One (discrete) time step of the model. -/ 50 step : NSParams → TimeStep → State → State 51 52/-- Optional energy functional on the discrete state (used for a priori bounds). -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.