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

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

FieldValueDescription
symboltelion_api.ScalarPDE
moduletelion_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

PropertyValue
symboltelion_api.ScalarPDE
moduletelion_api.model
constructor(label: 'str', physics: 'Feature', _model: 'Any') -> None

Authoritative source

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