Skip to documentation content
On this page
  1. Reference
  2. Contract

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

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