alcarney / polynomial_chaos

My 4th Year MMath Project
1 stars 0 forks source link

Generalise `obj.rectangular_domain` to work with other boundary conditions #11

Closed alcarney closed 7 years ago

alcarney commented 7 years ago

Currently the code is very tightly coupled to the boundary conditions of our initial toy problem. Look at generalising the function to work with other boundary conditions.

Alternatively... given the complexity of the function in question, just write a new function when the time comes to working with different conditions...

alcarney commented 7 years ago

This code is no longer used