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

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

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

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

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

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'

Authoritative source

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