Add control nodes to an existing system.
More...
#include <include/GooseFEM/TyingsPeriodic.h>
Add control nodes to an existing system.
Definition at line 358 of file TyingsPeriodic.h.
◆ Control()
template<class C , class N >
GooseFEM::Tyings::Control::Control |
( |
const C & |
coor, |
|
|
const N & |
dofs |
|
) |
| |
|
inline |
Constructor.
- Template Parameters
-
- Parameters
-
coor | Nodal coordinates [nnode, ndim]. |
dofs | DOF-numbers per node [nnode, ndim]. |
Definition at line 371 of file TyingsPeriodic.h.
◆ controlDofs()
DOF-numbers of each control node.
- Returns
- [ndim, ndim].
Definition at line 416 of file TyingsPeriodic.h.
◆ controlNodes()
Node-numbers of the control nodes.
- Returns
- [ndim].
Definition at line 426 of file TyingsPeriodic.h.
◆ coor()
Nodal coordinates, for the system with control nodes added to it.
- Returns
- [nnode + ndim, ndim], with nnode the number of nodes of the original system.
Definition at line 396 of file TyingsPeriodic.h.
◆ dofs()
DOF-numbers per node, for the system with control nodes added to it.
- Returns
- [nnode + ndim, ndim], with nnode the number of nodes of the original system.
Definition at line 406 of file TyingsPeriodic.h.
The documentation for this class was generated from the following file: