Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nonseparable (time+space) boundary conditions #374

Closed
bmcdanie opened this issue Jan 21, 2021 · 2 comments
Closed

nonseparable (time+space) boundary conditions #374

bmcdanie opened this issue Jan 21, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@bmcdanie
Copy link
Collaborator

the current code assumes separable boundary conditions.

"unscaled" boundary condition vectors are created with some time t, and later scaled with bc_time_func(t2). I am not convinced this will yield the correct answer when the boundary condition vectors actually use the initial time t.

@bmcdanie bmcdanie added the bug Something isn't working label Jan 21, 2021
@hbrunie
Copy link
Collaborator

hbrunie commented Jan 21, 2021

What is the link between the fact that BC are assumed separable, and the fact that the correct answer may not be yield when BC use initial time t?

@mkstoyanov
Copy link
Collaborator

The #699 interpolation framework is the right path forward for non-separable functions and operators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants