Programming tasks to Scientific Computing I
Public Member Functions | List of all members
shellFE::DiscreteFunctionLookup< ConfiguratorType, VectorType, NLTYPE > Struct Template Reference

#include <discreteFunctionShellFE.h>

Public Member Functions

void getLocalDof (const ConfiguratorType &conf, const VectorType &dofs, const typename ConfiguratorType::ElementType &El, const int bfNum, const NLTYPE &bfValue, NLTYPE &aux)
 

Detailed Description

template<typename ConfiguratorType, typename VectorType, typename NLTYPE>
struct shellFE::DiscreteFunctionLookup< ConfiguratorType, VectorType, NLTYPE >

Definition at line 10 of file discreteFunctionShellFE.h.

Member Function Documentation

template<typename ConfiguratorType , typename VectorType , typename NLTYPE >
void shellFE::DiscreteFunctionLookup< ConfiguratorType, VectorType, NLTYPE >::getLocalDof ( const ConfiguratorType conf,
const VectorType dofs,
const typename ConfiguratorType::ElementType El,
const int  bfNum,
const NLTYPE &  bfValue,
NLTYPE &  aux 
)
inline

Definition at line 12 of file discreteFunctionShellFE.h.

13  {
14  aux = bfValue;
15  aux *= dofs[ conf.localToGlobal ( El, bfNum ) ];
16  }
int localToGlobal(const ElementType &T, int localIndex) const
Returns global index of the dof with number localIndex.

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