OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
ale_connectivity_mod::t_ale_connectivity Type Reference

Public Member Functions

procedure, pass ale_connectivity_init (this)
procedure, pass ale_compute_connectivity (this, numnod, numelq, numeltg, numels, nixq, nixtg, nixs, ixq, ixtg, ixs)
procedure, pass ale_compute_ee_connectivity (this, pm, igeo, npropgi, numgeo, npropm, nummat, numnod, numelq, numeltg, numels, n2d, iale, ieuler, itherm, ialelag, ishadow, nixq, nixtg, nixs, ixq, ixtg, ixs)
procedure, pass ale_deallocate_connectivity (this)

Data Fields

type(t_connectivitynn_connect
type(t_connectivityne_connect
type(t_connectivity_ext1ee_connect
logical has_nn_connect = .FALSE.
logical has_ne_connect = .FALSE.
logical has_ee_connect = .FALSE.
logical has_idglob = .FALSE.
logical nale_already_computed = .FALSE.
integer, dimension(:), allocatable nale
type(t_idglob) idglob

Detailed Description

Definition at line 254 of file ale_connectivity_mod.F.

Member Function/Subroutine Documentation

◆ ale_compute_connectivity()

procedure, pass ale_connectivity_mod::t_ale_connectivity::ale_compute_connectivity ( class(t_ale_connectivity), intent(inout) this,
integer, intent(in) numnod,
integer, intent(in) numelq,
integer, intent(in) numeltg,
integer, intent(in) numels,
integer, intent(in) nixq,
integer, intent(in) nixtg,
integer, intent(in) nixs,
integer, dimension(nixq, numelq), intent(in) ixq,
integer, dimension(nixtg, numeltg), intent(in) ixtg,
integer, dimension(nixs, numels), intent(in) ixs )

Definition at line 267 of file ale_connectivity_mod.F.

◆ ale_compute_ee_connectivity()

procedure, pass ale_connectivity_mod::t_ale_connectivity::ale_compute_ee_connectivity ( class(t_ale_connectivity), intent(inout) this,
intent(in) pm,
integer, dimension(npropgi, numgeo), intent(in) igeo,
integer, intent(in) npropgi,
integer, intent(in) numgeo,
integer, intent(in) npropm,
integer, intent(in) nummat,
integer, intent(in) numnod,
integer, intent(in) numelq,
integer, intent(in) numeltg,
integer, intent(in) numels,
integer, intent(in) n2d,
integer, intent(in) iale,
integer, intent(in) ieuler,
integer, intent(in) itherm,
integer, intent(in) ialelag,
logical, intent(in) ishadow,
integer, intent(in) nixq,
integer, intent(in) nixtg,
integer, intent(in) nixs,
integer, dimension(nixq, numelq), intent(in) ixq,
integer, dimension(nixtg, numeltg), intent(in) ixtg,
integer, dimension(nixs, numels), intent(in) ixs )
Parameters
[in]ishadowshadowing option for detonators (Eikonal equation solver)

Definition at line 268 of file ale_connectivity_mod.F.

◆ ale_connectivity_init()

procedure, pass ale_connectivity_mod::t_ale_connectivity::ale_connectivity_init ( class(t_ale_connectivity), intent(inout) this)

Definition at line 266 of file ale_connectivity_mod.F.

◆ ale_deallocate_connectivity()

procedure, pass ale_connectivity_mod::t_ale_connectivity::ale_deallocate_connectivity ( class(t_ale_connectivity), intent(inout) this)

Definition at line 269 of file ale_connectivity_mod.F.

Field Documentation

◆ ee_connect

type(t_connectivity_ext1) ale_connectivity_mod::t_ale_connectivity::ee_connect

Definition at line 257 of file ale_connectivity_mod.F.

257 TYPE(T_CONNECTIVITY_EXT1) :: EE_CONNECT

◆ has_ee_connect

logical ale_connectivity_mod::t_ale_connectivity::has_ee_connect = .FALSE.

Definition at line 260 of file ale_connectivity_mod.F.

260 LOGICAL :: HAS_EE_CONNECT = .false.

◆ has_idglob

logical ale_connectivity_mod::t_ale_connectivity::has_idglob = .FALSE.

Definition at line 261 of file ale_connectivity_mod.F.

261 LOGICAL :: HAS_IDGLOB = .false.

◆ has_ne_connect

logical ale_connectivity_mod::t_ale_connectivity::has_ne_connect = .FALSE.

Definition at line 259 of file ale_connectivity_mod.F.

259 LOGICAL :: HAS_NE_CONNECT = .false.

◆ has_nn_connect

logical ale_connectivity_mod::t_ale_connectivity::has_nn_connect = .FALSE.

Definition at line 258 of file ale_connectivity_mod.F.

258 LOGICAL :: HAS_NN_CONNECT = .false.

◆ idglob

type(t_idglob) ale_connectivity_mod::t_ale_connectivity::idglob

Definition at line 264 of file ale_connectivity_mod.F.

264 TYPE(T_IDGLOB) :: IDGLOB

◆ nale

integer, dimension(:), allocatable ale_connectivity_mod::t_ale_connectivity::nale

Definition at line 263 of file ale_connectivity_mod.F.

263 INTEGER, DIMENSION(:), ALLOCATABLE :: NALE

◆ nale_already_computed

logical ale_connectivity_mod::t_ale_connectivity::nale_already_computed = .FALSE.

Definition at line 262 of file ale_connectivity_mod.F.

262 LOGICAL :: NALE_ALREADY_COMPUTED = .false.

◆ ne_connect

type(t_connectivity) ale_connectivity_mod::t_ale_connectivity::ne_connect

Definition at line 256 of file ale_connectivity_mod.F.

◆ nn_connect

type(t_connectivity) ale_connectivity_mod::t_ale_connectivity::nn_connect

Definition at line 256 of file ale_connectivity_mod.F.

256 TYPE(T_CONNECTIVITY) :: NN_CONNECT, NE_CONNECT

The documentation for this type was generated from the following file: