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

schwarz WIP #133

Closed
wants to merge 18 commits into from
Closed

schwarz WIP #133

wants to merge 18 commits into from

Conversation

fnrizzi
Copy link
Member

@fnrizzi fnrizzi commented Jul 6, 2023

DO NOT MERGE THIS -
this is just for checking that the branch does not break existing things and for keeping track of changes

@fnrizzi fnrizzi marked this pull request as draft July 6, 2023 06:40
@fnrizzi fnrizzi changed the title Schwarz schwarz WIP Jul 6, 2023
@@ -130,6 +130,10 @@ class CellCenteredUniformMesh
const y_coords_type & viewY() const{ return m_y; }
const z_coords_type & viewZ() const{ return m_z; }

int nx() const{ return m_meshDims[0]; };
int ny() const{ return m_meshDims[1]; };
int nz() const{ return m_meshDims[2]; };
Copy link
Member Author

@fnrizzi fnrizzi Jul 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these will need to go away because they have no meaning for a generic collection of cells, namely sample mesh. if you need this information, you have to move it to your own code where you know if you are doiing sample mesh or full mesh


f.write("overlap %8d\n" % overlap)

if __name__ == "__main__":
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this whole file should be moved out into your new repo

@fnrizzi
Copy link
Member Author

fnrizzi commented Aug 4, 2023

closing this as per discussion

@fnrizzi fnrizzi closed this Aug 4, 2023
@fnrizzi fnrizzi deleted the schwarz branch September 15, 2023 07:25
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.

2 participants