Home
last modified time | relevance | path

Searched refs:n_glob_ents (Results 1 – 3 of 3) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_restart.c312 loc->n_glob_ents = 0; in _locations_from_index()
1041 cs_gnum_t n_glob_ents; in _check_section() local
1062 n_glob_ents = (restart->location[location_id-1]).n_glob_ents; in _check_section()
1165 cs_gnum_t n_glob_ents; in _read_section() local
1194 n_glob_ents = (restart->location[location_id-1]).n_glob_ents; in _read_section()
1343 else if (n_glob_ents > 0) in _read_section()
1407 n_glob_ents = (restart->location[location_id-1]).n_glob_ents; in _write_section()
1522 n_glob_ents = _loc_ref->n_glob_ents; in _add_location_check_ref()
2450 (restart->location[loc_id]).n_glob_ents = n_glob_ents; in cs_restart_add_location()
2489 (restart->location[restart->n_locations-1]).n_glob_ents = n_glob_ents; in cs_restart_add_location()
[all …]
H A Dcs_restart.h474 cs_gnum_t n_glob_ents,
493 cs_gnum_t n_glob_ents,
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_matrix_util.c1280 cs_gnum_t n_glob_ents = 0; in _write_matrix_g() local
1305 n_glob_ents = fvm_io_num_get_global_count(io_num); in _write_matrix_g()
1313 n_glob_ents); in _write_matrix_g()
1322 cs_file_write_global(f, &n_glob_ents, sizeof(cs_gnum_t), 1); in _write_matrix_g()
1421 cs_gnum_t n_glob_ents = 0; in _write_matrix_l() local
1433 n_glob_ents = n_entries; in _write_matrix_l()
1437 cs_file_write_global(f, &n_glob_ents, sizeof(cs_gnum_t), 1); in _write_matrix_l()
1489 cs_gnum_t local_max = 0, n_glob_ents = 0; in _write_vector_g() local
1523 n_glob_ents); in _write_vector_g()
1532 cs_file_write_global(f, &n_glob_ents, sizeof(cs_gnum_t), 1); in _write_vector_g()
[all …]