![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
#include <iostream>#include "includes/define.h"#include "containers/csr_matrix.h"#include "containers/distributed_sparse_graph.h"#include "containers/distributed_vector_importer.h"#include "containers/distributed_vector_exporter.h"#include "includes/key_hash.h"#include "utilities/atomic_utilities.h"Go to the source code of this file.
Classes | |
| class | Kratos::DistributedCsrMatrix< TDataType, TIndexType > |
| This class implements "serial" CSR matrix, including capabilities for FEM assembly. More... | |
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Input and output | |
| template<class TDataType > | |
| std::istream & | Kratos::operator>> (std::istream &rIStream, DistributedCsrMatrix< TDataType > &rThis) |
| input stream function More... | |
| template<class TDataType > | |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const DistributedCsrMatrix< TDataType > &rThis) |
| output stream function More... | |