3D-ICE 3.0.0
|
Collections of all the structures that are needed for the thermal simulation. More...
#include <dimensions.h>
Data Fields | |
CellDimensions_t | Cell |
GridDimensions_t | Grid |
ChipDimensions_t | Chip |
uint8_t | NonUniform |
CellIndex_t | Discr_X |
CellIndex_t | Discr_Y |
Non_uniform_cellList_t | Cell_list |
ConnectionList_t | connections_list |
Definition at line 310 of file dimensions.h.
CellDimensions_t Dimensions_t::Cell |
The dimensions of the thermal cells
Definition at line 314 of file dimensions.h.
Non_uniform_cellList_t Dimensions_t::Cell_list |
Non-uniform thermal cell list
Definition at line 337 of file dimensions.h.
ChipDimensions_t Dimensions_t::Chip |
The dimensions of the IC
Definition at line 322 of file dimensions.h.
ConnectionList_t Dimensions_t::connections_list |
Connection list for non-uniform thermal cells
Definition at line 340 of file dimensions.h.
CellIndex_t Dimensions_t::Discr_X |
discretization level at the west-east X coordinate
Definition at line 330 of file dimensions.h.
CellIndex_t Dimensions_t::Discr_Y |
discretization level at the north-south Y coordinate
Definition at line 334 of file dimensions.h.
GridDimensions_t Dimensions_t::Grid |
The dimensions of the grid of thermal cells
Definition at line 318 of file dimensions.h.
uint8_t Dimensions_t::NonUniform |
Non-uniform grid flag
Definition at line 326 of file dimensions.h.