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

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

Detailed Description

Todo
finish doc

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

Usage

Initialize to 0 a edge field:

call initialize(edge_field_variable, nx, ny, nz)

To initialize an adge field to another value:

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

Release the memory:

call unalloc(edge_field_variable)