* length inside this function.
*/
template <int dim>
- void convert_couplings_to_blocks (const hp::DoFHandler<dim>& dof_handler,
- const Table<2, Coupling>& table_by_component,
- std::vector<Table<2,Coupling> >& tables_by_block);
+ static void
+ convert_couplings_to_blocks (const hp::DoFHandler<dim>& dof_handler,
+ const Table<2, Coupling>& table_by_component,
+ std::vector<Table<2,Coupling> >& tables_by_block);
/**
* Map a coupling table from the
* user friendly organization by
* length inside this function.
*/
template <int dim>
- void convert_couplings_to_blocks (const DoFHandler<dim>& dof_handler,
- const Table<2, Coupling>& table_by_component,
- std::vector<Table<2,Coupling> >& tables_by_block);
+ static void
+ convert_couplings_to_blocks (const DoFHandler<dim>& dof_handler,
+ const Table<2, Coupling>& table_by_component,
+ std::vector<Table<2,Coupling> >& tables_by_block);
/**
* Exception
*
* @relates DoFTools
*/
+inline
DoFTools::Coupling operator |= (DoFTools::Coupling& c1,
const DoFTools::Coupling c2)
{
*
* @relates DoFTools
*/
+inline
DoFTools::Coupling operator | (const DoFTools::Coupling c1,
const DoFTools::Coupling c2)
{