SpM Handbook 1.2.4
|
#include "common.h"
Go to the source code of this file.
Functions | |
static void | s_spm_dof_extend_update_values (float *newval, float 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 | s_spm_dof_extend_csx (spmatrix_t *spm) |
Extend a single dof CSX sparse matrix to a multi-dof sparse matrix. | |
static void | s_spm_dof_extend_ijv (spmatrix_t *spm) |
Extend a single dof IJV sparse matrix to a multi-dof sparse matrix. | |
void | s_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 s_spm_dof_extend.c.