Functions |
TicooMesh3D & | utr_mesh_read_ticoo_from_intf (const int Mesh_id) |
int | utr_mesh_write_ticoo_to_intf (const int Mesh_id, const TicooMesh3D &t_mesh) |
int | utr_mesh_insert_BC_contact (const char *Workdir, const int Mesh_id, const int N_contacts, const int *BC_nums, const int *IDs, const utt_mesh_bc_type *Types) |
| utr_mesh_insert_BC_contact To insert contact faces into the given mesh.
|
int | utr_mesh_insert_new_bcnums (const char *Workdir, const int Mesh_id) |
void | utr_mesh_compute_vec_norm_at_nodes (const int Mesh_id) |
void | utr_mesh_get_vec_norm_at_node (const int Mesh_id, int Node_id, double *Vec_norm) |
int | utr_mesh_smoothing (const int Mesh_id, double param1, int param2) |
int | utr_mesh_smoothing_menu (const int Mesh_id, FILE *Interactive_input, FILE *Interactive_output) |
int | utr_count_bc_surface (const int Mesh_id, FILE *Interactive_output) |
int | utr_mesh_quality_statistics (const int Mesh_id, FILE *Interactive_output) |
Variables |
std::vector< std::vector
< double > > | utv_mesh_vec_norm_at_nodes |
| utv_mesh_vec_norm_at_nodes - holds normal vector at node
|