Searched refs:mapping_q (Results 1 – 1 of 1) sorted by relevance
439 const auto mapping_q = dynamic_cast<const MappingQ<dim> *>(&mapping); in compute_metric_data() local441 AssertThrow(mapping_q, ExcMessage("Wrong mapping!")); in compute_metric_data()443 const unsigned int fe_degree = mapping_q->get_degree(); in compute_metric_data()