Skip to content
Snippets Groups Projects
Commit db2449fe authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

new directory for miscellanea

[[Imported from SVN: r2497]]
parent b71cd82c
No related branches found
No related tags found
No related merge requests found
#ifndef CAN_IGNORE_HH
#define CAN_IGNORE_HH
template <class BitVectorType>
class CanIgnore
{
public:
/** \brief Default constructor */
CanIgnore()
: ignoreNodes_(NULL)
{}
/** \brief Virtual destructor. Does NOT delete the bitfield! */
virtual ~CanIgnore()
{}
/** \brief A flag for each degree of freedom stating whether the
dof should be ignored by the solver */
const BitVectorType* ignoreNodes_;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment