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.
Classes | Namespaces | Macros
amgcl_mpi_solver.h File Reference
#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"
Include dependency graph for amgcl_mpi_solver.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ AMGCL_PARAM_UNKNOWN

#define AMGCL_PARAM_UNKNOWN (   name)     Kratos::Logger("AMGCL") << KRATOS_CODE_LOCATION << Kratos::Logger::Severity::WARNING << "Unknown parameter " << name << std::endl