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

Precompute time-dependent forcing term #1272

Open
peterrum opened this issue Aug 30, 2024 · 1 comment
Open

Precompute time-dependent forcing term #1272

peterrum opened this issue Aug 30, 2024 · 1 comment
Assignees

Comments

@peterrum
Copy link
Collaborator

PR #1270 made the assumption that the forcing function is constant over time. However, it seems that it can be time-dependent

this->forcing_function->set_time(
this->simulation_control->get_current_time());

We need a logic to that allows us to figure if a function is time-dependent or not.

@blaisb blaisb self-assigned this Aug 30, 2024
@blaisb
Copy link
Contributor

blaisb commented Aug 30, 2024

I'll take care of that.

@blaisb blaisb closed this as completed Aug 30, 2024
@blaisb blaisb reopened this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants