#include <StiffnessIO.h>
|
| typedef Eigen::Matrix3d | M3 |
| |
| typedef Eigen::MatrixXd | MX |
| |
| typedef Eigen::MatrixXi | MXi |
| |
| typedef Eigen::Vector3d | V3 |
| |
| typedef std::vector< V3 > | vec3 |
| |
| typedef Eigen::VectorXd | VX |
| |
| typedef Eigen::VectorXi | VXi |
| |
|
| void | dots (FILE *fp, int n) |
| |
| void | GnuPltCubicBentBeam (vector< point > &beam, VX &D, int dual_i, DualGraph *ptr_dualgraph, WireFrame *ptr_frame, double exagg) |
| |
| void | GnuPltStaticMesh (const char *fpath, const char *meshpath, const char *plotpath, VX &D, double exagg_static, float scale, DualGraph *ptr_dualgraph, WireFrame *ptr_frame) |
| |
| void | OutputPath (const char *fname, char fullpath[], const int len, char *default_outdir, int verbose) |
| |
| void | SaveDisplaceVector (char filename[], const VX &D, int n, DualGraph *ptr_dual_graph) |
| |
| void | SaveUpperMatrix (char filename[], const MX &A, int n) |
| |
| | StiffnessIO () |
| |
| const char * | TempDir () |
| |
| void | WriteInputData (const char *fpath, DualGraph *ptr_dualgraph, FiberPrintPARM *ptr_parm, int verbose) |
| |
| | ~StiffnessIO () |
| |
Definition at line 69 of file StiffnessIO.h.
| StiffnessIO::StiffnessIO |
( |
| ) |
|
|
inline |
| StiffnessIO::~StiffnessIO |
( |
| ) |
|
|
inline |
| void StiffnessIO::dots |
( |
FILE * |
fp, |
|
|
int |
n |
|
) |
| |
|
inline |
| void StiffnessIO::GnuPltStaticMesh |
( |
const char * |
fpath, |
|
|
const char * |
meshpath, |
|
|
const char * |
plotpath, |
|
|
VX & |
D, |
|
|
double |
exagg_static, |
|
|
float |
scale, |
|
|
DualGraph * |
ptr_dualgraph, |
|
|
WireFrame * |
ptr_frame |
|
) |
| |
| void StiffnessIO::OutputPath |
( |
const char * |
fname, |
|
|
char |
fullpath[], |
|
|
const int |
len, |
|
|
char * |
default_outdir, |
|
|
int |
verbose |
|
) |
| |
| void StiffnessIO::SaveDisplaceVector |
( |
char |
filename[], |
|
|
const VX & |
D, |
|
|
int |
n, |
|
|
DualGraph * |
ptr_dual_graph |
|
) |
| |
| void StiffnessIO::SaveUpperMatrix |
( |
char |
filename[], |
|
|
const MX & |
A, |
|
|
int |
n |
|
) |
| |
| const char* StiffnessIO::TempDir |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: