Home
last modified time | relevance | path

Searched refs:FEValues (Results 1 – 25 of 116) sorted by relevance

12345

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/hp/
H A Dfe_values.inst.in23 dealii::FEValues<deal_II_dimension>>;
34 template class FEValues<deal_II_dimension>;
48 dealii::FEValues<deal_II_dimension, deal_II_dimension + 1>>;
61 template class FEValues<deal_II_dimension, deal_II_dimension + 1>;
71 template class FEValuesBase<1, 1, dealii::FEValues<1, 3>>;
78 template class FEValues<1, 3>;
93 FEValues<deal_II_dimension, deal_II_space_dimension>::reinit(
H A Dfe_values.cc202 FEValues<dim, spacedim>::FEValues( in FEValues() function in hp::FEValues
207 : hp::FEValuesBase<dim, dim, dealii::FEValues<dim, spacedim>>(mapping, in FEValues()
215 FEValues<dim, spacedim>::FEValues( in FEValues() function in hp::FEValues
219 : hp::FEValuesBase<dim, dim, dealii::FEValues<dim, spacedim>>(fe_collection, in FEValues()
228 FEValues<dim, spacedim>::reinit( in reinit()
274 FEValues<dim, spacedim>::reinit( in reinit()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Dvector_tools_point_value.templates.h114 FEValues<dim> fe_values(mapping, fe, quadrature, update_values); in point_value()
155 hp::FEValues<dim, spacedim> hp_fe_values(mapping, in point_value()
160 const FEValues<dim, spacedim> &fe_values = in point_value()
257 FEValues<dim> fe_values(mapping, fe, quadrature, update_values); in point_difference()
296 FEValues<dim, spacedim> fe_values(mapping, in create_point_source_vector()
355 FEValues<dim> fe_values(mapping[cell_point.first->active_fe_index()], in create_point_source_vector()
398 FEValues<dim, spacedim> fe_values(mapping, in create_point_source_vector()
464 FEValues<dim> fe_values(mapping[cell_point.first->active_fe_index()], in create_point_source_vector()
H A Dvector_tools_point_gradient.templates.h116 FEValues<dim> fe_values(mapping, fe, quadrature, update_gradients); in point_gradient()
160 hp::FEValues<dim, spacedim> hp_fe_values(mapping, in point_gradient()
165 const FEValues<dim, spacedim> &fe_values = in point_gradient()
H A Dfe_field_function.templates.h106 FEValues<dim> fe_v(mapping, cell->get_fe(), quad, update_values); in vector_value()
165 FEValues<dim> fe_v(mapping, cell->get_fe(), quad, update_gradients); in vector_gradient()
238 FEValues<dim> fe_v(mapping, cell->get_fe(), quad, update_hessians); in vector_laplacian()
293 hp::FEValues<dim> fe_v(mapping_collection, in vector_value_list()
373 hp::FEValues<dim> fe_v(mapping_collection, in vector_gradient_list()
462 hp::FEValues<dim> fe_v(mapping_collection, in vector_laplacian_list()
H A Dvector_tools_rhs.templates.h364 FEValues<dim, spacedim> fe_values(mapping, fe, quadrature, update_flags); in create_right_hand_side()
504 hp::FEValues<dim, spacedim> x_fe_values(mapping, in create_right_hand_side()
527 const FEValues<dim, spacedim> &fe_values = in create_right_hand_side()
563 const FEValues<dim, spacedim> &fe_values = in create_right_hand_side()
H A Dvector_tools_boundary.templates.h926 hp::FEValues<3> & hp_fe_values, in compute_edge_projection()
1084 hp::FEValues<dim> &, in compute_edge_projection()
1102 hp::FEValues<dim> & hp_fe_values, in compute_face_projection_curl_conforming()
1595 hp::FEValues<dim> fe_face_values(mapping_collection, in project_boundary_values_curl_conforming()
1698 hp::FEValues<dim> fe_edge_values(mapping_collection, in project_boundary_values_curl_conforming()
1924 hp::FEValues<dim> fe_edge_values(mapping_collection, in project_boundary_values_curl_conforming()
2027 hp::FEValues<dim> & hp_fe_values, in compute_edge_projection_l2()
2318 hp::FEValues<dim> &, in compute_edge_projection_l2()
3010 hp::FEValues<dim> fe_edge_values(mapping_collection, in compute_project_boundary_values_curl_conforming_l2()
3433 hp::FEValues<dim> fe_values(mapping_collection, in project_boundary_values_div_conforming()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/numerics/
H A Dderivative_approximation.cc107 get_projected_derivative(const FEValues<dim, spacedim> &fe_values,
138 const FEValues<dim, spacedim> &fe_values, in get_projected_derivative()
218 get_projected_derivative(const FEValues<dim, spacedim> &fe_values,
253 const FEValues<dim, spacedim> &fe_values, in get_projected_derivative()
555 get_projected_derivative(const FEValues<dim, spacedim> &fe_values,
590 const FEValues<dim, spacedim> &fe_values, in get_projected_derivative()
764 hp::FEValues<dim> x_fe_midpoint_value( in approximate_cell()
792 const FEValues<dim> &fe_midpoint_value = in approximate_cell()
830 const FEValues<dim> &neighbor_fe_midpoint_value = in approximate_cell()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/hp/
H A Dfe_values.h283 class FEValues
284 : public hp::FEValuesBase<dim, dim, dealii::FEValues<dim, spacedim>>
294 FEValues(const MappingCollection<dim, spacedim> &mapping_collection,
305 FEValues(const FECollection<dim, spacedim> &fe_collection,
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-43/
H A Dstep-43.cc474 const FEValues<dim> & darcy_fe_values,
858 FEValues<dim> darcy_fe_values(darcy_fe, in assemble_darcy_preconditioner()
863 FEValues<dim> saturation_fe_values(saturation_fe, in assemble_darcy_preconditioner()
994 FEValues<dim> darcy_fe_values(darcy_fe, in assemble_darcy_system()
1000 FEValues<dim> saturation_fe_values(saturation_fe, in assemble_darcy_system()
1197 FEValues<dim> saturation_fe_values(saturation_fe, in assemble_saturation_matrix()
1266 FEValues<dim> saturation_fe_values(saturation_fe, in assemble_saturation_rhs()
1338 const FEValues<dim> & darcy_fe_values, in assemble_saturation_rhs_cell_term()
1637 FEValues<dim> fe_values(saturation_fe, in refine_mesh()
1857 FEValues<dim> fe_values(saturation_fe, in determine_whether_to_solve_for_pressure_and_velocity()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Dmapping_data_on_the_fly.h110 const dealii::FEValues<dim> &
144 dealii::FEValues<dim> fe_values;
270 inline const dealii::FEValues<dim> &
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/fe/
H A Dmapping.h40 class FEValues; variable
44 class FEValues; variable
1236 friend class FEValues<dim, spacedim>;
H A Dmapping_q_eulerian.h262 mutable FEValues<dim, spacedim> fe_values;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/meshworker/
H A Dscratch_data.cc128 const FEValues<dim, spacedim> &
133 fe_values = std::make_unique<FEValues<dim, spacedim>>(*mapping, in reinit()
223 const FEValues<dim, spacedim> &
228 neighbor_fe_values = std::make_unique<FEValues<dim, spacedim>>( in reinit_neighbor()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/meshworker/
H A Dintegration_info.h605 const FEValues<dim, sdim> * pc = in IntegrationInfo()
606 dynamic_cast<const FEValues<dim, sdim> *>(&p); in IntegrationInfo()
614 std::make_shared<FEValues<dim, sdim>>(pc->get_mapping(), in IntegrationInfo()
718 FEValues<dim, spacedim> &fe = in reinit()
719 dynamic_cast<FEValues<dim, spacedim> &>(febase); in reinit()
800 cell.template initialize<FEValues<dim, sdim>>( in initialize()
H A Dscratch_data.h346 const FEValues<dim, spacedim> &
451 const FEValues<dim, spacedim> &
862 std::unique_ptr<FEValues<dim, spacedim>> fe_values;
877 std::unique_ptr<FEValues<dim, spacedim>> neighbor_fe_values;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/doc/doxygen/images/
H A Dcollaboration.fig69 4 0 0 50 -1 18 16 0.0000 4 180 1350 8055 5940 7. FEValues\001
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-31/
H A Dstep-31.cc614 FEValues<dim> fe_values(stokes_fe, quadrature_formula, update_values); in get_maximal_velocity()
668 FEValues<dim> fe_values(temperature_fe, quadrature_formula, update_values); in get_extrapolated_temperature_range()
1044 FEValues<dim> stokes_fe_values(stokes_fe, in assemble_stokes_preconditioner()
1244 FEValues<dim> stokes_fe_values( in assemble_stokes_system()
1250 FEValues<dim> temperature_fe_values(temperature_fe, in assemble_stokes_system()
1413 FEValues<dim> temperature_fe_values(temperature_fe, in assemble_temperature_matrix()
1516 FEValues<dim> temperature_fe_values(temperature_fe, in assemble_temperature_system()
1522 FEValues<dim> stokes_fe_values(stokes_fe, in assemble_temperature_system()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/doc/news/changes/minor/
H A D20200605Heister7 UpdateFlags for FEValues.
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-61/
H A Dstep-61.cc393 FEValues<dim> fe_values(fe, in assemble_system()
403 FEValues<dim> fe_values_dgrt(fe_dgrt, in assemble_system()
645 FEValues<dim> fe_values(fe, in compute_postprocessed_velocity()
656 FEValues<dim> fe_values_dgrt(fe_dgrt, in compute_postprocessed_velocity()
871 FEValues<dim> fe_values_dgrt(fe_dgrt, in compute_velocity_errors()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/non_matching/
H A Dcoupling.cc76 FEValues<dim1, spacedim> fe_v(immersed_mapping, in qpoints_over_locally_owned_cells()
452 FEValues<dim1, spacedim> fe_v(immersed_mapping, in create_coupling_mass_matrix()
570 FEValues<dim0, spacedim> o_fe_v(cache.get_mapping(), in create_coupling_mass_matrix()
821 FEValues<dim0, spacedim> fev0(cache0.get_mapping(), in create_coupling_mass_matrix()
827 FEValues<dim1, spacedim> fev1(cache1.get_mapping(), in create_coupling_mass_matrix()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-38/doc/
H A Dintro.dox116 constructor of the FEValues class.
118 routines FEValues::shape_grad and FEValues::JxW
121 \text{FEValues::shape\_grad}(i,l)&=D \mathbf x_K(p_l) G^{-1}(p_l)D(\varphi_i \circ \mathbf x_K)
124 \text{FEValues::JxW}(l) &= \sqrt{\det (G(p_l))} \ w_l.
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-47/
H A Dstep-47.cc304 FEValues<dim> fe_values;
396 FEValues<dim> &fe_values = scratch_data.fe_values; in assemble_system()
813 FEValues<dim> fe_values(mapping, in compute_errors()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-19/
H A Dstep-19.cc392 FEValues<dim> fe_values(fe, in assemble_system()
666 FEValues<dim> particle_position_fe_values(mapping, in move_particles()
830 FEValues<dim> fe_values(fe, vertex_quadrature, update_gradients); in update_timestep_size()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-34/
H A Dstep-34.cc559 FEValues<dim - 1, dim> fe_v(mapping, in assemble_system()
675 FEValues<dim - 1, dim> fe_v_singular( in assemble_system()
934 FEValues<dim - 1, dim> fe_v(mapping, in compute_exterior_solution()

12345