methodAvailable
scalar_pde
Create an executable custom scalar PDE builder. The returned handle can add multiple domain equations and boundary conditions while remaining backed by Telion's certified coefficient-form scalar runtime.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.scalar_pde | — |
| signature | (label: 'str', c: 'Any' = '1', a: 'Any' = '0', f: 'Any' = '0', selection: 'str' = 'all', create_default_equation: 'bool' = True, dependent_variable: 'str' = 'u') -> 'ScalarPDE' | — |
| return | ScalarPDE | — |
Create an executable custom scalar PDE builder. The returned handle can add multiple domain equations and boundary conditions while remaining backed by Telion's certified coefficient-form scalar runtime.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.scalar_pde |
| signature | (label: 'str', c: 'Any' = '1', a: 'Any' = '0', f: 'Any' = '0', selection: 'str' = 'all', create_default_equation: 'bool' = True, dependent_variable: 'str' = 'u') -> 'ScalarPDE' |
| return | ScalarPDE |
Signature
telion_api.Model.scalar_pde(label: 'str', c: 'Any' = '1', a: 'Any' = '0', f: 'Any' = '0', selection: 'str' = 'all', create_default_equation: 'bool' = True, dependent_variable: 'str' = 'u') -> 'ScalarPDE'