Declaration of a type for double precision gradient of a face_field vector. More...
Data Types | |
| interface | initialize |
| type | t_face_vector_gradient |
| interface | unalloc |
Functions/Subroutines | |
| pure subroutine, private | initialize_face_vector_gradient (vector_gradient, nx, ny, nz) |
| Initialize a vector gradient. | |
| subroutine, private | unalloc_face_vector_gradient (vector_gradient) |
| Unalloc a vector gradient. | |
Declaration of a type for double precision gradient of a face_field vector.
Contains initialization and unallocation routines for a double precision of the gradient of a face_field vector
Initialize to 0 a face field vector gradient:
Release the memory:
|
private |
Initialize a vector gradient.
|
private |
Unalloc a vector gradient.