Home
last modified time | relevance | path

Searched refs:n_dofs_per_hex (Results 1 – 6 of 6) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/fe/
H A Dfe_base.h562 n_dofs_per_hex() const;
794 FiniteElementData<dim>::n_dofs_per_hex() const in n_dofs_per_hex() function
845 return n_dofs_per_hex(); in n_dofs_per_object()
H A Dfe_tools.templates.h121 fes[i]->n_dofs_per_hex() * multiplicities[i]; in multiply_dof_numbers()
314 local_index < fes[base]->n_dofs_per_hex(); in compute_restriction_is_additive_flags()
547 local_index < fes[base]->n_dofs_per_hex(); in compute_nonzero_components()
821 local_index < fe.base_element(base).n_dofs_per_hex(); in build_cell_tables()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/hp/
H A Dfe_collection.h932 max = std::max(max, finite_elements[i]->n_dofs_per_hex()); in max_dofs_per_hex()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/dofs/
H A Ddof_handler.cc371 dof_handler.get_fe().n_dofs_per_hex(), in reserve_space()
379 j * dof_handler.get_fe().n_dofs_per_hex()); in reserve_space()
628 fe.n_dofs_per_hex(), in reserve_space_mg()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/fe/
H A Dfe_q_hierarchical.cc2142 Assert(fe.n_dofs_per_hex() == in hierarchic_to_fe_q_hierarchical_numbering()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/dofs/
H A Ddof_accessor.templates.h826 dofs_per_hex = fe.n_dofs_per_hex(); // in n_dof_indices()