OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
brest2.F File Reference
#include "implicit_f.inc"
#include "mvsiz_p.inc"
#include "param_c.inc"
#include "vect01_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine brest2 (volt, ic, voln, aire, aires, d1, d2, d3, d4, d5, d6, d1s, d2s, d3s, d4s, d5s, d6s, mat, mat_param, nummat)

Function/Subroutine Documentation

◆ brest2()

subroutine brest2 ( volt,
integer, dimension(7,*) ic,
voln,
aire,
aires,
d1,
d2,
d3,
d4,
d5,
d6,
d1s,
d2s,
d3s,
d4s,
d5s,
d6s,
integer, dimension(*) mat,
type(matparam_struct_), dimension(nummat), intent(in) mat_param,
integer, intent(in) nummat )

Definition at line 30 of file brest2.F.

35C-----------------------------------------------
36C M o d u l e s
37C-----------------------------------------------
38 USE matparam_def_mod, ONLY : matparam_struct_
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C G l o b a l P a r a m e t e r s
45C-----------------------------------------------
46#include "mvsiz_p.inc"
47C-----------------------------------------------
48C C o m m o n B l o c k s
49C-----------------------------------------------
50#include "param_c.inc"
51#include "vect01_c.inc"
52C-----------------------------------------------
53C D u m m y A r g u m e n t s
54C-----------------------------------------------
55 INTEGER IC(7,*), MAT(*)
56 my_real volt(*), voln(mvsiz),
57 . aire(*), aires(*),
58 . d1(*), d2(*), d3(*), d4(*), d5(*), d6(*),
59 . d1s(*), d2s(*), d3s(*), d4s(*), d5s(*), d6s(*)
60 INTEGEr,INTENT(IN) :: NUMMAT
61 TYPE(MATPARAM_STRUCT_) ,DIMENSION(NUMMAT) ,INTENT(IN) :: MAT_PARAM
62C-----------------------------------------------
63C L o c a l V a r i a b l e s
64C-----------------------------------------------
65 INTEGER I, MT
66C-----------------------------------------------
67C S o u r c e L i n e s
68C-----------------------------------------------
69 DO i=lft,llt
70 mt=ic(1,i)
71 mat(i)=mat_param(mt)%MULTIMAT%MID(jmult)
72 voln(i)=volt(i)
73 aire(i)=aires(i)
74 d1(i)=d1s(i)
75 d2(i)=d2s(i)
76 d3(i)=d3s(i)
77 d4(i)=d4s(i)
78 d5(i)=d5s(i)
79 d6(i)=d6s(i)
80 ENDDO
81
82 RETURN
#define my_real
Definition cppsort.cpp:32