-
Notifications
You must be signed in to change notification settings - Fork 51
Change FEMSWEEP to read in file for mesh data #599
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
base: develop
Are you sure you want to change the base?
Conversation
| allocAndInitDataRandValue (m_M0dat , m_M0len , vid); | ||
| allocAndInitDataRandValue (m_Xdat , m_Xlen , vid); | ||
|
|
||
| // Read mesh connectivity data from file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably use allocForInit instead of copying the data through an extra buffer. See an example here. https://github.com/LLNL/RAJAPerf/blob/06fc079971f6491f1ed9cee3369ef214527bb84f/src/algorithm/HISTOGRAM.cpp#L57
|
Does reading the data also affect the problem size, number of elements, etc? |
…s, and DOFs for each face side.
|
How big can meshes get? I'm wondering how the meshes will impact the repo size. |
Summary