Home
last modified time | relevance | path

Searched refs:dof_num (Results 1 – 8 of 8) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/error_estimation/
H A Dhp_coarsentest.C101 dof_id_type dof_num = dof_indices[i]; in add_projection() local
103 system.current_solution(dof_num); in add_projection()
105 grad.add_scaled((*dphi)[i][qp],system.current_solution(dof_num)); in add_projection()
107 hess.add_scaled((*d2phi)[i][qp], system.current_solution(dof_num)); in add_projection()
330 dof_id_type dof_num = dof_indices[i]; in select_refinement() local
332 system.current_solution(dof_num); in select_refinement()
334 grad.add_scaled((*dphi)[i][qp], system.current_solution(dof_num)); in select_refinement()
377 const dof_id_type dof_num = dof_indices[i]; in select_refinement() local
379 system.current_solution(dof_num); in select_refinement()
449 const dof_id_type dof_num = dof_indices[i]; in select_refinement() local
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DRenderContext.h92 void DrawFixedDof(float x, float y, float z, int dof_num);
H A DRenderContext.cpp320 void RenderContext_::DrawFixedDof(float x, float y, float z, int dof_num) in DrawFixedDof() argument
/dports/devel/R-cran-BH/BH/inst/include/boost/math/statistics/
H A Dt_test.hpp62 … Real dof_num = (variance_1/size_1 + variance_2/size_2) * (variance_1/size_1 + variance_2/size_2);
65 Real dof = dof_num / dof_denom;
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A DrenderContext.h100 virtual void DrawFixedDof(float x, float y, float z, int dof_num) = 0;
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/colvars/
H A Dcolvarvalue.cpp15 size_t const colvarvalue::dof_num[ colvarvalue::type_quaternion+1] = member in colvarvalue
H A Dcolvarvalue.h83 size_t static const dof_num[ colvarvalue::type_quaternion+1]; variable
H A Dcolvar.cpp221 cvm::to_str (colvarvalue::dof_num[value_type])+ in colvar()