methodAvailable
custom_scalar_pde
Create an executable scripted scalar PDE using Telion's v2 runtime. This maps to the certified coefficient-form scalar equation ``-div(c*grad(u)) = f``. Use ``custom_physics`` for supported scalar weak forms that should execute through the Weak Form PDE runtime.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.custom_scalar_pde | — |
| signature | (label: 'str', dependent_variable: 'str' = 'u', coefficient: 'Any' = '1', reaction: 'Any' = '0', source: 'Any' = '0', selection: 'str' = 'all', dirichlet: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None, flux: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None) -> 'Feature' | — |
| return | Feature | — |
Create an executable scripted scalar PDE using Telion's v2 runtime. This maps to the certified coefficient-form scalar equation -div(c*grad(u)) = f. Use custom_physics for supported scalar weak forms that should execute through the Weak Form PDE runtime.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.custom_scalar_pde |
| signature | (label: 'str', dependent_variable: 'str' = 'u', coefficient: 'Any' = '1', reaction: 'Any' = '0', source: 'Any' = '0', selection: 'str' = 'all', dirichlet: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None, flux: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None) -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.custom_scalar_pde(label: 'str', dependent_variable: 'str' = 'u', coefficient: 'Any' = '1', reaction: 'Any' = '0', source: 'Any' = '0', selection: 'str' = 'all', dirichlet: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None, flux: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None) -> 'Feature'