SciML / PDERoadmap

A repository for the discussion of PDE tooling for scientific machine learning (SciML) and physics-informed machine learning
https://tutorials.sciml.ai/
18 stars 6 forks source link

Add spectral example to the writeup #12

Open ChrisRackauckas opened 6 years ago

ChrisRackauckas commented 6 years ago

I think an example of how this BC handling works for spectral operators would be a good thing to add to the writeup. Essentially, you can write out Dirichlet and Neumann conditions as summation conditions in the function space (just plug in x and evaluate). The summation condition is just a row/column of the operator. This defines how you would have to extrapolate to a larger function space that satisfies the conditions, and then the differentiation operator brings it back down.