Rheolef
7.2
an efficient C++ finite element environment
|
Go to the source code of this file.
Namespaces | |
namespace | rheolef |
This file is part of Rheolef. | |
Macros | |
#define | _RHEOLEF_instanciate_class(T) template void csr_rep<T,distributed>::build_from_asr (const asr<T,distributed,std::allocator<T> >&); |
#define | _RHEOLEF_istanciate(T) |
Functions | |
template<class T , class BinaryOp > | |
void | csr_ext_add (const csr_rep< T, sequential > &a, const std::vector< typename csr< T >::size_type > &jext_a2dis_j, const csr_rep< T, sequential > &b, const std::vector< typename csr< T >::size_type > &jext_b2dis_j, csr_rep< T, sequential > &c, std::vector< typename csr< T >::size_type > &jext_c2dis_j, BinaryOp binop) |
#define _RHEOLEF_instanciate_class | ( | T | ) | template void csr_rep<T,distributed>::build_from_asr (const asr<T,distributed,std::allocator<T> >&); |
Definition at line 693 of file csr_mpi.cc.
#define _RHEOLEF_istanciate | ( | T | ) |
Definition at line 701 of file csr_mpi.cc.