Home
last modified time | relevance | path

Searched defs:DoFInfo (Results 1 – 6 of 6) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Ddof_info.h98 struct DoFInfo struct
117 DoFInfo(); argument
417 unsigned int dimension;
427 unsigned int vectorization_length;
473 constraint_indicator;
515 * enables initialization of vectors based on the DoFInfo field. argument
564 * DoFInfo objects. argument
572 unsigned int n_base_elements;
618 bool store_plain_indices;
629 unsigned int max_fe_index;
[all …]
H A Ddof_info.templates.h104 DoFInfo::DoFInfo() in DoFInfo() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/meshworker/
H A Ddof_info.templates.h32 DoFInfo<dim, spacedim, number>::DoFInfo(const BlockInfo &info) in DoFInfo() function
H A Dlocal_integrator.h35 class DoFInfo; variable
H A Ddof_info.h291 DoFInfo<dim, spacedim, number>::DoFInfo() in DoFInfo() function
300 DoFInfo<dim, spacedim, number>::DoFInfo( in DoFInfo() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-12b/
H A Dstep-12b.cc194 using DoFInfo = MeshWorker::DoFInfo<dim>; typedef in Step12::AdvectionProblem