25 #ifndef _GEMA_PLUGIN_FEM_ASSEMBLER_COMBINER_H_ 26 #define _GEMA_PLUGIN_FEM_ASSEMBLER_COMBINER_H_ 51 virtual double localMatricesToGlobalMatrixContribution(
const double* localMatrixData)
const = 0;
87 Q_UNUSED(localMatrixData); Q_UNUSED(dofIndex); Q_UNUSED(fixedDof); Q_UNUSED(oldFixedDof);
96 Q_UNUSED(localMatrixData); Q_UNUSED(dofIndex); Q_UNUSED(fixedDof); Q_UNUSED(oldFixedDof);
120 virtual double localVectorsToGlobalVectorContribution(
const double* localVectorData,
int dof)
const = 0;
virtual double localMatricesToGlobalVectorContribution(const double *localMatrixData, int dofIndex, double fixedDof, double oldFixedDof) const
Virtual method to provide the contribution of local matrix entries to the global vector specified by ...
Definition: gmpFemAssemblerCombiner.h:85
virtual int localMatricesToGlobalVectorContributionType2() const
Simmilar to localMatricesToGlobalVectorContributionType(), provides the type for a second vector that...
Definition: gmpFemAssemblerCombiner.h:65
Basic interface for defining the rules used to combine information from multiple matrices into a sing...
Definition: gmpFemAssemblerCombiner.h:33
Basic interface for defining the rules used to combine information from multiple vectors into a singl...
Definition: gmpFemAssemblerCombiner.h:102
virtual int localMatricesToGlobalVectorContributionType() const
Virtual function returning the type of the global vector that will receive contributions returned by ...
Definition: gmpFemAssemblerCombiner.h:60
virtual double localMatricesToGlobalVectorContribution2(const double *localMatrixData, int dofIndex, double fixedDof, double oldFixedDof) const
Simmilar to localMatricesToGlobalVectorContribution(), returning values for the vector specified by l...
Definition: gmpFemAssemblerCombiner.h:94
Declaration of usefull configuration definitions for the plugin library.