Graphviz 13.0.0~dev.20241222.1117
|
#include <post_process.h>
Data Fields | |
SparseMatrix | D |
SparseMatrix | Lw |
SparseMatrix | Lwd |
double * | lambda |
void(* | data_deallocator )(void *) |
void * | data |
int | scheme |
double | scaling |
double | tol_cg |
double | maxit_cg |
Definition at line 18 of file post_process.h.
SparseMatrix StressMajorizationSmoother_struct::D |
Definition at line 19 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new().
void* StressMajorizationSmoother_struct::data |
Definition at line 24 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_delete(), StressMajorizationSmoother_smooth(), and TriangleSmoother_new().
void(* StressMajorizationSmoother_struct::data_deallocator) (void *) |
Definition at line 23 of file post_process.h.
Referenced by StressMajorizationSmoother_delete().
double* StressMajorizationSmoother_struct::lambda |
Definition at line 22 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_delete(), StressMajorizationSmoother_smooth(), and TriangleSmoother_new().
SparseMatrix StressMajorizationSmoother_struct::Lw |
Definition at line 20 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_delete(), StressMajorizationSmoother_smooth(), and TriangleSmoother_new().
SparseMatrix StressMajorizationSmoother_struct::Lwd |
Definition at line 21 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_delete(), StressMajorizationSmoother_smooth(), and TriangleSmoother_new().
double StressMajorizationSmoother_struct::maxit_cg |
Definition at line 30 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_smooth(), and TriangleSmoother_new().
double StressMajorizationSmoother_struct::scaling |
Definition at line 26 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), stress_model(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_smooth(), and TriangleSmoother_new().
int StressMajorizationSmoother_struct::scheme |
Definition at line 25 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), stress_model(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_smooth(), and TriangleSmoother_new().
double StressMajorizationSmoother_struct::tol_cg |
Definition at line 27 of file post_process.h.
Referenced by SparseStressMajorizationSmoother_new(), stress_model(), StressMajorizationSmoother2_new(), StressMajorizationSmoother_smooth(), and TriangleSmoother_new().