The TELEMAC-MASCARET system  trunk
um1x04.f
Go to the documentation of this file.
1 ! *****************
2  SUBROUTINE um1x04
3 ! *****************
4 !
5  &(x1,x2,d12)
6 !
7 !***********************************************************************
8 ! BIEF V6P1 21/08/2010
9 !***********************************************************************
10 !
11 !brief SEE UM1X.
12 !
13 !history J.M. HERVOUET (LNH)
14 !+ 23/12/94
15 !+ V5P1
16 !+
17 !
18 !history N.DURAND (HRW), S.E.BOURBAN (HRW)
19 !+ 13/07/2010
20 !+ V6P0
21 !+ Translation of French comments within the FORTRAN sources into
22 !+ English comments
23 !
24 !history N.DURAND (HRW), S.E.BOURBAN (HRW)
25 !+ 21/08/2010
26 !+ V6P0
27 !+ Creation of DOXYGEN tags for automated documentation and
28 !+ cross-referencing of the FORTRAN sources
29 !
30 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 !| D12 |-->| UPPER DIAGONALE
32 !| X1 |<->| UPPER UNKNOWN
33 !| X2 |-->| LOWER UNKNOWN
34 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35 !
36  USE bief, ex_um1x04 => um1x04
37 !
39  IMPLICIT NONE
40 !
41 !+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
42 !
43 ! STRUCTURES OF VECTORS
44 !
45  TYPE(bief_obj), INTENT(INOUT) :: X1
46  TYPE(bief_obj), INTENT(IN) :: X2,D12
47 !
48 !+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
49 !
50  CALL os( 'X=X-YZ ' , x=x1 , y=x2 , z=d12 )
51 !
52 !-----------------------------------------------------------------------
53 !
54  RETURN
55  END
subroutine um1x04(X1, X2, D12)
Definition: um1x04.f:7
subroutine os(OP, X, Y, Z, C, IOPT, INFINI, ZERO)
Definition: os.f:7
Definition: bief.f:3