Interpolate scalar from faces to edges.
|
double precision function | interpolate_face_u_to_edge_y_nonuniform_unit_field (field_u, i, j, k) |
| Interpolate on the edge y the field defined on faces u at the position "i,j,k", on a non uniform grid.
|
|
double precision function | interpolate_face_u_to_edge_z_nonuniform_unit_field (field_u, i, j, k) |
| Interpolate on the edge z the field defined on faces u at the position "i,j,k", on a non uniform grid.
|
|
double precision function | interpolate_face_v_to_edge_x_nonuniform_unit_field (field_v, i, j, k) |
| Interpolate on the edge x the field defined on faces v at the position "i,j,k", on a non uniform grid.
|
|
double precision function | interpolate_face_v_to_edge_z_nonuniform_unit_field (field_v, i, j, k) |
| Interpolate on the edge z the field defined on faces v at the position "i,j,k", on a non uniform grid.
|
|
double precision function | interpolate_face_w_to_edge_x_nonuniform_unit_field (field_w, i, j, k) |
| Interpolate on the edge x the field defined on faces w at the position "i,j,k", on a non uniform grid.
|
|
double precision function | interpolate_face_w_to_edge_y_nonuniform_unit_field (field_w, i, j, k) |
| Interpolate on the edge y the field defined on faces w at the position "i,j,k", on a non uniform grid.
|
|
double precision function | interpolate_face_u_to_edge_y_nonuniform_unit_face_field (vector_field, i, j, k) |
| Interpolate on the edge y the field defined on faces u at the position "i,j,k", on a non uniform grid Wrapper.
|
|
double precision function | interpolate_face_u_to_edge_z_nonuniform_unit_face_field (vector_field, i, j, k) |
| Interpolate on the edge z the field defined on faces u at the position "i,j,k", on a non uniform grid Wrapper.
|
|
double precision function | interpolate_face_v_to_edge_x_nonuniform_unit_face_field (vector_field, i, j, k) |
| Interpolate on the edge x the field defined on faces v at the position "i,j,k", on a non uniform grid Wrapper.
|
|
double precision function | interpolate_face_v_to_edge_z_nonuniform_unit_face_field (vector_field, i, j, k) |
| Interpolate on the edge z the field defined on faces v at the position "i,j,k", on a non uniform grid Wrapper.
|
|
double precision function | interpolate_face_w_to_edge_x_nonuniform_unit_face_field (vector_field, i, j, k) |
| Interpolate on the edge x the field defined on faces w at the position "i,j,k", on a non uniform grid Wrapper.
|
|
double precision function | interpolate_face_w_to_edge_y_nonuniform_unit_face_field (vector_field, i, j, k) |
| Interpolate on the edge y the field defined on faces w at the position "i,j,k", on a non uniform grid Wrapper.
|
|