We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
| __ | | | | __| | | |____| | | | __| \ \ | | | | | | | | | | |
Aerospace Computing Laboratory (Stanford University)
---------------------- Non-dimensionalization ---------------------
----------------------- Mesh Preprocessing ------------------------ reading connectivity ... done reading connectivity reading vertices done reading vertices Setting up mesh connectivity Done setting up mesh connectivity reading boundary conditions done reading boundary conditions
---------------- Flux Reconstruction Preprocessing ---------------- initializing elements tris Initializing tris quads tets pris hexas done initializing elements setting elements shape ... done. pre-computing nodal shape-basis functions ... done. setting element transforms ... at solution points 0.00% 9.94% 19.89% 29.83% 39.78% 49.72% 59.66% 69.61% 79.55% 89.50% 99.44% at flux points 0.00% 9.94% 19.89% 29.83% 39.78% 49.72% 59.66% 69.61% 79.55% 89.50% 99.44% done. initializing grid velocity to 0 ... done. setting element transforms at interface cubpts ... done. setting element transforms at volume cubpts ... Moving eles to GPU ... Moving interfaces to GPU ... Moving wall_distance to GPU ... Setting initial conditions... Writing Paraview file invCyl_000000000 ... done.
Iter Res[Rho] Res[RhoVelx] Res[RhoVely] Res[RhoE] Fx_Total Fy_Total 1 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000 100 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000 200 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000 300 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000 400 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000 500 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000 600 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000 700 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000 800 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000 900 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000 1000 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000 Writing Paraview file invCyl_000001000 ... done. ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
## Hi,
recently , when I compute cases using GPU version, I meet the problem. What is it?
__ __ __ _______ __ __ _______ .
| | | | | | | || | | | | | / |
| || | | | | | | | _____ | | | |__ | (----
| __ | | | | __| | | |____| | | | __| \ \ | | | | | | | | | | |
----.| |.----) ||| || || || |__| ||||____/
Aerospace Computing Laboratory (Stanford University)
---------------------- Non-dimensionalization ---------------------
----------------------- Mesh Preprocessing ------------------------
reading connectivity ...
done reading connectivity
reading vertices
done reading vertices
Setting up mesh connectivity
Done setting up mesh connectivity
reading boundary conditions
done reading boundary conditions
---------------- Flux Reconstruction Preprocessing ----------------
initializing elements
tris
Initializing tris
quads
tets
pris
hexas
done initializing elements
setting elements shape ... done.
pre-computing nodal shape-basis functions ... done.
setting element transforms ...
at solution points
0.00% 9.94% 19.89% 29.83% 39.78% 49.72% 59.66% 69.61% 79.55% 89.50% 99.44%
at flux points
0.00% 9.94% 19.89% 29.83% 39.78% 49.72% 59.66% 69.61% 79.55% 89.50% 99.44%
done.
initializing grid velocity to 0 ... done.
setting element transforms at interface cubpts ... done.
setting element transforms at volume cubpts ...
Moving eles to GPU ...
Moving interfaces to GPU ...
Moving wall_distance to GPU ...
Setting initial conditions...
Writing Paraview file invCyl_000000000 ... done.
Iter Res[Rho] Res[RhoVelx] Res[RhoVely] Res[RhoE] Fx_Total Fy_Total
1 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000
100 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000
200 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000
300 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000
400 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000
500 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000
600 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000
700 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000
800 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000
900 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000
1000 0.51570561 0.23183256 0.21001109 32.74730607 0.00000000 0.00000000
Writing Paraview file invCyl_000001000 ... done.
]
The text was updated successfully, but these errors were encountered: