5 &(nlim,lihbor,liubor,livbor,hbor,ubor,vbor,
6 & chbord,nbor,npmax,nptfr)
36 INTEGER,
INTENT(IN) :: NLIM
37 INTEGER,
INTENT(IN) :: NPTFR
38 INTEGER,
INTENT(IN) :: NPMAX
39 INTEGER,
INTENT(INOUT) :: LIUBOR(npmax),LIVBOR(npmax)
40 INTEGER,
INTENT(INOUT) :: LIHBOR(npmax)
41 INTEGER,
INTENT(INOUT) :: NBOR(npmax)
42 DOUBLE PRECISION,
INTENT(INOUT) :: UBOR(npmax),VBOR(npmax)
43 DOUBLE PRECISION,
INTENT(INOUT) :: HBOR(npmax),CHBORD(npmax)
48 INTEGER,
ALLOCATABLE :: NCOLOR(:)
50 ALLOCATE(ncolor(nptfr))
56 & nptfr, lihbor, liubor, livbor, hbor, ubor, vbor,
57 & chbord, lihbor, hbor, hbor, hbor, ncolor, ierr)
58 CALL check_call(ierr,
'WRITESELLIM:SET_BND')
character(len=8) out_format
subroutine set_bnd(FFORMAT, FID, TYPE_BND_ELT, NELEBD, NDP, IKLE, NPTFR, LIHBOR, LIUBOR, LIVBOR, HBOR, UBOR, VBOR, CHBORD, LITBOR, TBOR, ATBOR, BTBOR, COLOR, IERR)
subroutine writesellim(NLIM, LIHBOR, LIUBOR, LIVBOR, HBOR, UBOR, VBOR, CHBORD, NBOR, NPMAX, NPTFR)