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 "input_output/logger.h"
#include <iostream>
#include <fstream>
#include <utility>
#include "includes/define.h"
#include "includes/kratos_parameters.h"
#include "external_includes/amgcl_mpi_solve_functions.h"
#include "linear_solvers/amgcl_solver.h"
Go to the source code of this file.
Classes | |
class | Kratos::AmgclMPISolver< TSparseSpaceType, TDenseSpaceType, TReordererType > |
This is a multigrid solver based on the AMGCL library. More... | |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Macros | |
#define | AMGCL_PARAM_UNKNOWN(name) Kratos::Logger("AMGCL") << KRATOS_CODE_LOCATION << Kratos::Logger::Severity::WARNING << "Unknown parameter " << name << std::endl |
Functions | |
Kratos Classes | |
template<class TSparseSpaceType , class TDenseSpaceType , class TReordererType > | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const AmgclMPISolver< TSparseSpaceType, TDenseSpaceType, TReordererType > &rThis) |
output stream function More... | |
#define AMGCL_PARAM_UNKNOWN | ( | name | ) | Kratos::Logger("AMGCL") << KRATOS_CODE_LOCATION << Kratos::Logger::Severity::WARNING << "Unknown parameter " << name << std::endl |