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

Is this really needed in denormalization() ? #54

Open
azzeddinetiba opened this issue Feb 1, 2024 · 0 comments
Open

Is this really needed in denormalization() ? #54

azzeddinetiba opened this issue Feb 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@azzeddinetiba
Copy link
Owner

ROM_AM/rom_am/rom.py

Lines 324 to 330 in cc84e32

dirichletNorms = self.snap_norms[:self.nx, np.newaxis].copy()
dirichletNorms[self.zeroIds] = 0.
return res * dirichletNorms
else:
dirichletNorms = self.snap_norms[:, np.newaxis].copy()
dirichletNorms[self.zeroIds] = 0.
return res * dirichletNorms

@azzeddinetiba azzeddinetiba added the bug Something isn't working label Feb 1, 2024
@azzeddinetiba azzeddinetiba added this to the 0.3 milestone Feb 1, 2024
@azzeddinetiba azzeddinetiba self-assigned this Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant