Explicit vector operators implementation.
Definition in file ExplicitVectorOperators.hpp.
#include "ExplicitVectorOperators_fwd.hpp"
#include <medusa/bits/utils/assert.hpp>
#include <Eigen/Core>
#include "ShapeStorage_fwd.hpp"
Go to the source code of this file.
Namespaces | |
mm | |
Root namespace for the whole library. | |
Macros | |
#define | NODE_ASSERTS(node) |
Performs all asserts for a given node: asserts that node index is valid and that shape functions were initialized for a given node. More... | |
Functions | |
template<typename S > | |
std::ostream & | mm::operator<< (std::ostream &os, const ExplicitVectorOperators< S > &op) |
Output basic info about given operators. More... | |
#define NODE_ASSERTS | ( | node | ) |
Performs all asserts for a given node: asserts that node index is valid and that shape functions were initialized for a given node.
node | Node index to consider. |
Definition at line 21 of file ExplicitVectorOperators.hpp.