GooseFEM 1.4.1.dev2+g78f16df
|
Add control nodes to an existing system. More...
#include <GooseFEM/TyingsPeriodic.h>
Public Member Functions | |
template<class C , class N > | |
Control (const C &coor, const N &dofs) | |
Constructor. | |
const array_type::tensor< double, 2 > & | coor () const |
Nodal coordinates, for the system with control nodes added to it. | |
const array_type::tensor< size_t, 2 > & | dofs () const |
DOF-numbers per node, for the system with control nodes added to it. | |
const array_type::tensor< size_t, 2 > & | controlDofs () const |
DOF-numbers of each control node. | |
const array_type::tensor< size_t, 1 > & | controlNodes () const |
Node-numbers of the control nodes. | |
Add control nodes to an existing system.
Definition at line 361 of file TyingsPeriodic.h.
Constructor.
C | array_type::tensor<double, 2> |
N | array_type::tensor<size_t, 2> |
coor | Nodal coordinates [nnode, ndim]. |
dofs | DOF-numbers per node [nnode, ndim]. |
Definition at line 374 of file TyingsPeriodic.h.
|
inline |
DOF-numbers of each control node.
Definition at line 419 of file TyingsPeriodic.h.
|
inline |
|
inline |
Nodal coordinates, for the system with control nodes added to it.
Definition at line 399 of file TyingsPeriodic.h.
|
inline |
DOF-numbers per node, for the system with control nodes added to it.
Definition at line 409 of file TyingsPeriodic.h.