OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
spmall3.F File Reference
#include "implicit_f.inc"
#include "comlock.inc"
#include "sphcom.inc"
#include "scr17_c.inc"
#include "lockon.inc"
#include "lockoff.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine spmallb3 (offg, off, kxsp, sph2sol, lft, llt, ismstr)

Function/Subroutine Documentation

◆ spmallb3()

subroutine spmallb3 ( offg,
off,
integer, dimension(nisp,*) kxsp,
integer, dimension(*) sph2sol,
integer, intent(inout) lft,
integer, intent(inout) llt,
integer, intent(inout) ismstr )

Definition at line 28 of file spmall3.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35#include "comlock.inc"
36C-----------------------------------------------
37C C o m m o n B l o c k s
38C-----------------------------------------------
39#include "sphcom.inc"
40#include "scr17_c.inc"
41C-----------------------------------------------
42C D u m m y A r g u m e n t s
43C-----------------------------------------------
44 INTEGER, INTENT(INOUT) :: LFT
45 INTEGER, INTENT(INOUT) :: LLT
46 INTEGER, INTENT(INOUT) :: ISMSTR
47C REAL
48 INTEGER KXSP(NISP,*),SPH2SOL(*)
50 . offg(*),off(*)
51C-----------------------------------------------
52C L o c a l V a r i a b l e s
53C-----------------------------------------------
54 INTEGER I
55C-----------------------------------------------
56 IF(ismstr==1.OR.ismstr==3)THEN
57 DO i=lft,llt
58 IF(offg(i)>zero)offg(i)=two
59 ENDDO
60 ENDIF
61C
62 IF (nsphsol/=0) THEN
63C-- Sol2sph
64 DO i=lft,llt
65 IF (sph2sol(i)==0) THEN
66 IF(offg(i)/=zero.AND.off(i)==zero)THEN
67 kxsp(2,i)=0
68#include "lockon.inc"
69 isphbuc =1
70 idel7nok=1
71#include "lockoff.inc"
72 END IF
73 IF(off(i)<one) offg(i) = off(i)
74 ENDIF
75 ENDDO
76C
77 ELSE
78C
79 DO i=lft,llt
80 IF(offg(i)/=zero.AND.off(i)==zero)THEN
81 kxsp(2,i)=0
82#include "lockon.inc"
83 isphbuc =1
84 idel7nok=1
85#include "lockoff.inc"
86 END IF
87 IF(off(i)<one) offg(i) = off(i)
88 ENDDO
89C
90 ENDIF
91C
92 RETURN
#define my_real
Definition cppsort.cpp:32