OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
fvmbags_stub.F File Reference
#include "implicit_f.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine c_tricall (pnodes, pseg, pholes, ptri, nnp, nseg, nhol, nelp)
subroutine tribox3 (icut, bcenter, bhalfsize, tverts)
subroutine tritri3 (icut, fv0, fv1, fv2, fu0, fu1, fu2)
subroutine hypermesh_tetra (t_monvoln, nixsl, n, km, nb_extra_vertices, nb_tetra, nb_vertices)

Function/Subroutine Documentation

◆ c_tricall()

subroutine c_tricall ( pnodes,
integer, dimension(*) pseg,
pholes,
integer, dimension(*) ptri,
integer nnp,
integer nseg,
integer nhol,
integer nelp )

Definition at line 32 of file fvmbags_stub.F.

34C-----------------------------------------------
35C I m p l i c i t T y p e s
36C-----------------------------------------------
37#include "implicit_f.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 my_real :: pnodes(*),pholes(*)
42 INTEGER :: PTRI(*), PSEG(*)
43 INTEGER :: NNP,NSEG,NHOL,NELP
44C
45 CALL arret(5)
#define my_real
Definition cppsort.cpp:32
subroutine arret(nn)
Definition arret.F:87

◆ hypermesh_tetra()

subroutine hypermesh_tetra ( type(monvol_struct_), intent(in) t_monvoln,
integer, intent(in) nixsl,
integer, intent(in) n,
integer, intent(in) km,
integer, intent(inout) nb_extra_vertices,
integer, intent(inout) nb_tetra,
integer, intent(inout) nb_vertices )

Definition at line 93 of file fvmbags_stub.F.

95C-----------------------------------------------
96C M o d u l e s
97C-----------------------------------------------
99 USE message_mod
101C-----------------------------------------------
102C I m p l i c i t T y p e s
103C-----------------------------------------------
104#include "implicit_f.inc"
105C-----------------------------------------------
106C D u m m y A r g u m e n t s
107C-----------------------------------------------
108 INTEGER, INTENT(IN) :: NIXSL
109 INTEGER, INTENT(IN) :: N, KM
110 INTEGER, INTENT(INOUT) :: NB_EXTRA_VERTICES, NB_TETRA, NB_VERTICES
111 TYPE(MONVOL_STRUCT_), INTENT(IN) :: T_MONVOLN
112 WRITE(6,*) "FVMBAGS require a mesher"
113 stop

◆ tribox3()

subroutine tribox3 ( integer icut,
bcenter,
bhalfsize,
tverts )

Definition at line 54 of file fvmbags_stub.F.

55C-----------------------------------------------
56C I m p l i c i t T y p e s
57C-----------------------------------------------
58#include "implicit_f.inc"
59C-----------------------------------------------
60C D u m m y A r g u m e n t s
61C-----------------------------------------------
62 INTEGER :: ICUT
63 my_real :: bcenter(3),bhalfsize(3),tverts(9)
64 CALL arret(5)

◆ tritri3()

subroutine tritri3 ( integer icut,
fv0,
fv1,
fv2,
fu0,
fu1,
fu2 )

Definition at line 73 of file fvmbags_stub.F.

74C-----------------------------------------------
75C I m p l i c i t T y p e s
76C-----------------------------------------------
77#include "implicit_f.inc"
78C-----------------------------------------------
79C D u m m y A r g u m e n t s
80C-----------------------------------------------
81 INTEGER :: ICUT
82 my_real :: fv0, fv1, fv2, fu0, fu1, fu2
83 CALL arret(5)