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

Go to the source code of this file.

Functions/Subroutines

subroutine init_trim (ninter)

Function/Subroutine Documentation

◆ init_trim()

subroutine init_trim ( integer, intent(in) ninter)

Definition at line 30 of file init_trim.F.

31C Initialize arrays that are use to decide if bounding boxes
32C of each interfaces should be trimmed or not
33C============================================================================
34C M o d u l e s
35C-----------------------------------------------
36 USE tri7box
37C-----------------------------------------------
38C I m p l i c i t T y p e s
39C-----------------------------------------------
40#include "implicit_f.inc"
41 INTEGER, INTENT(IN) :: NINTER
42 ALLOCATE(to_trim(ninter))
43 ALLOCATE(first_test(ninter))
44 to_trim(1:ninter) = .true.
45 first_test(1:ninter) = .true.
logical, dimension(:), allocatable first_test
Definition tri7box.F:420
logical, dimension(:), allocatable to_trim
Definition tri7box.F:420