VectorType &condensed_vector) const; \
template void ConstraintMatrix:: \
distribute_local_to_global<VectorType > (const Vector<double> &, \
- const std::vector<sdt::size_t> &, \
+ const std::vector<ConstraintMatrix::size_type> &, \
VectorType &, \
const FullMatrix<double> &) const; \
template void ConstraintMatrix::distribute<VectorType >(const VectorType &condensed,\
- size_type
+ MatrixBase::size_type
MatrixBase::m () const
{
#ifdef PETSC_USE_64BIT_INDICES
- size_type
+ MatrixBase::size_type
MatrixBase::n () const
{
#ifdef PETSC_USE_64BIT_INDICES
- size_type
+ MatrixBase::size_type
MatrixBase::local_size () const
{
#ifdef PETSC_USE_64BIT_INDICES
- std::pair<size_type, size_type>
+ std::pair<MatrixBase::size_type, MatrixBase::size_type>
MatrixBase::local_range () const
{
#ifdef PETSC_USE_64BIT_INDICES
- size_type
+ MatrixBase::size_type
MatrixBase::n_nonzero_elements () const
{
MatInfo mat_info;
- size_type
+ MatrixBase::size_type
MatrixBase::
row_length (const size_type row) const
{
template
SparseMatrix::SparseMatrix (const MPI_Comm &,
const SparsityPattern &,
- const std::vector<size_type &,
+ const std::vector<size_type> &,
const std::vector<size_type> &,
const unsigned int,
const bool);
- size_type
+ VectorBase::size_type
VectorBase::size () const
{
#ifdef PETSC_USE_64BIT_INDICES
- size_type
+ VectorBase::size_type
VectorBase::local_size () const
{
#ifdef PETSC_USE_64BIT_INDICES
- std::pair<size_type, size_type>
+ std::pair<VectorBase::size_type, VectorBase::size_type>
VectorBase::local_range () const
{
#ifdef PETSC_USE_64BIT_INDICES