Graphviz  2.41.20171026.1811
Functions
stress_model.c File Reference
#include "general.h"
#include "SparseMatrix.h"
#include "spring_electrical.h"
#include "post_process.h"
#include "stress_model.h"
Include dependency graph for stress_model.c:

Go to the source code of this file.

Functions

void stress_model_core (int dim, SparseMatrix B, real **x, int edge_len_weighted, int maxit_sm, real tol, int *flag)
 
void stress_model (int dim, SparseMatrix A, SparseMatrix D, real **x, int edge_len_weighted, int maxit_sm, real tol, int *flag)
 

Function Documentation

void stress_model ( int  dim,
SparseMatrix  A,
SparseMatrix  D,
real **  x,
int  edge_len_weighted,
int  maxit_sm,
real  tol,
int flag 
)

Definition at line 98 of file stress_model.c.

References stress_model_core().

void stress_model_core ( int  dim,
SparseMatrix  B,
real **  x,
int  edge_len_weighted,
int  maxit_sm,
real  tol,
int flag 
)