Revision 71de76f6c662926f5da5408853e22786055a6194 authored by Thomas Fischer on 09 July 2021, 06:29:00 UTC, committed by Thomas Fischer on 30 August 2021, 05:26:04 UTC
The getContent() method is used only on very few
places. Especially, it isn't used in the computation
of any THMC processes. So the content doesn't need
to be stored which saves memory. Furthermore, the time
time for reading / initializing a mesh is reduced.

In a hex mesh with 100x100x100 elements this saves
2.6% of storage and circa 25% time.
1 parent deb816d
History
File Mode Size
Common
PhreeqcIOData
PhreeqcKernelData
CMakeLists.txt -rw-r--r-- 542 bytes
ChemicalSolverInterface.h -rw-r--r-- 2.3 KB
ChemicalSolverType.h -rw-r--r-- 409 bytes
CreateChemicalSolverInterface.cpp -rw-r--r-- 6.5 KB
CreateChemicalSolverInterface.h -rw-r--r-- 797 bytes
PhreeqcIO.cpp -rw-r--r-- 28.3 KB
PhreeqcIO.h -rw-r--r-- 3.6 KB
PhreeqcKernel.cpp -rw-r--r-- 11.0 KB
PhreeqcKernel.h -rw-r--r-- 2.6 KB

back to top