Gradient of a scalar field 'p'.
Evaluated at the vertices (data_loc=VERT) Input field is at cell centers (data_loc=CELL)
Input field is in DIR_Z data layout. Output fields (dpdx, dpdy, dpdz) are in DIR_X data layout.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_calculus_t) | :: | self | ||||
class(field_t), | intent(inout) | :: | dpdx | |||
class(field_t), | intent(inout) | :: | dpdy | |||
class(field_t), | intent(inout) | :: | dpdz | |||
class(field_t), | intent(in) | :: | p | |||
class(tdsops_t), | intent(in) | :: | x_stagder_c2v | |||
class(tdsops_t), | intent(in) | :: | x_interpl_c2v | |||
class(tdsops_t), | intent(in) | :: | y_stagder_c2v | |||
class(tdsops_t), | intent(in) | :: | y_interpl_c2v | |||
class(tdsops_t), | intent(in) | :: | z_stagder_c2v | |||
class(tdsops_t), | intent(in) | :: | z_interpl_c2v |