return dealii::internal::DoFAccessorImplementation::Implementation::
get_dof_index(*this->dof_handler,
this->level(),
- this->present_index,
+ this->index(),
fe_index,
i,
std::integral_constant<int, structdim>());
const int level,
const unsigned int i) const
{
- return this->dof_handler->template get_dof_index<structdim>(
- level, this->present_index, 0, i);
+ return this->dof_handler->template get_dof_index<structdim>(level,
+ this->index(),
+ 0,
+ i);
}
dealii::internal::DoFAccessorImplementation::Implementation::set_dof_index(
*this->dof_handler,
this->level(),
- this->present_index,
+ this->index(),
fe_index,
i,
std::integral_constant<int, structdim>(),
return dealii::internal::DoFAccessorImplementation::Implementation::
n_active_fe_indices(*this->dof_handler,
this->level(),
- this->present_index,
+ this->index(),
std::integral_constant<int, structdim>());
}
return dealii::internal::DoFAccessorImplementation::Implementation::
nth_active_fe_index(*this->dof_handler,
this->level(),
- this->present_index,
+ this->index(),
n,
std::integral_constant<int, structdim>());
}
return dealii::internal::DoFAccessorImplementation::Implementation::
fe_index_is_active(*this->dof_handler,
this->level(),
- this->present_index,
+ this->index(),
fe_index,
std::integral_constant<int, structdim>());
}
const types::global_dof_index index) const
{
this->dof_handler->template set_dof_index<structdim>(
- level, this->present_index, 0, i, index);
+ level, this->index(), 0, i, index);
}
const auto dofs_per_cell = this->get_fe().n_dofs_per_cell();
if (dofs_per_cell > 0)
{
- const types::global_dof_index *cache =
- dealii::internal::DoFAccessorImplementation::Implementation::
- get_cache_ptr(this->dof_handler,
- this->present_level,
- this->present_index,
- dofs_per_cell);
+ const types::global_dof_index *cache = dealii::internal::
+ DoFAccessorImplementation::Implementation::get_cache_ptr(
+ this->dof_handler, this->present_level, this->index(), dofs_per_cell);
for (unsigned int i = 0; i < dofs_per_cell; ++i, ++cache)
dof_indices[i] = *cache;
}
dealii::internal::DoFAccessorImplementation::Implementation::get_cache_ptr(
this->dof_handler,
this->present_level,
- this->present_index,
+ this->index(),
this->get_fe().n_dofs_per_cell());
dealii::internal::DoFAccessorImplementation::Implementation::
extract_subvector_to(values,
dealii::internal::DoFAccessorImplementation::Implementation::get_cache_ptr(
this->dof_handler,
this->present_level,
- this->present_index,
+ this->index(),
this->get_fe().n_dofs_per_cell());
constraints.get_dof_values(values,
dealii::internal::DoFAccessorImplementation::Implementation::get_cache_ptr(
this->dof_handler,
this->present_level,
- this->present_index,
+ this->index(),
this->get_fe().n_dofs_per_cell());
for (unsigned int i = 0; i < this->get_fe().n_dofs_per_cell(); ++i, ++cache)
const types::global_dof_index *dofs =
dealii::internal::DoFAccessorImplementation::Implementation::get_cache_ptr(
- this->dof_handler, this->level(), this->present_index, n_dofs);
+ this->dof_handler, this->level(), this->index(), n_dofs);
// distribute cell vector
global_destination.add(n_dofs, dofs, local_source_begin);
const types::global_dof_index *dofs =
dealii::internal::DoFAccessorImplementation::Implementation::get_cache_ptr(
- this->dof_handler, this->level(), this->present_index, n_dofs);
+ this->dof_handler, this->level(), this->index(), n_dofs);
// distribute cell vector
constraints.distribute_local_to_global(local_source_begin,
const types::global_dof_index *dofs =
dealii::internal::DoFAccessorImplementation::Implementation::get_cache_ptr(
- this->dof_handler, this->level(), this->present_index, n_dofs);
+ this->dof_handler, this->level(), this->index(), n_dofs);
// distribute cell matrix
for (unsigned int i = 0; i < n_dofs; ++i)
const unsigned int n_dofs = this->get_fe().n_dofs_per_cell();
const types::global_dof_index *dofs =
dealii::internal::DoFAccessorImplementation::Implementation::get_cache_ptr(
- this->dof_handler, this->level(), this->present_index, n_dofs);
+ this->dof_handler, this->level(), this->index(), n_dofs);
// distribute cell matrices
for (unsigned int i = 0; i < n_dofs; ++i)