Home
last modified time | relevance | path

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

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/albertagrid/
H A Dmeshpointer.hh130 initNodeProjection ( [[maybe_unused]] Mesh *mesh, ALBERTA MACRO_EL *macroElement, int n );
133 initNodeProjection ( Mesh *mesh, ALBERTA MACRO_EL *macroElement, int n );
203 const MacroElement &macroElement () const in macroElement() function in Dune::Alberta::MeshPointer::MacroIterator
241 return ElementInfo( mesh(), macroElement(), fillFlags ); in elementInfo()
415 const MacroElement &macroElement = static_cast< const MacroElement & >( *macroEl ); in initNodeProjection() local
416 if( (n > 0) && macroElement.isBoundary( n-1 ) ) in initNodeProjection()
430 const MacroElement &macroElement = static_cast< const MacroElement & >( *macroEl ); in initNodeProjection() local
433 ElementInfo elementInfo( meshPointer, macroElement, FillFlags::standard ); in initNodeProjection()
435 if( (n > 0) && macroElement.isBoundary( n-1 ) ) in initNodeProjection()
H A Delementinfo.hh75 ElementInfo ( const MeshPointer &mesh, const MacroElement &macroElement,
92 const MacroElement &macroElement () const;
317 ::ElementInfo ( const MeshPointer &mesh, const MacroElement &macroElement, in ElementInfo() argument
332 fill( mesh, &macroElement, elInfo() ); in ElementInfo()
438 ElementInfo< dim >::macroElement () const in macroElement() function in Dune::Alberta::ElementInfo
512 return Seed( macroElement().index, level, path ); in seed()
576 return (macroElement().neighbor( macroFace ) != NULL); in hasLeafNeighbor()
626 return macroElement().isBoundary( macroFace ); in isBoundary()
640 const int id = macroElement().boundaryId( macroFace ); in boundaryId()
656 return (macroFace < 0 ? NULL : macroElement().wall_trafo[ macroFace ]); in transformation()
[all …]
H A Dmeshpointer.cc32 MacroElement &macroEl = const_cast< MacroElement & >( it.macroElement() ); in create()
52 MacroElement &macroEl = const_cast< MacroElement & >( it.macroElement() ); in release()
H A Delementinfo.cc30 const MacroElement &macroElement = element.macroElement(); in macroNeighbor() local
31 const MacroElement *macroNeighbor = macroElement.neighbor( face ); in macroNeighbor()
35 return macroElement.opp_vertex[ face ]; in macroNeighbor()
H A Dgridfactory.hh418 const MacroElement &macroElement = elementInfo.macroElement(); in insertionIndex() local
419 const unsigned int index = macroElement.index; in insertionIndex()
426 const Alberta::GlobalVector &y = macroElement.coordinate( i ); in insertionIndex()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/geometrygrid/
H A Dcachedcoordfunction.hh172 const Element &macroElement = *mit; in buildCache() local
173 insertEntity( macroElement ); in buildCache()
175 const HierarchicIterator hend = macroElement.hend( maxLevel ); in buildCache()
176 for( HierarchicIterator hit = macroElement.hbegin( maxLevel ); hit != hend; ++hit ) in buildCache()
/dports/devel/upp/upp/uppsrc/ide/MacroManager/
H A DMacroManager.cpp333 auto& macroElement = list[j]; in ReloadLocalMacros() local
334 localTree.Add(fileNode, macroElement.GetImage(), RawToValue(macroElement), macroElement.name); in ReloadLocalMacros()