Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am reading Dong and Ni's 2021 JCP paper on how to implement exactly periodic BC with NN. The idea is to map the input coordinates (x,y,...) to (sin(kx),cos(kx),sin(qy),cos(qy),...) and then pass this to the NN. Would this snippet work
Beta Was this translation helpful? Give feedback.
All reactions