Home
last modified time | relevance | path

Searched refs:initialize_dof_vector (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/deal.II/
H A Dbps-cpu.h109 initialize_dof_vector(VectorType &vec) const override in initialize_dof_vector() function
111 matrix_free.initialize_dof_vector(vec); in initialize_dof_vector()
120 this->initialize_dof_vector(diagonal); in compute_inverse_diagonal()
H A Dbps-kokkos.h206 initialize_dof_vector(VectorType &vec) const override in initialize_dof_vector() function
208 matrix_free.initialize_dof_vector(vec); in initialize_dof_vector()
217 this->initialize_dof_vector(diagonal); in compute_inverse_diagonal()
H A Dbps-kokkos.cc196 op.initialize_dof_vector(u); in main()
197 op.initialize_dof_vector(v); in main()
H A Dbps-cpu.cc196 op.initialize_dof_vector(u); in main()
197 op.initialize_dof_vector(v); in main()
H A Dbps.h121 initialize_dof_vector(VectorType &vec) const = 0;
H A Dbps-ceed.h297 initialize_dof_vector(VectorType &vec) const override in initialize_dof_vector() function
308 this->initialize_dof_vector(diagonal); in compute_inverse_diagonal()