The TELEMAC-MASCARET system  trunk
Functions/Subroutines
maskbd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine maskbd (MASKEL, ZFE, ZF, HN, HMIN, IKLE, IFABOR, ITRA01, NELEM, NPOIN)
 

Function/Subroutine Documentation

◆ maskbd()

subroutine maskbd ( double precision, dimension(nelem), intent(inout)  MASKEL,
double precision, dimension(nelem), intent(in)  ZFE,
double precision, dimension(npoin), intent(in)  ZF,
double precision, dimension(npoin), intent(in)  HN,
double precision, intent(in)  HMIN,
integer, dimension(nelem,3), intent(in)  IKLE,
integer, dimension(nelem,3), intent(in)  IFABOR,
integer, dimension(nelem), intent(inout)  ITRA01,
integer, intent(in)  NELEM,
integer, intent(in)  NPOIN 
)
Parameters
[in]nelemHMIN Minimum value of depth
[in]HNWater depth at time n
[in]IFABORElements behind the edges of a triangle IF NEGATIVE OR ZERO, THE EDGE IS A LIQUID BOUNDARY
[in]IKLEConnectivity table.
[in]ITRA01Work array of integers
[out]MASKELMasking of elements =1. : NORMAL =0. : MASKED ELEMENT
[in]NELEMNumber of elements
[in]NPOINNumber of points
[in]ZFElevation of bottom
[in]ZFEElevation of bottom, per element
[in]npoinHMIN Minimum value of depth
[in]HNWater depth at time n
[in]IFABORElements behind the edges of a triangle IF NEGATIVE OR ZERO, THE EDGE IS A LIQUID BOUNDARY
[in]IKLEConnectivity table.
[in]ITRA01Work array of integers
[out]MASKELMasking of elements =1. : NORMAL =0. : MASKED ELEMENT
[in]NELEMNumber of elements
[in]NPOINNumber of points
[in]ZFElevation of bottom
[in]ZFEElevation of bottom, per element

Definition at line 7 of file maskbd.f.

+ Here is the caller graph for this function: