SciML / DiffEqOperators.jl

Linear operators for discretizations of differential equations and scientific machine learning (SciML)
https://docs.sciml.ai/DiffEqOperators/stable/
Other
284 stars 74 forks source link

Nonuniform complete derivative operator constructors #517

Closed xtalax closed 2 years ago

ChrisRackauckas commented 2 years ago

What are the "complete" operators?

xtalax commented 2 years ago

Simply operators that also contain stencils for the 'ghost nodes', to support derivatives in the boundary conditions.

I'm essentially just reusing the operators as stencil generators and containers for MOL.

Considering moving them over to MOL to trim dependancies, they are still quite useful structs.

ChrisRackauckas commented 2 years ago

Add docs?

xtalax commented 2 years ago

They're pretty much internal use only, the only methods using them are in MOL