Searched refs:elem_old2new (Results 1 – 12 of 12) sorted by relevance
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/common/ |
H A D | hecmw_reorder.c | 503 int *elem_old2new) { in old2new_elem_internal_list() argument 508 elem_old2new[local_mesh->elem_internal_list[i] - 1]; in old2new_elem_internal_list() 518 int *elem_old2new) { in old2new_elem_grp_item() argument 525 elem_old2new[local_mesh->elem_group->grp_item[i] - 1]; in old2new_elem_grp_item() 535 int *elem_old2new) { in old2new_surf_grp_item() argument 542 elem_old2new[local_mesh->surf_group->grp_item[2 * i] - 1]; in old2new_surf_grp_item() 698 int *elem_old2new) { in set_elem_type_index() argument 732 elem_old2new[j] = elems + 1; in set_elem_type_index() 769 if (elem_old2new == NULL) { in HECMW_reorder_elem_type() 790 if (old2new_elem_info(local_mesh, elem_new2old, elem_old2new)) { in HECMW_reorder_elem_type() [all …]
|
H A D | hecmw_struct.h | 240 int *elem_old2new; member
|
H A D | hecmw_dist_free.c | 201 HECMW_free(mesh->elem_old2new); in HECMW_dist_clean()
|
H A D | hecmw_dist_copy_f2c_f.f90 | 510 if(associated(mesh%elem_old2new)) then 511 call hecmw_dist_copy_f2c_set_if(sname, vname, mesh%elem_old2new, ierr)
|
H A D | hecmw_dist_alloc.c | 163 mesh->elem_old2new = NULL; in init_struct_refine()
|
H A D | hecmw_dist_copy_f2c.c | 837 size = sizeof(*mesh->elem_old2new) * mesh->n_elem_gross; in set_elem_old2new() 838 mesh->elem_old2new = HECMW_malloc(size); in set_elem_old2new() 839 if (mesh->elem_old2new == NULL) { in set_elem_old2new() 843 memcpy(mesh->elem_old2new, src, size); in set_elem_old2new()
|
H A D | hecmw_io_dist.c | 1622 if ((mesh->elem_old2new = in get_refine_info() 1627 if (get_int_ary(mesh->elem_old2new, mesh->n_elem_gross, fp)) { in get_refine_info() 2705 if (print_int_ary(mesh->elem_old2new, mesh->n_elem_gross, COLS_INT_DEF, in print_refine_info()
|
H A D | hecmw_dist_copy_c2f_f.f90 | 592 allocate(mesh%elem_old2new(mesh%n_elem_gross)) 593 call hecmw_dist_copy_c2f_set_if(sname, vname, mesh%elem_old2new, ierr)
|
H A D | hecmw_util_f.F90 | 365 integer(kind=kint),pointer :: elem_old2new(:) component 800 nullify( P%elem_old2new )
|
H A D | hecmw_dist_copy_c2f.c | 953 src = mesh->elem_old2new; in set_elem_old2new() 954 size = sizeof(*mesh->elem_old2new) * mesh->n_elem_gross; in set_elem_old2new() 1984 static int is_alloc_elem_old2new(void) { return mesh->elem_old2new ? 1 : 0; } in is_alloc_elem_old2new()
|
H A D | hecmw_dist_refine.c | 4225 mesh->elem_old2new = old2new; in renumber_elements_generate_tables() 4415 if (reorder_elems(mesh, mesh->elem_old2new, mesh->elem_new2old) != in renumber_elements() 4445 if (reorder_elems(mesh, mesh->elem_new2old, mesh->elem_old2new) != in renumber_back_elements()
|
H A D | hecmw_io_mesh.c | 2393 mesh->elem_old2new = NULL; in setup_refine()
|