50 Handle< LSS::SolutionStrategy > solution_strategy()
Accessor to the solution strategy.
This header collects all the headers needed for the linear system solver, also including configure-ti...
Basic Classes for Mathematical applications used by COOLFluiD.
Parallel Communication Pattern. This class provides functionality to collect communication. For efficiency it works such a way that you submit your request via the constructor or the add/remove/move magic triangle and then call setup to modify the commpattern. The data needed to be kept synchronous can be registered via the insert function. The word node here means any kind of "point of storage", in this context it is not directly related with the computational mesh.
void read_native(const common::URI &filename)
Read a linear system from file.
Top-level namespace for coolfluid.
Classes offering a MPI interface for COOLFluiD.
BOOST_AUTO_TEST_CASE(TestSolveTrilinosDefault)
Base class for defining CF components.
void set(const std::string &pname, const boost::any &val)
Handle< Component > create_component(const std::string &name, const std::string &builder)
Build a (sub)component of this component using the extended type_name of the component.
Most basic kernel library.