#include "feMatrix.h"
Go to the source code of this file.
Classes | |
| class | stiffnessMatrix |
| Main class for finite element assembly of a generic stiffness matrix. More... | |
and
, need to be specified. MatVec functions are virtual and in most cases need not be specified as they are obtained from the parent feMatrix class. In most cases only the assembly of the element matrix needs to be done within this or a derived class.
Definition in file stiffnessMatrix.h.
1.3.9.1