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

VPinn #83

Open
mengchen0113 opened this issue Mar 21, 2023 · 0 comments
Open

VPinn #83

mengchen0113 opened this issue Mar 21, 2023 · 0 comments

Comments

@mengchen0113
Copy link

Hello Professor,

I noticed that your paper mentioned an example of vpinn problem, but did not provide a complete code. I have attempted to define bc_ids as the coordinates of the boundary conditions, assuming that the size is a (140,) array, and that (bc_ids, bc_vals) is a tuple. However, I am encountering an issue where training cannot proceed. Could you please help me clarify the type and exact meanings of bc_ids and bc_vals?

Thank you.

m = sn.SciModel ([ x , y , vol, fxy] , [J , T ] , "mse")
m.train(
  [ x_data , y_data , vol_data , fxy_data ] ,
  ["zeros", ( bc_ids , bc_vals )],
  )
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

No branches or pull requests

1 participant