Base class and interface for storing and accessing computed shapes.
Definition in file ShapeStorage_fwd.hpp.
#include <medusa/Config.hpp>#include <medusa/bits/types/Range_fwd.hpp>#include <medusa/bits/utils/stdtypesutils.hpp>#include <medusa/bits/approximations/Operators_fwd.hpp>#include <iosfwd>#include <tuple>#include <Eigen/Core>
Include dependency graph for ShapeStorage_fwd.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | mm::ExplicitOperators< shape_storage_type > |
| A class for evaluating typical operators needed in spatial discretization. More... | |
| class | mm::ExplicitVectorOperators< shape_storage_type > |
| A class for evaluating typical operators needed in spatial discretization. More... | |
| class | mm::ImplicitOperators< shape_storage_type, matrix_type, rhs_type > |
| This class represents implicit operators that fill given matrix M and right hand side rhs with appropriate coefficients approximating differential operators with shape functions from given shape storage ss. More... | |
| class | mm::ImplicitVectorOperators< shape_storage_type, matrix_type, rhs_type > |
| This class represents implicit vector operators that fill given matrix M and right hand side rhs with appropriate coefficients approximating differential operators with shape functions from given shape storage ss. More... | |
| class | mm::ShapeStorage< Derived, vec_t, OpFamilies > |
| Shape storage base class. More... | |
Namespaces | |
| mm | |
| Root namespace for the whole library. | |