git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29692
0785d39b-7218-0410-832d-
ea1e28bc413d
for (;cell!=endc;++cell)
{
- std::vector<unsigned int> dofs(fe.n_dofs_per_cell());
+ std::vector<types::global_dof_index> dofs(fe.n_dofs_per_cell());
cell->get_mg_dof_indices(dofs);
for (unsigned int i=0;i<dofs.size();++i)
FullMatrix<double> cell_matrix (dofs_per_cell, dofs_per_cell);
Vector<double> cell_rhs (dofs_per_cell);
- std::vector<unsigned int> local_dof_indices (dofs_per_cell);
+ std::vector<types::global_dof_index> local_dof_indices (dofs_per_cell);
const Coefficient<dim> coefficient;
std::vector<double> coefficient_values (n_q_points);
FullMatrix<double> cell_matrix (dofs_per_cell, dofs_per_cell);
- std::vector<unsigned int> local_dof_indices (dofs_per_cell);
+ std::vector<types::global_dof_index> local_dof_indices (dofs_per_cell);
const Coefficient<dim> coefficient;
std::vector<double> coefficient_values (n_q_points);
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams