klreuther
klreuther
The initializer is not only responsible for the creation of the grid, it also stores some information needed during the entire calculation run (e.g., the total number of steps). The...
Contrary to its name the fixed buffer in PatchBufferFixed is never cleared. This occurs possibly only when using boost::serialization. This leads to a steadily growing memory usage during MPI calculations...
When I set a GhostZoneWidth > 1 (tested with a value of 5) strange things start to happen: For an object lying in the ghost zone, the nanostep sequence is...
**Symptoms** (I) The same input cell configuration yields different results depending on its positioning inside the domain as well as the domain size. (II) In all cases the results are...
LibGeoDecomp::DistributedPTScotchUnstructuredPartition is missing the member variable "adjacency". this should fix it: diff distributedptscotchunstructuredpartition.h distributedptscotchunstructuredpartition.h.fixed 120a121 > SharedPtr::Type adjacency;
If BOVWriter gets an array member (or member-member, via selector or directly), then the written data is garbage. This can be seen in the appended Visit plots: The volume plot...
Title says it all: SiloWriter right now only supports cell members and point meshes stored in containers in the cell. It does, however, not support cell member members. Is it...
If the grid overlaps the boundaries of the actual simulation domain, it should include cells on the other side of the domain. The bounding box does not reflect that. **Not...