| 
    My Project
    
   programmer's documentation 
   | 
 

Go to the source code of this file.
Functions | |
| void | cs_mesh_smoother_fix_by_feature (cs_mesh_t *mesh, cs_real_t feature_angle, int vtx_is_fixed[]) | 
| Set fixed vertices flag based on feature angle criterion.  More... | |
| void | cs_mesh_smoother_unwarp (cs_mesh_t *mesh, const int vtx_is_fixed[]) | 
| Unwarping smoother.  More... | |
| void cs_mesh_smoother_fix_by_feature | ( | cs_mesh_t * | mesh, | 
| cs_real_t | feature_angle, | ||
| int | vtx_is_fixed[] | ||
| ) | 
Set fixed vertices flag based on feature angle criterion.
Please refer to the specific treatment for boundary faces section of the theory guide for more informations.
parameters:
| [in] | mesh | pointer to a cs_mesh_t structure | 
| [in] | feature_angle | feature angle (bounded between 0 and 90 degrees) | 
| [out] | vtx_is_fixed | array to define vertices mobility (1: fixed, 0: free) | 
| void cs_mesh_smoother_unwarp | ( | cs_mesh_t * | mesh, | 
| const int | vtx_is_fixed[] | ||
| ) | 
Unwarping smoother.
Please refer to the unwarping algorithm section of the theory guide for more informations.
parameters:
| [in] | mesh | pointer to a cs_mesh_t structure | 
| [out] | vtx_is_fixed | array to define vertices mobility (1 : fixed, 0 : free) | 
 1.8.16