Home
last modified time | relevance | path

Searched refs:submit_gradient (Results 1 – 10 of 10) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Dcuda_fe_evaluation.h269 submit_gradient(const gradient_type &grad_in, const unsigned int q_point);
277 submit_gradient(const gradient_type &grad_in);
691 submit_gradient(const gradient_type &grad_in, const unsigned int q_point) in submit_gradient() function
714 submit_gradient(const gradient_type &grad_in) in submit_gradient() function
H A Dfe_evaluation.h778 submit_gradient(const gradient_type grad_in, const unsigned int q_point);
1600 submit_gradient(
1749 submit_gradient(const value_type grad_in, const unsigned int q_point);
5603 submit_gradient(
6080 submit_gradient(const Tensor<1, dim, VectorizedArrayType> grad_in,
6350 submit_gradient(const Tensor<2, dim, VectorizedArrayType> grad_in,
6353 BaseClass::submit_gradient(grad_in, q_point);
6361 submit_gradient(
6365 BaseClass::submit_gradient(grad_in, q_point);
6525 submit_gradient(grad, q_point);
[all …]
H A Doperators.h2076 phi.submit_gradient((*scalar_coefficient)(cell, q) * in do_operation_on_cell()
2087 phi.submit_gradient(coefficient * phi.get_gradient(q), q); in do_operation_on_cell()
2094 phi.submit_gradient(phi.get_gradient(q), q); in do_operation_on_cell()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-37/
H A Dstep-37.cc408 phi.submit_gradient(coefficient(cell, q) * phi.get_gradient(q), q); in local_apply()
635 phi.submit_gradient(coefficient(cell, q) * phi.get_gradient(q), in local_compute_diagonal()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-64/
H A Dstep-64.cu156 fe_eval->submit_gradient(fe_eval->get_gradient()); in operator ()()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-48/
H A Dstep-48.cc212 current.submit_gradient(-delta_t_sqr * current.get_gradient(q), q); in local_apply()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-59/
H A Dstep-59.cc489 phi.submit_gradient(phi.get_gradient(q), q); in apply_cell()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-50/
H A Dstep-50.cc958 phi.submit_gradient(-1.0 * in assemble_rhs()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-37/doc/
H A Dresults.dox580 phi.submit_gradient(-coefficient(cell, q) * phi.get_gradient(q), q);
597 FEEvaluation::submit_gradient() from the @p LaplaceOperator class, but with the
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-67/
H A Dstep-67.cc1074 phi.submit_gradient(euler_flux<dim>(w_q), q); in local_apply_cell()