FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
controlstructmodule::forcecontrolgradtype Type Reference

Data type representing a control output gradient. More...

Collaboration diagram for controlstructmodule::forcecontrolgradtype:
Collaboration graph
[legend]

Public Attributes

integer icout
 Which control output element this force is connected to. More...
 
integer whichvreg
 which VREG this is connected to (not necessarily equal to j_index) More...
 
integer lnode
 Local node number for the element matrices. More...
 
integer dofstart
 Local dof start for this node. More...
 
integer ndofs
 number of dofs for this node More...
 
type(forcetype), pointer pforce
 Pointer to the force with the control output as force magnitude. More...
 

Detailed Description

Data type representing a control output gradient.

Member Data Documentation

◆ dofstart

integer controlstructmodule::forcecontrolgradtype::dofstart

Local dof start for this node.

◆ icout

integer controlstructmodule::forcecontrolgradtype::icout

Which control output element this force is connected to.

  • i_index (first) index in Jacobi_CinToCout(:,:)
  • j_index (second) index in Jacobi_ForceToCout(:,:)

◆ lnode

integer controlstructmodule::forcecontrolgradtype::lnode

Local node number for the element matrices.

◆ ndofs

integer controlstructmodule::forcecontrolgradtype::ndofs

number of dofs for this node

◆ pforce

type(forcetype), pointer controlstructmodule::forcecontrolgradtype::pforce

Pointer to the force with the control output as force magnitude.

◆ whichvreg

integer controlstructmodule::forcecontrolgradtype::whichvreg

which VREG this is connected to (not necessarily equal to j_index)


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