|
svZeroDSolver
|
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. | |
The number of triplets that the element contributes to the global system.
|
inline |
Set the number of triplets that the element contributes to the global system.
| F | Contributions to F matrix |
| E | Contributions to E matrix |
| D | Contributions to dC/dy matrix |
|
inline |
Set the number of triplets that the element contributes to the global system.
| other | TripletsContributions object to add to the number of contributions |
| int TripletsContributions::D {0} |
Contributions to dC/dy matrix.
| int TripletsContributions::E {0} |
Contributions to E matrix.
| int TripletsContributions::F {0} |
Contributions to F matrix.