#include "input_output/logger.h"
#include <iostream>
#include <utility>
#include "includes/ublas_interface.h"
#include "includes/define.h"
#include "includes/kratos_components.h"
#include "linear_solvers/iterative_solver.h"
#include <boost/property_tree/json_parser.hpp>
#include <amgcl/adapter/crs_tuple.hpp>
#include <amgcl/adapter/ublas.hpp>
#include <amgcl/adapter/zero_copy.hpp>
#include <amgcl/backend/builtin.hpp>
#include <amgcl/value_type/static_matrix.hpp>
#include <amgcl/make_solver.hpp>
#include <amgcl/make_block_solver.hpp>
#include <amgcl/solver/runtime.hpp>
#include <amgcl/preconditioner/schur_pressure_correction.hpp>
#include <amgcl/preconditioner/runtime.hpp>
Go to the source code of this file.
|
| | Kratos |
| | REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
|
| |
|
| template<class TSparseSpaceType , class TDenseSpaceType , class TReordererType > |
| std::istream & | Kratos::operator>> (std::istream &rIStream, AMGCL_NS_Solver< TSparseSpaceType, TDenseSpaceType, TReordererType > &rThis) |
| |
| template<class TSparseSpaceType , class TDenseSpaceType , class TReordererType > |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const AMGCL_NS_Solver< TSparseSpaceType, TDenseSpaceType, TReordererType > &rThis) |
| |
◆ AMGCL_PARAM_UNKNOWN