Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

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

FieldValueDescription
symboltelion_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'
returnFeature

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

PropertyValue
symboltelion_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'
returnFeature

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'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.custom_scalar_pde
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.custom_scalar_pde