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

Go to the source code of this file.

Functions/Subroutines

subroutine alemuscl_deallocate ()

Function/Subroutine Documentation

◆ alemuscl_deallocate()

subroutine alemuscl_deallocate

Definition at line 30 of file alemuscl_deallocate.F.

31C-----------------------------------------------
32C M o d u l e s
33C-----------------------------------------------
35C-----------------------------------------------
36C I m p l i c i t T y p e s
37C-----------------------------------------------
38#include "implicit_f.inc"
39C-----------------------------------------------
40C S o u r c e L i n e s
41C-----------------------------------------------
42 IF (ALLOCATED(alemuscl_buffer%VOLUME_FRACTION)) DEALLOCATE(alemuscl_buffer%VOLUME_FRACTION)
43 IF (ALLOCATED(alemuscl_buffer%NODE_MAX_VALUE)) DEALLOCATE(alemuscl_buffer%NODE_MAX_VALUE)
44 IF (ALLOCATED(alemuscl_buffer%NODE_MIN_VALUE)) DEALLOCATE(alemuscl_buffer%NODE_MIN_VALUE)
45 IF (ALLOCATED(alemuscl_buffer%GRAD)) DEALLOCATE(alemuscl_buffer%GRAD)
46 IF (ALLOCATED(alemuscl_buffer%ELCENTER)) DEALLOCATE(alemuscl_buffer%ELCENTER)
47C-----------------------------------------------
type(alemuscl_buffer_) alemuscl_buffer