svZeroDSolver
Loading...
Searching...
No Matches
TripletsContributions Struct Reference

The number of triplets that the element contributes to the global system. More...

#include <Block.h>

Public Member Functions

 TripletsContributions (int F, int E, int D)
 Set the number of triplets that the element contributes to the global system.
 
TripletsContributions operator+= (const TripletsContributions &other)
 Set the number of triplets that the element contributes to the global system.
 

Public Attributes

int F {0}
 Contributions to F matrix.
 
int E {0}
 Contributions to E matrix.
 
int D {0}
 Contributions to dC/dy matrix.
 

Detailed Description

The number of triplets that the element contributes to the global system.

Constructor & Destructor Documentation

◆ TripletsContributions()

TripletsContributions::TripletsContributions ( int F,
int E,
int D )
inline

Set the number of triplets that the element contributes to the global system.

Parameters
FContributions to F matrix
EContributions to E matrix
DContributions to dC/dy matrix

Member Function Documentation

◆ operator+=()

TripletsContributions TripletsContributions::operator+= ( const TripletsContributions & other)
inline

Set the number of triplets that the element contributes to the global system.

Parameters
otherTripletsContributions object to add to the number of contributions
Returns
The number of triplets

Member Data Documentation

◆ D

int TripletsContributions::D {0}

Contributions to dC/dy matrix.

◆ E

int TripletsContributions::E {0}

Contributions to E matrix.

◆ F

int TripletsContributions::F {0}

Contributions to F matrix.


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