Interpolate vector field from faces to cells. More...
Functions/Subroutines | |
| pure subroutine | interpolate_vector_face_to_cell_1tensor (face_field, field_cell) |
| Interpolate at the cell centers a vector field defined on faces. | |
| pure subroutine | interpolate_vector_face_to_cell_2tensors (face_field, field_u_cell, field_v_cell) |
| Interpolate at the cell centers a vector field defined on faces (2D) | |
| pure subroutine | interpolate_vector_face_to_cell_3tensors (face_field, field_u_cell, field_v_cell, field_w_cell) |
| Interpolate at the cell centers a vector field defined on faces (3D) | |
Interpolate vector field from faces to cells.
|
private |
Interpolate at the cell centers a vector field defined on faces.
| [in] | face_field | The x,y,z components tensor on the faces. |
| [out] | field_cell | The (x,y,z) component tensor on the cells (nx,ny,nz) |
|
private |
Interpolate at the cell centers a vector field defined on faces (2D)
| [in] | face_field | The x,y,z components tensor on the faces. |
| [out] | field_u_cell | The x component tensor on the cells (nx,ny,nz) |
| [out] | field_v_cell | The y component tensor on the cells (nx,ny,nz) |
|
private |
Interpolate at the cell centers a vector field defined on faces (3D)
| [in] | face_field | The x,y,z components tensor on the faces. |
| [out] | field_u_cell | The x component tensor on the cells (nx,ny,nz) |
| [out] | field_v_cell | The y component tensor on the cells (nx,ny,nz) |
| [out] | field_w_cell | The z component tensor on the cells (nx,ny,nz) |