|
Graphviz
2.41.20171026.1811
|
#include <post_process.h>

Data Fields | |
| SparseMatrix | D |
| SparseMatrix | Lw |
| SparseMatrix | Lwd |
| real * | lambda |
| void(* | data_deallocator )(void *) |
| void * | data |
| int | scheme |
| real | scaling |
| real | tol_cg |
| int | maxit_cg |
Definition at line 21 of file post_process.h.
| SparseMatrix StressMajorizationSmoother_struct::D |
Definition at line 22 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new().
| void* StressMajorizationSmoother_struct::data |
Definition at line 27 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_delete(), StressMajorizationSmoother_smooth(), TriangleSmoother_new(), and UniformStressSmoother_new().
| void(* StressMajorizationSmoother_struct::data_deallocator)(void *) |
Definition at line 26 of file post_process.h.
Referenced by StressMajorizationSmoother_delete(), and UniformStressSmoother_new().
| real* StressMajorizationSmoother_struct::lambda |
Definition at line 25 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_delete(), StressMajorizationSmoother_smooth(), TriangleSmoother_new(), and UniformStressSmoother_new().
| SparseMatrix StressMajorizationSmoother_struct::Lw |
Definition at line 23 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_delete(), StressMajorizationSmoother_smooth(), TriangleSmoother_new(), and UniformStressSmoother_new().
| SparseMatrix StressMajorizationSmoother_struct::Lwd |
Definition at line 24 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_delete(), StressMajorizationSmoother_smooth(), TriangleSmoother_new(), and UniformStressSmoother_new().
| int StressMajorizationSmoother_struct::maxit_cg |
Definition at line 33 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_smooth(), TriangleSmoother_new(), and UniformStressSmoother_new().
| real StressMajorizationSmoother_struct::scaling |
Definition at line 29 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), stress_model_core(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_smooth(), and TriangleSmoother_new().
| int StressMajorizationSmoother_struct::scheme |
Definition at line 28 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), stress_model_core(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_smooth(), TriangleSmoother_new(), and UniformStressSmoother_new().
| real StressMajorizationSmoother_struct::tol_cg |
Definition at line 30 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), stress_model_core(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_smooth(), TriangleSmoother_new(), and UniformStressSmoother_new().
1.8.5