numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of node_class enumeration. More...
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::linear |
Namespace of solvers of linear equations. | |
namespace | num_collect::linear::impl |
Namespace of internal implementations. | |
namespace | num_collect::linear::impl::amg |
Namespace of internal implementations of algebraic multigrid method [24]. | |
Enumerations | |
enum | num_collect::linear::impl::amg::node_layer : std::uint8_t { num_collect::linear::impl::amg::unclassified , num_collect::linear::impl::amg::coarse , num_collect::linear::impl::amg::fine } |
Enumeration of types of grids which nodes belong to in AMG method. More... | |
Definition of node_class enumeration.
Definition in file node_layer.h.