#include <vector>
#include <libconfig.h>
#include <algorithm>
#include "uth_log.h"
#include "uth_bc.h"
#include "uth_mat.h"
Functions | |
bool | operator== (const utt_bc_assignment &f, const utt_bc_assignment &s) |
void | utr_bc_clear_all () |
int | utr_bc_read_to_insert_assigments (const char *Work_dir, const char *Filename, FILE *Interactive_output) |
int | utr_bc_to_insert_n_assigments () |
int | utr_bc_to_insert_completed () |
const utt_bc_assignment * | utr_bc_to_insert_get_assigments () |
int | utr_bc_get_blockID (int groupID) |
To get block number associated with given element group number. | |
double | utr_temp2block_id (int id) |
int | utr_temp2block_size () |
int | utr_bc_read_block_assigments (const char *Work_dir, const char *Filename, FILE *Interactive_output) |
utr_bc_read_assigments | |
int | utr_bc_get_n_block_assignments () |
Variables | |
std::vector< int > | utv_group2block |
std::vector< double > | utv_temp2block |
std::vector< utt_bc_assignment > | utv_bc2insert |
bool operator== | ( | const utt_bc_assignment & | f, | |
const utt_bc_assignment & | s | |||
) |
void utr_bc_clear_all | ( | ) |
int utr_bc_get_blockID | ( | int | groupID | ) |
To get block number associated with given element group number.
groupID | int see mmr_el_groupID |
int utr_bc_get_n_block_assignments | ( | ) |
int utr_bc_read_block_assigments | ( | const char * | Work_dir, | |
const char * | Filename, | |||
FILE * | Interactive_output | |||
) |
utr_bc_read_assigments
BLOCKS ////////////////////////////
Work_dir | ||
Filename | ||
Interactive_output |
int utr_bc_read_to_insert_assigments | ( | const char * | Work_dir, | |
const char * | Filename, | |||
FILE * | Interactive_output | |||
) |
int utr_bc_to_insert_completed | ( | ) |
const utt_bc_assignment* utr_bc_to_insert_get_assigments | ( | ) |
int utr_bc_to_insert_n_assigments | ( | ) |
double utr_temp2block_id | ( | int | id | ) |
number | const int | |
bc_num_to_set | utt_bc_assignment* |
int utr_temp2block_size | ( | ) |
std::vector<utt_bc_assignment> utv_bc2insert |
std::vector<int> utv_group2block |
std::vector<double> utv_temp2block |