methodAvailable
general_form_pde
Create an executable scalar General Form PDE. The stationary backend supports the scalar subset ``div(Gamma)=F`` where ``Gamma`` is ``-grad(u)`` or ``-c*grad(u)`` and ``F`` is any scalar expression that is linear in the dependent variable.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.general_form_pde | — |
| signature | (label: 'str', dependent_variable: 'str' = 'u', Gamma: 'Any | None' = None, F: 'Any' = '0', selection: 'str' = 'all', constraints: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None, flux: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None) -> 'Feature' | — |
| return | Feature | — |
Create an executable scalar General Form PDE. The stationary backend supports the scalar subset div(Gamma)=F where Gamma is -grad(u) or -c*grad(u) and F is any scalar expression that is linear in the dependent variable.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.general_form_pde |
| signature | (label: 'str', dependent_variable: 'str' = 'u', Gamma: 'Any | None' = None, F: 'Any' = '0', selection: 'str' = 'all', constraints: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None, flux: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None) -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.general_form_pde(label: 'str', dependent_variable: 'str' = 'u', Gamma: 'Any | None' = None, F: 'Any' = '0', selection: 'str' = 'all', constraints: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None, flux: 'Iterable[dict[str, Any]] | dict[str, Any] | None' = None) -> 'Feature'