- Member geos::BufferedHistoryIO::getBufferedCount ()=0
- Also, note that this member function is related to restarting HDF5 files. Which means that getting this information popping through the abstract interface is a shortcut that should eventually be fixed by keeping this information in the HDF5 buffer.
- Member geos::CellBlock::getElemToNode ()
- This accessor is meant to be used like a setter even though it's a bit like having public attribute... Use a real setter instead.
- Member geos::CellBlock::localToGlobalMap ()
- This accessor is meant to be used like a setter even though it's a bit like having public attribute... Use a real setter instead.
- Member geos::CellElementSubRegion::getFaceNodes (localIndex const elementIndex, localIndex const localFaceIndex, Span< localIndex > const nodeIndices) const
- This method will be removed soon.
- Member geos::dataRepository::Group::enableLogLevelInput ()
- will be remove and replace by addLogLevel
- Member geos::PackCollection::updateSetsIndices (DomainPartition const &domain) override final
- Refactoring the packing functions to allow direct usage of set indices from SortedArrayView instead of only ArrayViews will remove this duplication.
- Member geos::ParticleBlock::localToGlobalMap ()
- This accessor is meant to be used like a setter even though it's a bit like having public attribute... Use a real setter instead.
- Member GEOS_LOG_LEVEL (minLevel, msg)
- Will be replaced by GEOS_LOG_LEVEL_INFO
- Member GEOS_LOG_LEVEL_BY_RANK (minLevel, msg)
- Will be replaced by GEOS_LOG_LEVEL_INFO_BY_RANK
- Member GEOS_LOG_LEVEL_RANK_0 (minLevel, msg)
- Will be replaced by GEOS_LOG_LEVEL_INFO_RANK_0