FEI
Version of the Day
|
#include <fei_FEDataFilter.hpp>
Additional Inherited Members | |
Public Member Functions inherited from Filter | |
Filter (SNL_FEI_Structure *probStruct) | |
virtual | ~Filter () |
FEI_Implementation manages one or several instances of the Filter class in the process of assembling and solving a linear-system. Many of the public FEI function calls are simply forwarded from FEI_Implementation to this class. This class then performs the "filtering" process of turning nodeIDs and solution fields into equation numbers and then dropping the data through to the underlying solver library by way of the FiniteElementData interface that is implemented for the solver library in question.
Definition at line 26 of file fei_FEDataFilter.hpp.