classAvailable
ScalarPDE
Builder for executable scalar coefficient-form PDE physics. This is the Python-facing custom scalar physics path that maps to Telion's certified v2 coefficient-form runtime: ``-div(c*grad(u)) + a*u = f`` with Dirichlet ``r`` and flux ``g`` features.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.ScalarPDE | — |
| module | telion_api.model | — |
| constructor | (label: 'str', physics: 'Feature', _model: 'Any') -> None | — |
Builder for executable scalar coefficient-form PDE physics. This is the Python-facing custom scalar physics path that maps to Telion's certified v2 coefficient-form runtime: -div(c*grad(u)) + a*u = f with Dirichlet r and flux g features.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.ScalarPDE |
| module | telion_api.model |
| constructor | (label: 'str', physics: 'Feature', _model: 'Any') -> None |