DOpE
Functions
DOpEHelper Namespace Reference

Functions

void ReSizeVector (unsigned int ndofs, const std::vector< unsigned int > &dofs_per_block, dealii::BlockVector< double > &vector)
 
void ReSizeVector (const dealii::BlockIndices &, dealii::BlockVector< double > &vector)
 
void ReSizeVector (unsigned int ndofs, const std::vector< unsigned int > &, dealii::Vector< double > &vector)
 
void ReSizeVector (const dealii::BlockIndices &, dealii::Vector< double > &vector)
 

Detailed Description

Copyright (C) 2012 by the DOpElib authors

This file is part of DOpElib

DOpElib is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

DOpElib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Please refer to the file LICENSE.TXT included in this distribution for further information on this license.

Function Documentation

void DOpEHelper::ReSizeVector ( unsigned int  ndofs,
const std::vector< unsigned int > &  dofs_per_block,
dealii::BlockVector< double > &  vector 
)

Helper class for the VECTOR-templates. Resizes the given BlockVector vector.

void DOpEHelper::ReSizeVector ( const dealii::BlockIndices &  bi,
dealii::BlockVector< double > &  vector 
)

Same as above with different input parameters.

void DOpEHelper::ReSizeVector ( unsigned int  ndofs,
const std::vector< unsigned int > &  ,
dealii::Vector< double > &  vector 
)

Helper class for the VECTOR-templates. Resizes the given Vector vector.

void DOpEHelper::ReSizeVector ( const dealii::BlockIndices &  bi,
dealii::Vector< double > &  vector 
)

Same as above with different input parameters.