|
| subroutine | mod_gradient_operator_cell_to_cell::gradient_operator_cell_to_cell (field, order, direction, gradient) |
| | Gradient using n-th order differences.
|
| |
| subroutine | mod_gradient_operator_cell_to_cell::gradient_operator_cell_to_cell_generic (scheme, field, field_res) |
| | Compute the gradient of field on cells with the given scheme.
|
| |
| double precision function, dimension(spatial_dimension) | mod_gradient_operator_cell_to_cell::gradient_operator_cell_to_cell_unit_generic (scheme, field, i, j, k) |
| | Compute the gradient of the field at i,j,k
|
| |
| subroutine | mod_gradient_operator_cell_to_cell::gradient_operator_cell_to_cell_weno_generic (scheme, field, field_res) |
| | Compute the gradient of field on cells with the given scheme.
|
| |
| double precision function, dimension(spatial_dimension) | mod_gradient_operator_cell_to_cell::gradient_operator_cell_to_cell_weno_unit_generic (scheme, field, i, j, k) |
| | Compute the gradient of the field at i,j,k
|
| |