#include "Assemble.h"
#include "IndexList.h"
Functions | |
void | Finley_Assemble_addToSystemMatrix (Paso_SystemMatrix *in, dim_t NN_Equa, index_t *Nodes_Equa, dim_t num_Equa, dim_t NN_Sol, index_t *Nodes_Sol, dim_t num_Sol, double *array) |
void Finley_Assemble_addToSystemMatrix | ( | Paso_SystemMatrix * | in, | |
dim_t | NN_Equa, | |||
index_t * | Nodes_Equa, | |||
dim_t | num_Equa, | |||
dim_t | NN_Sol, | |||
index_t * | Nodes_Sol, | |||
dim_t | num_Sol, | |||
double * | array | |||
) |
References Paso_SystemMatrix::block_size, Paso_SystemMatrix::col_block_size, Paso_SystemMatrix::col_coupleBlock, Paso_Pattern::index, INDEX4, Paso_SystemMatrix::mainBlock, Paso_SystemMatrixPattern::mainPattern, MATRIX_FORMAT_CSC, MATRIX_FORMAT_OFFSET1, MATRIX_FORMAT_TRILINOS_CRS, Paso_Pattern::numInput, Paso_Pattern::numOutput, Paso_SparseMatrix::pattern, Paso_SystemMatrix::pattern, Paso_Pattern::ptr, Paso_SystemMatrix::row_block_size, Paso_SystemMatrix::row_coupleBlock, Paso_SystemMatrix::trilinos_data, Paso_SystemMatrix::type, and Paso_SparseMatrix::val.
Referenced by Finley_Assemble_PDE_Single2_1D(), Finley_Assemble_PDE_Single2_2D(), Finley_Assemble_PDE_Single2_3D(), Finley_Assemble_PDE_Single2_C(), Finley_Assemble_PDE_System2_1D(), Finley_Assemble_PDE_System2_2D(), Finley_Assemble_PDE_System2_3D(), and Finley_Assemble_PDE_System2_C().