Skip to content

Iterative solver for turbine model #10

@jwallwork23

Description

@jwallwork23

Currently, the turbine model solves the steady shallow water equations using a full LU decomposition at each nonlinear iteration. This is fine at low resolution, but gets expensive because the LU factorisation is O(n^3). It would be good if we could devise an alternative iterative solver strategy that is more scalable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions