Home
last modified time | relevance | path

Searched defs:finite_element (Results 1 – 7 of 7) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-2/
H A Dstep-2.cc128 const FE_Q<2> finite_element(1); in distribute_dofs() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/meshworker/
H A Dintegration_info.h668 IntegrationInfo<dim, spacedim>::finite_element() const in finite_element() function
/dports/math/z3/z3-z3-4.8.13/src/muz/base/
H A Ddl_context.h135 typedef unsigned finite_element; typedef
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/base/
H A Ddl_context.h135 typedef unsigned finite_element; typedef
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/fe/
H A Dfe_tools.templates.h3024 convert_helper(const FiniteElement<dim, spacedim> &finite_element, in convert_helper()
3057 const FiniteElement<dim, spacedim> & finite_element, in convert_helper()
3114 convert_helper(const FiniteElement<dim, spacedim> &finite_element, in convert_helper()
3130 const FiniteElement<dim, spacedim> &finite_element, in convert_generalized_support_point_values_to_dof_values()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Derror_estimator.templates.h98 const dealii::hp::FECollection<dim, spacedim> finite_element; member
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-69/
H A Dstep-69.cc160 const FE_Q<dim> finite_element; member in Step69::Discretization