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

[WIP] FabArraySet class #3611

Closed
wants to merge 31 commits into from
Closed

Conversation

eebasso
Copy link
Contributor

@eebasso eebasso commented Oct 27, 2023

Summary

A container class for a set of FabArray's. Intended for use as a single object for input/output to linear operator classes that inherit from MLLinOpT. Useful when one has different components of a field living on slightly different grids due to differing IndexType's. One example is the Yee staggered grid, with the electric field being edge-centered and the magnetic field being face-centered.

Additional background

Also adds the MLLinOpSet class as an example of what a linear operator acting FabArraySet's would look like.

The class labeled TEST are currently being used for debugging and not intended to be kept.

@eebasso eebasso marked this pull request as draft October 27, 2023 23:39
@WeiqunZhang
Copy link
Member

We probably don't need this anymore for linear solvers one staggered grids. See #3682

@WeiqunZhang
Copy link
Member

No longer needed.

@WeiqunZhang WeiqunZhang closed this Feb 6, 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

Successfully merging this pull request may close these issues.

None yet

2 participants