Home
last modified time | relevance | path

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

/libCEED/examples/deal.II/
H A Dbps-ceed.h192 const unsigned int n_components_metric = (bp <= BPType::BP2) ? 1 : (dim * (dim + 1) / 2); in reinit() local
437 const unsigned int n_components_metric = (bp <= BPType::BP2) ? 1 : (dim * (dim + 1) / 2); in compute_metric_data() local