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

Definition of create_prolongation_matrix function. More...

+ Include dependency graph for create_prolongation_matrix.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].
 

Functions

template<base::concepts::sparse_matrix Matrix>
void num_collect::linear::impl::amg::create_prolongation_matrix (Matrix &prolongation_matrix, const node_connection_list< typename Matrix::StorageIndex > &transposed_connections, const util::vector< node_layer > &node_classification)
 Create a prolongation matrix.
 

Detailed Description

Definition of create_prolongation_matrix function.

Definition in file create_prolongation_matrix.h.