- Feb 19, 2018
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
in particular we removed the variables bottomtmpmem, usefreelistmemory and freelist_end_mark and cleaned up the code using them.
-
Christian Engwer authored
-
Christian Engwer authored
the virtual heap management was only used for user data. As dune handles user data differently, we can drop this code.
-
Christian Engwer authored
-
Christian Engwer authored
drop ResetCEstatistics, PrintCEstatistics, DefineMGUDBlock, FreeMGUDBlock, and GetMGUDBlockDescriptor
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
try fixing heap cleanup fixup bottom/top heap bugfix
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
check_of_getcallstack and check_of_putcallstack were used to keep track of calls to the memory management. As most of it is now defered to the libc calls, we don't need these variables anymore.
-
Christian Engwer authored
we removed: ... HeapSize HeapUsed HeapFree HeapFreelistUsed HeapTotalFree HeapStat
-
Christian Engwer authored
- we removed these memebers and updated the management code accordingly - most status functions in heaps.cc are now a NOP and should be removed
-
Christian Engwer authored
we have kept a few of them in order to keep track of where we could further simplify the code and remove old code...
-
Christian Engwer authored
the member was used to keep track of the heap memory, but since we use the system heap the variable is always 0.
-
Christian Engwer authored
these variables were used to chnage the memory mangement of a particular UG instance. As these variables were global, this could only work by coincedence. We moved them to the heap, as this is the memory mangement unit for the multi grid.
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
- we compute some sizes, but the name was misspelled, thus we always used the default
-
Christian Engwer authored
-
Ansgar Burchardt authored
Cleanup See merge request staging/dune-uggrid!98
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
The rank will no longer be readily available as a global variable once a context object for PPIF is used. Also MPI implementations already provide a way to tag output with the rank of processes, for example OpenMPI's `mpirun` has the `--tag-output` and `--output-filename` options.
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
- Feb 16, 2018
-
-
Ansgar Burchardt authored
replace `ArrayOf` implementation with `std::vector` Closes #17 See merge request !71
-
- Feb 14, 2018
-
-
Ansgar Burchardt authored
clean up DDD and PPIF a bit See merge request !95
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
- Feb 13, 2018
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-