Explicit operators implementation.
Definition in file ExplicitOperators.hpp.
#include "ExplicitOperators_fwd.hpp"
#include <medusa/bits/utils/assert.hpp>
#include <medusa/bits/types/Vec.hpp>
#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 ExplicitOperators< S > &op) |
Output basic information 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 ExplicitOperators.hpp.