Go to the source code of this file.
◆ cs_mesh_update_partial()
| void cs_mesh_update_partial |
( |
void |
| ) |
|
Update some mesh structures.
This function regroups all the data that needs to be updated after some mesh operations, such as renumbering or redistribution.
- Parameters
-
◆ cs_renumber_update()
| void cs_renumber_update |
( |
void |
| ) |
|
Renumber mesh and update all associated data.
◆ cs_renumber_update_bc_types()
| void cs_renumber_update_bc_types |
( |
const cs_lnum_t |
b_face_n2o[] | ) |
|
Renumber bc_types based on new-to-old element map.
DOXYGEN_SHOULD_SKIP_THIS
- Parameters
-
| [in] | b_face_n2o | boundary faces new-to-old mapping |
◆ cs_renumber_update_fields()
Renumber fields and bc_coeffs based on new-to-old element map.
- Parameters
-
| [in] | cell_n2o | cells new-to-old mapping |
| [in] | i_face_n2o | internal faces new-to-old mapping |
| [in] | b_face_n2o | boundary faces new-to-old mapping |
| [in] | vtx_n2o | vertices new-to-old mapping |