![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include "hecmw_dist.h"
#include "hecmw_util.h"
#include "hecmw_struct.h"
Go to the source code of this file.
Functions | |
int | HECMW_dist_get_mat_id (const struct hecmwST_material *mat, const char *name) |
int | HECMW_dist_get_ngrp_id (const struct hecmwST_node_grp *ngrp, const char *name) |
int | HECMW_dist_get_egrp_id (const struct hecmwST_elem_grp *egrp, const char *name) |
int | HECMW_dist_get_sgrp_id (const struct hecmwST_surf_grp *sgrp, const char *name) |
int | HECMW_dist_gid2lid_node (const struct hecmwST_local_mesh *mesh, int gid) |
int | HECMW_dist_gid2lid_elem (const struct hecmwST_local_mesh *mesh, int gid) |
int HECMW_dist_get_egrp_id | ( | const struct hecmwST_elem_grp * | egrp, |
const char * | name | ||
) |
Definition at line 63 of file hecmw_dist.c.
int HECMW_dist_get_mat_id | ( | const struct hecmwST_material * | mat, |
const char * | name | ||
) |
Definition at line 13 of file hecmw_dist.c.
int HECMW_dist_get_ngrp_id | ( | const struct hecmwST_node_grp * | ngrp, |
const char * | name | ||
) |
Definition at line 38 of file hecmw_dist.c.
int HECMW_dist_get_sgrp_id | ( | const struct hecmwST_surf_grp * | sgrp, |
const char * | name | ||
) |
Definition at line 88 of file hecmw_dist.c.
int HECMW_dist_gid2lid_elem | ( | const struct hecmwST_local_mesh * | mesh, |
int | gid | ||
) |
Definition at line 135 of file hecmw_dist.c.
int HECMW_dist_gid2lid_node | ( | const struct hecmwST_local_mesh * | mesh, |
int | gid | ||
) |
Definition at line 113 of file hecmw_dist.c.