OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
mumps_ddll::ddll_node_t Type Reference

Data Fields

type(ddll_node_t), pointer next
type(ddll_node_t), pointer prev
double precision elmt

Detailed Description

Definition at line 529 of file double_linked_list.F.

Field Documentation

◆ elmt

double precision mumps_ddll::ddll_node_t::elmt

Definition at line 531 of file double_linked_list.F.

531 DOUBLE PRECISION :: ELMT

◆ next

type ( ddll_node_t ), pointer mumps_ddll::ddll_node_t::next

Definition at line 530 of file double_linked_list.F.

530 TYPE ( DDLL_NODE_T ), POINTER :: NEXT, PREV

◆ prev

type ( ddll_node_t ), pointer mumps_ddll::ddll_node_t::prev

Definition at line 530 of file double_linked_list.F.


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