141 lss_action->options().set(
"regions", std::vector<URI>(1, mesh.
topology().
uri()));
155
static boost::proto::terminal< ZeroTag >::type _0
Placeholder for the zero matrix.
virtual mesh::Domain & create_domain(const std::string &name)
creates a domain in this model
Safe pointer to an object. This is the supported method for referring to components.
external boost library namespace
virtual physics::PhysModel & create_physics(const std::string &builder)
static boost::proto::terminal< ElementSystemMatrix< boost::mpl::int_< 0 > > >::type const _A
Some predefined element matrices (more can be user-defined, but you have to change the number in the ...
Handle< common::Action > add_direct_solver(const std::string &builder_name)
This header collects all the headers needed for the linear system solver, also including configure-ti...
std::vector< Uint > SizesT
Basic Classes for Solver applications used by CF.
URI uri() const
Construct the full path.
static boost::proto::terminal< ElementQuadratureTag >::type element_quadrature
Use element_quadrature(expr1, expr2, ..., exprN) to evaluate a group of expressions.
boost::shared_ptr< ElementsExpression< ExprT, ElementTypes > > elements_expression(ElementTypes, const ExprT &expr)
Manage a collection of UFEM solvers.
static boost::proto::terminal< void(*)(Real, Real, Real) >::type const _check_close
Real e()
Definition of the Unit charge [C].
static boost::proto::terminal< std::ostream & >::type _cout
Wrap std::cout.
BOOST_AUTO_TEST_CASE(InitMPI)
Static functions for mathematical constants.
void check_close(const Real a, const Real b, const Real threshold)
Check close, for testing purposes.
boost::proto::terminal< TransposeFunction >::type const transpose
boost::proto::terminal< SFOp< NablaOp > >::type const nabla
Basic Classes for Mesh applications used by COOLFluiD.
tuple model
Global confifuration.
void init(int argc=0, char **args=0)
Top-level namespace for coolfluid.
boost::proto::terminal< SFOp< CoordinatesOp > >::type const coordinates
static boost::proto::terminal< ExpressionGroupTag >::type group
Use group(expr1, expr2, ..., exprN) to evaluate a group of expressions.
std::vector< std::string > StringsT
common::Environment & environment() const
unsigned int Uint
typedef for unsigned int
virtual void simulate()
Simulates this model.
boost::shared_ptr< ProtoAction > create_proto_action(const std::string &name, const boost::shared_ptr< Expression > &expression)
Create a new ProtoAction, immediatly setting the expression.
Region & topology() const
boost::shared_ptr< NodesExpression< ExprT, boost::mpl::range_c< Uint, 1, 4 > > > nodes_expression(const ExprT &expr)
static Comm & instance()
Return a reference to the current PE.
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.