GooseFEM 1.4.1.dev2+g78f16df
Loading...
Searching...
No Matches
GooseFEM::Tyings::Control Class Reference

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.
 

Detailed Description

Add control nodes to an existing system.

Definition at line 361 of file TyingsPeriodic.h.

Constructor & Destructor Documentation

◆ Control()

template<class C , class N >
GooseFEM::Tyings::Control::Control ( const C & coor,
const N & dofs )
inline

Constructor.

Template Parameters
Carray_type::tensor<double, 2>
Narray_type::tensor<size_t, 2>
Parameters
coorNodal coordinates [nnode, ndim].
dofsDOF-numbers per node [nnode, ndim].

Definition at line 374 of file TyingsPeriodic.h.

Member Function Documentation

◆ controlDofs()

const array_type::tensor< size_t, 2 > & GooseFEM::Tyings::Control::controlDofs ( ) const
inline

DOF-numbers of each control node.

Returns
[ndim, ndim].

Definition at line 419 of file TyingsPeriodic.h.

◆ controlNodes()

const array_type::tensor< size_t, 1 > & GooseFEM::Tyings::Control::controlNodes ( ) const
inline

Node-numbers of the control nodes.

Returns
[ndim].

Definition at line 429 of file TyingsPeriodic.h.

◆ coor()

const array_type::tensor< double, 2 > & GooseFEM::Tyings::Control::coor ( ) const
inline

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 399 of file TyingsPeriodic.h.

◆ dofs()

const array_type::tensor< size_t, 2 > & GooseFEM::Tyings::Control::dofs ( ) const
inline

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 409 of file TyingsPeriodic.h.


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