11#ifndef __Panzer_LinearObjContainer_hpp__
12#define __Panzer_LinearObjContainer_hpp__
14#include "PanzerDiscFE_config.hpp"
18#include "Teuchos_RCP.hpp"
19#include "Teuchos_dyn_cast.hpp"
Abstract, linear-algebra-library-agnostic container for the vectors and matrix used in a nonlinear/tr...
Members
Bitmask flags identifying which of the linear objects (solution, time derivative, residual,...
virtual void initialize()=0
Zeroes out all linear objects currently held by this container.
virtual ~LinearObjContainer()