Skip to content

Conversation

@pbrubeck
Copy link

No description provided.

@pbrubeck pbrubeck force-pushed the pbrubeck/fix/gn-dofs branch from 870f452 to 534cc92 Compare December 17, 2025 19:52
@pbrubeck pbrubeck force-pushed the pbrubeck/fix/gn-dofs branch from 534cc92 to 937074c Compare December 17, 2025 19:53
@pbrubeck pbrubeck force-pushed the pbrubeck/fix/gn-dofs branch from edb4c54 to e3466af Compare December 17, 2025 20:09
nhat = perp(*self.cell.compute_tangents(sd-1, f))
Tfv = ((-1/sd) * nhat) @ Finv
for v in self.cell.connectivity[(sd-1, dim)][f]:
curvdofs = [vdofs.index(i) for i in dofs[dim][v] if not nodes[i].deriv_dict]
Copy link
Author

Choose a reason for hiding this comment

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

Suggested change
curvdofs = [vdofs.index(i) for i in dofs[dim][v] if not nodes[i].deriv_dict]
curvdofs = [vdofs.index(i) for i in dofs[dim][v] if i in vdofs]

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