OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
donerbe2.F File Reference
#include "implicit_f.inc"
#include "task_c.inc"
#include "com01_c.inc"
#include "param_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine donerbe2 (i, nerbe2_1, irbe2, nerbe2t)

Function/Subroutine Documentation

◆ donerbe2()

subroutine donerbe2 ( integer i,
integer nerbe2_1,
integer, dimension(nrbe2l,*) irbe2,
integer, dimension(*) nerbe2t )

Definition at line 28 of file donerbe2.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "task_c.inc"
37#include "com01_c.inc"
38#include "param_c.inc"
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 INTEGER I,NERBE2_1,
43 . IRBE2(NRBE2L,*),NERBE2T(*)
44C-----------------------------------------------
45C L o c a l V a r i a b l e s
46C-----------------------------------------------
47 IF (nspmd>1) THEN
48 IF (ispmd==0) THEN
49 nerbe2_1 = nerbe2_1 + nerbe2t(i)
50 ENDIF
51 ELSE
52 nerbe2_1 = nerbe2_1 + irbe2(5,i)
53 ENDIF
54 RETURN