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

Codim 2 coupling #731

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Codim 2 coupling #731

wants to merge 20 commits into from

Conversation

jorgensd
Copy link
Member

@jorgensd jorgensd commented Dec 5, 2024

No description provided.

@jorgensd jorgensd changed the title 3D-1D coupling Codim 2 coupling Jan 14, 2025
@jorgensd jorgensd marked this pull request as ready for review February 23, 2025 20:01
@jorgensd jorgensd requested review from jpdean and mscroggs February 23, 2025 20:02
# if permutation[0] == 1:
# A_ref[:, [1, 2]] = A_ref[:, [2, 1]]
# A_ref[:, [4, 5]] = A_ref[:, [5, 4]]
# print(A.T)
Copy link
Member Author

Choose a reason for hiding this comment

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

@jpdean COuld you have a look at this logic?

# print(A.T)
print()
print(A_ref.T)
print(A.T)
Copy link
Member

Choose a reason for hiding this comment

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

These prints need removing before we merge

Copy link
Member Author

Choose a reason for hiding this comment

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

We need some guidance form @jpdean on the transformation logic in the tests.

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