OGS
|
Functions | |
GlobalIndexType | transformToNonGhostIndex (GlobalIndexType const i, GlobalIndexType const n) |
std::unordered_set< std::size_t > | parseSetOfSizeT (std::string const &str, std::string const &warn_msg) |
std::function< bool(std::size_t)> | createLocalMatrixOutputElementPredicate (std::string const &element_ids_str) |
std::function< bool(std::size_t)> ProcessLib::Assembly::detail::createLocalMatrixOutputElementPredicate | ( | std::string const & | element_ids_str | ) |
Definition at line 133 of file MatrixOutput.cpp.
References parseSetOfSizeT().
Referenced by ProcessLib::Assembly::LocalMatrixOutput::LocalMatrixOutput().
std::unordered_set< std::size_t > ProcessLib::Assembly::detail::parseSetOfSizeT | ( | std::string const & | str, |
std::string const & | warn_msg ) |
Definition at line 100 of file MatrixOutput.cpp.
References WARN().
Referenced by createLocalMatrixOutputElementPredicate().
|
inline |
Definition at line 24 of file MatrixElementCache.h.
Referenced by ProcessLib::Assembly::ConcurrentMatrixView< Dim >::add().