# Slot: step_size 

<div data-search-exclude markdown="1">



URI: [tvbo:slot/step_size](https://w3id.org/tvbo/slot/step_size)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Solver](../classes/Solver.qmd) | Lightweight specification of a numerical ODE solver / integrator |  no  |
| [Integrator](../classes/Integrator.qmd) | Fixed-step or adaptive ODE integrator with TVB-specific extensions (noise, tr... |  no  |
| [PDESolver](../classes/PDESolver.qmd) | Numerical solver for a PDE: the time-integration algorithm, tolerances and st... |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:string](http://www.w3.org/2001/XMLSchema#string) |
| Domain Of | [Solver](../classes/Solver.qmd), [Integrator](../classes/Integrator.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |










## Identifier and Mapping Information






## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:step_size |
| native | tvbo:step_size |




## LinkML Source

<details>
```yaml
name: step_size
domain_of:
- Solver
- Integrator
range: string

```
</details></div>