compute_nonzero_normal_flux_constraints (const DoFHandler<deal_II_dimension> &dof_handler,
const unsigned int first_vector_component,
const std::set<types::boundary_id> &boundary_ids,
- typename FunctionMap<deal_II_dimension>::type &function_map,
+ FunctionMap<deal_II_dimension>::type &function_map,
ConstraintMatrix &constraints,
const Mapping<deal_II_dimension> &mapping);
compute_nonzero_normal_flux_constraints (const hp::DoFHandler<deal_II_dimension> &dof_handler,
const unsigned int first_vector_component,
const std::set<types::boundary_id> &boundary_ids,
- typename FunctionMap<deal_II_dimension>::type &function_map,
+ FunctionMap<deal_II_dimension>::type &function_map,
ConstraintMatrix &constraints,
const Mapping<deal_II_dimension> &mapping);
compute_nonzero_tangential_flux_constraints (const DoFHandler<deal_II_dimension> &dof_handler,
const unsigned int first_vector_component,
const std::set<types::boundary_id> &boundary_ids,
- typename FunctionMap<deal_II_dimension>::type &function_map,
+ FunctionMap<deal_II_dimension>::type &function_map,
ConstraintMatrix &constraints,
const Mapping<deal_II_dimension> &mapping);
template
compute_nonzero_tangential_flux_constraints (const hp::DoFHandler<deal_II_dimension> &dof_handler,
const unsigned int first_vector_component,
const std::set<types::boundary_id> &boundary_ids,
- typename FunctionMap<deal_II_dimension>::type &function_map,
+ FunctionMap<deal_II_dimension>::type &function_map,
ConstraintMatrix &constraints,
const Mapping<deal_II_dimension> &mapping);