Public Member Functions | Public Attributes | List of all members
towr::NodesVariables::NodeValueInfo Struct Reference

Semantic information associated with a scalar node value. More...

#include <nodes_variables.h>

Public Member Functions

 NodeValueInfo ()=default
 
 NodeValueInfo (int node_id, Dx deriv, int node_dim)
 
int operator== (const NodeValueInfo &right) const
 

Public Attributes

Dx deriv_
 Derivative (pos,vel) of the node with that ID. More...
 
int dim_
 Dimension (x,y,z) of that derivative. More...
 
int id_
 ID of the associated node (0 =< id < number of nodes in spline). More...
 

Detailed Description

Semantic information associated with a scalar node value.

This includes all information except the actual value. This comes from the vector of optimization variables.

See also
GetNodeValuesInfo()

Definition at line 85 of file nodes_variables.h.

Constructor & Destructor Documentation

towr::NodesVariables::NodeValueInfo::NodeValueInfo ( )
default
towr::NodesVariables::NodeValueInfo::NodeValueInfo ( int  node_id,
Dx  deriv,
int  node_dim 
)

Definition at line 183 of file nodes_variables.cc.

Member Function Documentation

int towr::NodesVariables::NodeValueInfo::operator== ( const NodeValueInfo right) const

Definition at line 191 of file nodes_variables.cc.

Member Data Documentation

Dx towr::NodesVariables::NodeValueInfo::deriv_

Derivative (pos,vel) of the node with that ID.

Definition at line 87 of file nodes_variables.h.

int towr::NodesVariables::NodeValueInfo::dim_

Dimension (x,y,z) of that derivative.

Definition at line 88 of file nodes_variables.h.

int towr::NodesVariables::NodeValueInfo::id_

ID of the associated node (0 =< id < number of nodes in spline).

Definition at line 86 of file nodes_variables.h.


The documentation for this struct was generated from the following files:


towr
Author(s): Alexander W. Winkler
autogenerated on Sat Apr 13 2019 02:28:00