Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Naming #25

Closed
ChrisRackauckas opened this issue Jul 31, 2017 · 1 comment
Closed

Naming #25

ChrisRackauckas opened this issue Jul 31, 2017 · 1 comment

Comments

@ChrisRackauckas
Copy link
Member

There's a few naming things I think we should clear up.

PDEOperators.jl is a little off. There are many non-PDE differential equations for which you would want to use these. The classic example is a 2nd order BVP where the Laplacian shows up. I think we should move the whole AbstractDiffEqOperator stuff here (which is actually like 40 lines...) and just name it DiffEqOperators.jl since that covers the field better and matches the naming scheme anyways (everything has DiffEq in it somewhere).

The LinearOperator type is a little vague. It doesn't capture all or most linear operators, so it should probably be DerivativeOperator since all of these operators are discretizations of derivatives.

@ChrisRackauckas
Copy link
Member Author

Implemented in #27

ChrisRackauckas pushed a commit that referenced this issue Dec 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant