Skip to content
This repository was archived by the owner on Mar 27, 2018. It is now read-only.
This repository was archived by the owner on Mar 27, 2018. It is now read-only.

Laplace solver interface #37

@bendudson

Description

@bendudson

The solve functions in class Laplacian (the interface to the user) should not be overridden by implementations. Instead, implementations should implement protected functions (not visible to the user), which are called by the interface functions.

This would help ensure a stable interface, and allow common tasks like timing and setting of result cell location to be done in one place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions