Home
last modified time | relevance | path

Searched refs:elem_old2new (Results 1 – 12 of 12) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/common/
H A Dhecmw_reorder.c503 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 Dhecmw_struct.h240 int *elem_old2new; member
H A Dhecmw_dist_free.c201 HECMW_free(mesh->elem_old2new); in HECMW_dist_clean()
H A Dhecmw_dist_copy_f2c_f.f90510 if(associated(mesh%elem_old2new)) then
511 call hecmw_dist_copy_f2c_set_if(sname, vname, mesh%elem_old2new, ierr)
H A Dhecmw_dist_alloc.c163 mesh->elem_old2new = NULL; in init_struct_refine()
H A Dhecmw_dist_copy_f2c.c837 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 Dhecmw_io_dist.c1622 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 Dhecmw_dist_copy_c2f_f.f90592 allocate(mesh%elem_old2new(mesh%n_elem_gross))
593 call hecmw_dist_copy_c2f_set_if(sname, vname, mesh%elem_old2new, ierr)
H A Dhecmw_util_f.F90365 integer(kind=kint),pointer :: elem_old2new(:) component
800 nullify( P%elem_old2new )
H A Dhecmw_dist_copy_c2f.c953 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 Dhecmw_dist_refine.c4225 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 Dhecmw_io_mesh.c2393 mesh->elem_old2new = NULL; in setup_refine()