Skip to content

Optimize memory usage for stiff time integrators #184

@termi-official

Description

@termi-official

Most stiff (ode) time integrators need compatible matrices for M,J and W. Usually these have the same type and the same sparsity pattern. Hence we can share data which is currently duplicated. Hence, we should add constructor for all assembled operators to construct matrices this way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceSomething affecting the performance (e.g. scalability or flat runtime)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions