gentryx / libgeodecomp

A library for C++/Fortran computer simulations (e.g. stencil codes, mesh-free, unstructured grids, n-body & particle methods). Scales from smartphones to petascale supercomputers (e.g. Titan, Tsubame 2.5, Edison, JUQUEEN, Stampede)
https://www.libgeodecomp.org
Boost Software License 1.0
27 stars 19 forks source link

Feature request: support for member-members in SiloWriter #68

Open klreuther opened 5 years ago

klreuther commented 5 years ago

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 possible to add the appropriate addSelector routines? (Or is it feasible to publicly expose the general SiloWriter::addSelector(const Selector& selector)?