Home
last modified time | relevance | path

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

/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/impl/serial/
H A Dmapp_tetra_3d.h167 inline void LinearMapping :: map2world (const alucoord_t (&p)[4], alucoord_t (&world)[3]) const { in map2world() function
174 …inline void LinearMapping::map2world (const alucoord_t x1, const alucoord_t x2, const alucoord_t x… in map2world() function
241 …inline void LinearSurfaceMapping :: map2world (const alucoord_t (&map)[3], alucoord_t (&wld)[3]) c… in map2world() function
251 …inline void LinearSurfaceMapping :: map2world(alucoord_t x, alucoord_t y, alucoord_t z, alucoord_t… in map2world() function
H A Dmapp_cube_3d.h222 inline void TrilinearMapping::map2world(const alucoord_t (&p)[3], alucoord_t (&world)[3]) const { in map2world() function
236 …inline void TrilinearMapping::map2world(const alucoord_t x1, const alucoord_t x2, const alucoord_t… in map2world() function
354 …inline void BilinearSurfaceMapping::map2world (const alucoord_t (&map)[2], alucoord_t (&wld)[3]) c… in map2world() function
364 …inline void BilinearSurfaceMapping::map2world (alucoord_t x, alucoord_t y, alucoord_t (&w)[3]) con… in map2world() function
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/3d/
H A Dmappings_imp.cc112 map2world(const coord_t& p, coord_t& world) const in map2world() function in Dune::TrilinearMapping
119 map2world(const alu3d_ctype x, const alu3d_ctype y, in map2world() function in Dune::TrilinearMapping
423 map2world (const coord2_t& map, coord3_t& wld) const in map2world() function in Dune::BilinearSurfaceMapping
429 map2world (const alu3d_ctype x, const alu3d_ctype y, coord3_t& w) const in map2world() function in Dune::BilinearSurfaceMapping
638 alu_inline void BilinearMapping< cdim >::map2world ( const map_t &m, world_t &w ) const in map2world() function in Dune::BilinearMapping
645 …alu_inline void BilinearMapping< cdim >::map2world ( const ctype x, const ctype y, world_t &w ) co… in map2world() function in Dune::BilinearMapping
1027 map2world (const map_t& local, world_t& global) const in map2world() function in Dune::LinearMapping