|
Reference documentation for deal.II version 9.2.0
|
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\)
\(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\)
\(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\)
\(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Go to the documentation of this file.
28 namespace DoFHandlerImplementation
40 template <
int dh_dim,
int spacedim>
43 const ::DoFHandler<dh_dim, spacedim> &dof_handler,
44 const unsigned int obj_index,
45 const unsigned int fe_index,
46 const unsigned int local_index,
53 "Only the default FE index is allowed for non-hp DoFHandler objects"));
55 local_index < dof_handler.get_fe().template n_dofs_per_object<dim>(),
58 dof_handler.get_fe().template n_dofs_per_object<dim>()));
60 dof_handler.get_fe().template n_dofs_per_object<dim>() +
65 dofs[obj_index * dof_handler.get_fe().template n_dofs_per_object<dim>() +
75 namespace DoFHandlerImplementation
77 #include "dof_objects.inst"
std::size_t memory_consumption() const
static ::ExceptionBase & ExcIndexRange(int arg1, int arg2, int arg3)
static ::ExceptionBase & ExcMessage(std::string arg1)
void set_dof_index(const ::DoFHandler< dh_dim, spacedim > &dof_handler, const unsigned int obj_index, const unsigned int fe_index, const unsigned int local_index, const types::global_dof_index global_index)
#define DEAL_II_NAMESPACE_OPEN
std::enable_if< std::is_fundamental< T >::value, std::size_t >::type memory_consumption(const T &t)
static ::ExceptionBase & ExcInternalError()
#define Assert(cond, exc)
#define DEAL_II_NAMESPACE_CLOSE
TrilinosWrappers::types::int_type global_index(const Epetra_BlockMap &map, const ::types::global_dof_index i)