FlexELA
Loading...
Searching...
No Matches
ELA_Output.h
Go to the documentation of this file.
1#ifndef ELA_OUTPUT_H
2#define ELA_OUTPUT_H
3
4#include <ELA.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
40 const int* labels, const double* f, const double* dV, const int& num, const int& t_num, const double& time,
41 const char* folder, const bool& write_log=true
42);
43
67 const double* f, const int* labels, const double* dV, const int& t_num, const char* folder
68);
69
104 const int* labels, const double* dV, const int& num, const int& t_num, const double& time,
105 const char* folder
106);
107
122 const double* f, const double* dV, const int& num, const double& time, const char* folder
123);
124
125#ifdef __cplusplus
126}
127#endif
128
129#endif
Provides functions to setup ELA.
void ELA_OutputWriteV(const double *f, const int *labels, const double *dV, const int &t_num, const char *folder)
Calculate the volume vector (, Eq. 8)
void ELA_Output(const int *labels, const double *f, const double *dV, const int &num, const int &t_num, const double &time, const char *folder, const bool &write_log=true)
Has the same effect as calling ELA_OutputWriteV(), ELA_OutputWriteVTM(), and (if write_log is true) E...
void ELA_OutputWriteVTM(const int *labels, const double *dV, const int &num, const int &t_num, const double &time, const char *folder)
Calculate the volume tracking matrix (, Eq. 34)
void ELA_OutputLog(const double *f, const double *dV, const int &num, const double &time, const char *folder)
Calculates metrics for monitoring the performance of ELA.