OGS
MatrixOutput.h File Reference

Detailed Description

Definition in file MatrixOutput.h.

#include <fstream>
#include <functional>
#include <mutex>
#include <unordered_set>
#include "MathLib/LinAlg/GlobalMatrixVectorTypes.h"
Include dependency graph for MatrixOutput.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ProcessLib::Assembly::GlobalMatrixOutput
 Writes global matrices to disk for debugging purposes. More...
 
struct  ProcessLib::Assembly::LocalMatrixOutput
 Writes local matrices to disk for debugging purposes. More...
 

Namespaces

namespace  ProcessLib
 
namespace  ProcessLib::Assembly
 
namespace  ProcessLib::Assembly::detail
 

Functions

std::function< bool(std::size_t)> ProcessLib::Assembly::detail::createLocalMatrixOutputElementPredicate (std::string const &element_ids_str)
 
std::unordered_set< std::size_t > ProcessLib::Assembly::detail::parseSetOfSizeT (std::string const &str, std::string const &warn_msg)