Slot: find_fixpoint

Whether to find a fixed point (steady state) before time integration. Used as initial condition for ODEProblem. Maps to NLsolve.fixpoint! in ND.jl or similar in other backends.

URI: tvbo:slot/find_fixpoint Alias: find_fixpoint

Applicable Classes

Name Description Modifies Slot
ExecutionConfig Configuration for computational execution (parallelization, precision, hardwa… no

Properties

Type and Range

Property Value
Range xsd:boolean
Domain Of ExecutionConfig

Cardinality and Requirements

Property Value

Slot Characteristics

Property Value
If Absent False
Owner ExecutionConfig

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

Mappings

Mapping Type Mapped Value
self tvbo:find_fixpoint
native tvbo:find_fixpoint

LinkML Source

name: find_fixpoint
description: Whether to find a fixed point (steady state) before time integration.
  Used as initial condition for ODEProblem. Maps to NLsolve.fixpoint! in ND.jl or
  similar in other backends.
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: 'False'
alias: find_fixpoint
owner: ExecutionConfig
domain_of:
- ExecutionConfig
range: boolean