72 showMe ( std::ostream& output )
const 74 output <<
"VectorBlockViewEpetra informations:" << std::endl
75 <<
"Size = " << M_blockSize << std::endl
76 <<
"First index = " << M_firstIndex << std::endl
77 <<
"Last (valid) index = " << M_lastValidIndex << std::endl;
84 ASSERT (GID <
static_cast<Int> (M_blockSize),
" Error in assembling the block vector: global id to large for the block")
void setup(const UInt &firstIndex, const UInt &blockSize, vector_Type *vector)
Int sumIntoGlobalValues(const Int GID, const Real value) const
Assembly procedure.
VectorBlockMonolithicEpetraView - class representing a block in a VectorBlockMonolithicEpetra.
VectorBlockMonolithicEpetraView()
Default constructor.
int32_type Int
Generic integer data.
void updateInverseJacobian(const UInt &iQuadPt)
VectorBlockMonolithicEpetraView(const VectorBlockMonolithicEpetraView &otherView)
Copy constructor.
~VectorBlockMonolithicEpetraView()
Default destructor.
double Real
Generic real data.
VectorEpetra vector_Type
Typedef for the underlying vector type.
void showMe(std::ostream &output=std::cout) const
Print the informations about the VectorBlockMonolithicEpetraView.
Int sumIntoGlobalValues(const Int GID, const Real value)
insert a global value
uint32_type UInt
generic unsigned integer (used mainly for addressing)