Graphviz  2.41.20171026.1811
Macros | Typedefs | Functions
uniform_stress.h File Reference
#include <post_process.h>
Include dependency graph for uniform_stress.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UniformStressSmoother_struct   StressMajorizationSmoother_struct
 

Typedefs

typedef StressMajorizationSmoother UniformStressSmoother
 

Functions

void UniformStressSmoother_delete (UniformStressSmoother sm)
 
UniformStressSmoother UniformStressSmoother_new (int dim, SparseMatrix A, real *x, real alpha, real M, int *flag)
 
void uniform_stress (int dim, SparseMatrix A, real *x, int *flag)
 

Macro Definition Documentation

#define UniformStressSmoother_struct   StressMajorizationSmoother_struct

Definition at line 21 of file uniform_stress.h.

Typedef Documentation

Definition at line 19 of file uniform_stress.h.

Function Documentation

void uniform_stress ( int  dim,
SparseMatrix  A,
real x,
int flag 
)
void UniformStressSmoother_delete ( UniformStressSmoother  sm)

Definition at line 100 of file uniform_stress.c.

References StressMajorizationSmoother_delete().

Referenced by uniform_stress().

UniformStressSmoother UniformStressSmoother_new ( int  dim,
SparseMatrix  A,
real x,
real  alpha,
real  M,
int flag 
)