Home
last modified time | relevance | path

Searched refs:boundary_function (Results 1 – 9 of 9) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Dvector_tools_boundary.h138 const Function<spacedim, number> & boundary_function,
156 const Function<spacedim, number> & boundary_function,
265 const Function<spacedim, number> &boundary_function,
285 const Function<spacedim, number> &boundary_function,
485 & boundary_function,
553 const Function<dim, double> &boundary_function,
574 const Function<dim, double> & boundary_function,
680 const Function<dim, number> &boundary_function,
697 const Function<dim, number> & boundary_function,
755 const Function<dim, double> &boundary_function,
[all …]
H A Dvector_tools_boundary.templates.h857 boundary_function, in project_boundary_values()
1655 boundary_function, in project_boundary_values_curl_conforming()
1751 boundary_function, in project_boundary_values_curl_conforming()
1766 boundary_function, in project_boundary_values_curl_conforming()
1878 boundary_function, in project_boundary_values_curl_conforming()
3152 boundary_function, in project_boundary_values_curl_conforming_l2()
3173 boundary_function, in project_boundary_values_curl_conforming_l2()
3485 boundary_function, in project_boundary_values_div_conforming()
3541 boundary_function, in project_boundary_values_div_conforming()
3644 boundary_function, in project_boundary_values_div_conforming()
[all …]
H A Derror_estimator.templates.h1196 for (const auto &boundary_function : neumann_bc) in estimate() local
1198 (void)boundary_function; in estimate()
1199 Assert(boundary_function.second->n_components == n_components, in estimate()
1200 ExcInvalidBoundaryFunction(boundary_function.first, in estimate()
1201 boundary_function.second->n_components, in estimate()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/numerics/
H A Derror_estimator_1d.cc350 for (const auto &boundary_function : neumann_bc) in estimate() local
352 (void)boundary_function; in estimate()
353 Assert(boundary_function.second->n_components == n_components, in estimate()
354 ExcInvalidBoundaryFunction(boundary_function.first, in estimate()
355 boundary_function.second->n_components, in estimate()
381 for (const auto &boundary_function : neumann_bc) in estimate() local
383 (void)boundary_function; in estimate()
384 Assert(boundary_function.second->n_components == n_components, in estimate()
385 ExcInvalidBoundaryFunction(boundary_function.first, in estimate()
386 boundary_function.second->n_components, in estimate()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-12b/
H A Dstep-12b.cc384 static BoundaryValues<dim> boundary_function; in integrate_boundary_term() local
385 boundary_function.value_list(fe_face_values.get_quadrature_points(), g); in integrate_boundary_term()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-12/
H A Dstep-12.cc298 const BoundaryValues<dim> boundary_function; in assemble_system() local
349 boundary_function.value_list(q_points, g); in assemble_system()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-30/
H A Dstep-30.cc165 const BoundaryValues<dim> boundary_function; member in Step30::DGTransportEquation
183 , boundary_function() in DGTransportEquation()
228 boundary_function.value_list(fe_v.get_quadrature_points(), g); in assemble_boundary_term()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/multigrid/
H A Dmg_tools.cc1264 for (const auto &boundary_function : function_map) in make_boundary_list() local
1265 boundary_ids.insert(boundary_function.first); in make_boundary_list()
1288 for (const auto &boundary_function : function_map) in make_boundary_list() local
1289 boundary_ids.insert(boundary_function.first); in make_boundary_list()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Dmatrix_free.h4475 function_type boundary_function,
4489 , boundary_function(boundary_function)
4530 if (boundary_function != nullptr && face_range.second > face_range.first)
4532 boundary_function)(matrix_free, this->dst, this->src, face_range);
4645 function_type boundary_function;