Skip to content

StaticIntegrator

StaticIntegrator

StaticIntegrator(integrator_type: str)

Bases: Integrator

Base class for static integrators, used in static analysis.

Create a StaticIntegrator base instance.

Parameters:

Name Type Description Default
integrator_type str

The type name of the static integrator.

required

Methods:

get_static_types staticmethod

get_static_types() -> List[str]

Get available static integrator types.

Returns:

Type Description
List[str]

A list of registered static integrator names.