Home
last modified time | relevance | path

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

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Dug_undefs.hh97 #undef CORNER_OF_SIDE_INV
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dgm.doc1364 INT CORNER_OF_SIDE_INV (ELEMENT *p,INT s,INT c);
1369 CORNER_OF_SIDE_INV returns the number of corner c with respect
H A Dgm.h2599 #define CORNER_OF_SIDE_INV(p,s,c) (element_descriptors[TAG(p)]->corner_of_side_inv[(s)][(c)]) macro