FEI  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
Filter Class Referenceabstract

#include <fei_Filter.hpp>

Inheritance diagram for Filter:
Inheritance graph
[legend]

Public Member Functions

 Filter (SNL_FEI_Structure *probStruct)
 
virtual ~Filter ()
 

Detailed Description

FEI_Implementation manages one or several instances of this 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 on through to the underlying solver library by way of a LinearSystemCore or FiniteElementData interface that is implemented for the solver library in question.

Definition at line 27 of file fei_Filter.hpp.

Constructor & Destructor Documentation

Filter::Filter ( SNL_FEI_Structure probStruct)

Constructor

Definition at line 31 of file fei_Filter.cpp.

Filter::~Filter ( )
virtual

Destructor

Definition at line 40 of file fei_Filter.cpp.


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