Interpolation of a scalar field from cell centres to vertices.
Input field is at cell centres (data_loc=CELL) in DIR_Z layout. Output field is at vertices (data_loc=VERT) in DIR_X layout.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(vector_calculus_t) | :: | self | ||||
| class(field_t), | intent(inout) | :: | p_out | |||
| class(field_t), | intent(in) | :: | p | |||
| class(tdsops_t), | intent(in) | :: | x_interpl_c2v | |||
| class(tdsops_t), | intent(in) | :: | y_interpl_c2v | |||
| class(tdsops_t), | intent(in) | :: | z_interpl_c2v |