OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
inigrav Module Reference

Data Types

type  t_inigrav_parts

Functions/Subroutines

subroutine inigrav_part_list_destroy (this)

Variables

integer, dimension(:,:), allocatable inigrv
type(t_inigrav_partsinigrav_parts

Function/Subroutine Documentation

◆ inigrav_part_list_destroy()

subroutine inigrav::inigrav_part_list_destroy ( class(t_inigrav_parts), intent(inout) this)

Definition at line 59 of file inigrav_mod.F.

60 implicit none
61 class(t_inigrav_parts), intent(inout) :: this
62 if(allocated(this%TAGPART)) deallocate(this%TAGPART)
63 if(allocated(this%NG)) deallocate(this%NG)
64 if(allocated(this%GRAV0)) deallocate(this%GRAV0)

Variable Documentation

◆ inigrav_parts

type(t_inigrav_parts) inigrav::inigrav_parts

Definition at line 52 of file inigrav_mod.F.

52 TYPE(t_inigrav_parts) :: INIGRAV_PARTS

◆ inigrv

integer, dimension(:,:), allocatable inigrav::inigrv

Definition at line 38 of file inigrav_mod.F.

38 INTEGER , DIMENSION(:,:), ALLOCATABLE :: INIGRV