Initial surface compute

This commit is contained in:
jtclemm
2023-04-19 17:15:00 -06:00
parent 5980fdf9fd
commit d85ce6a392
9 changed files with 714 additions and 25 deletions

View File

@ -398,7 +398,7 @@ void ComputeRHEOInterface::store_forces()
double ComputeRHEOInterface::memory_usage()
{
double bytes = nmax * sizeof(double);
double bytes = 3 * nmax_old * sizeof(double);
return bytes;
}