OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
donerbe3.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 donerbe3 (i, nerbe3_1, irbe3, nerbe3t)

Function/Subroutine Documentation

◆ donerbe3()

subroutine donerbe3 ( integer i,
integer nerbe3_1,
integer, dimension(nrbe3l,*) irbe3,
integer, dimension(*) nerbe3t )

Definition at line 28 of file donerbe3.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,NERBE3_1,
43 . IRBE3(NRBE3L,*),NERBE3T(*)
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 nerbe3_1 = nerbe3_1 + nerbe3t(i)
50 ENDIF
51 ELSE
52 nerbe3_1 = nerbe3_1 + irbe3(5,i)
53 ENDIF
54 RETURN