numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
node_layer.h File Reference

Definition of node_class enumeration. More...

#include <cstdint>
+ Include dependency graph for node_layer.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of node_class enumeration.

Definition in file node_layer.h.