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

Aggreagation in Space-Time Problems #21

Closed
diliphridya opened this issue Aug 13, 2020 · 1 comment
Closed

Aggreagation in Space-Time Problems #21

diliphridya opened this issue Aug 13, 2020 · 1 comment

Comments

@diliphridya
Copy link
Contributor

@fverdugo @santiagobadia
When dealing with space-time AgFEM, how can we aggregate only in space and not time ?

@santiagobadia
Copy link
Member

Based on the comments so far, I would define first a mask that tells you which faces are suitable for aggregation at each cell. Then, I would generate a global array with this info, using, e.g., Fill(mask,num_cells), and finally, I would create a new array that combines the standard cell_faces and this one to provide you a new cell_faces_after_filter. Next, you can use everything you need. I can provide details about ho to do this.

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