Skip to content

Second order DFT solver #63

@prehner

Description

@prehner

This paper describes a matrix-free Newton algorithm for DFT. The action of the Jacobian on the solution is calculated efficiently using FFT. This can be combined with a linear solver like GMRES that requires only the product of the Jacobian with the current x value.

Convergence could be improved, but as of right now it looks like we would need to implement the GMRES algorithm ourselves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DFTDFT related feature or issueenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions