SpM Handbook 1.2.4
|
#include "common.h"
Go to the source code of this file.
Functions | |
static void | d_spm_dof_extend_update_values (double *newval, double value, spm_int_t dofi, spm_int_t dofj, int diag) |
Update the newval array thanks to the old value and the degrees of freedom. | |
static void | d_spm_dof_extend_csx (spmatrix_t *spm) |
Extend a single dof CSX sparse matrix to a multi-dof sparse matrix. | |
static void | d_spm_dof_extend_ijv (spmatrix_t *spm) |
Extend a single dof IJV sparse matrix to a multi-dof sparse matrix. | |
void | d_spmDofExtend (spmatrix_t *spm) |
Extend a single dof sparse matrix to a multi-dof sparse matrix. | |
SParse Matrix package multi-dof matrix expanser.
Definition in file d_spm_dof_extend.c.