ug4
|
#include <ass_tuner.h>
Public Types | |
typedef TAlgebra | algebra_type |
Algebra type. More... | |
typedef algebra_type::matrix_type | matrix_type |
Type of algebra matrix. More... | |
typedef algebra_type::vector_type | vector_type |
Type of algebra vector. More... | |
Public Member Functions | |
void | add_local_mat_to_global (matrix_type &mat, const LocalMatrix &lmat) const |
adds a local matrix to the global one More... | |
void | add_local_vec_to_global (vector_type &vec, const LocalVector &lvec) const |
adds a local vector to the global one More... | |
typedef TAlgebra ug::LocalToGlobalMapper< TAlgebra >::algebra_type |
Algebra type.
typedef algebra_type::matrix_type ug::LocalToGlobalMapper< TAlgebra >::matrix_type |
Type of algebra matrix.
typedef algebra_type::vector_type ug::LocalToGlobalMapper< TAlgebra >::vector_type |
Type of algebra vector.
|
inline |
adds a local matrix to the global one
References ug::AddLocalMatrixToGlobal().
|
inline |
adds a local vector to the global one
References ug::AddLocalVector().