|
Plugins
|
#include <df_transform.h>
Inheritance diagram for ug::df::DFTransform< TAlgebra >:Public Types | |
| typedef TAlgebra::matrix_type | matrix_type |
| typedef TAlgebra::vector_type | vector_type |
Protected Types | |
| enum | DFComponents { CONCENTRATION =0 , PRESSURE =1 } |
Static Protected Member Functions | |
| static int | transform_operator (const std::vector< double > &sigma, const matrix_type &A, matrix_type &Anew) |
| static int | transform_rhs (const std::vector< double > &sigma, const vector_type &rhs, vector_type &rhs_new) |
| typedef TAlgebra::matrix_type ug::df::DFTransform< TAlgebra >::matrix_type |
| typedef TAlgebra::vector_type ug::df::DFTransform< TAlgebra >::vector_type |
|
protected |
|
inlinestaticprotected |
|
inlinestaticprotected |