version 0.6.0
Loading...
Searching...
No Matches
type_face_field Module Reference

Declaration of a type (and associated routines) for double precision variable defined on faces. More...

Functions/Subroutines

pure subroutine, public initialize_face_field_extended_double (field, kkk, lll, mmm, nnn, val_x, val_y, val_z)
 Initialize a double face field extended.
 

Detailed Description

Todo
finish doc

Contains initialization and unallocation routines for integer, double precision and logical face_field type

Usage

Initialize to 0 a face field:

call initialize(face_field_variable, nx, ny, nz)

To initialize a face field to another value:

call initialize(face_field_variable, nx, ny, nz, val_x=1d0, val_y=1d0, val_z=1d0)

Release the memory:

call unalloc(face_field_variable)