Home
last modified time | relevance | path

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

/libCEED/examples/deal.II/
H A Dbps-ceed.h439 const auto mapping_q = dynamic_cast<const MappingQ<dim> *>(&mapping); in compute_metric_data() local
441 AssertThrow(mapping_q, ExcMessage("Wrong mapping!")); in compute_metric_data()
443 const unsigned int fe_degree = mapping_q->get_degree(); in compute_metric_data()