|
| AdaptionSurfaceGridFunction (SmartPtr< TDomain > spDomain, bool bObserveStorage=true) |
|
template<typename TAlgebra > |
void | copy_from_surface (const GridFunction< TDomain, TAlgebra > &rSurfaceFct) |
|
template<typename TAlgebra > |
void | copy_to_surface (GridFunction< TDomain, TAlgebra > &rSurfaceFct) |
|
void | do_restrict (const GridMessage_Adaption &msg) |
|
template<typename TBaseElem > |
void | obj_created (TBaseElem *elem) |
| creates storage when object created More...
|
|
void | prolongate (const GridMessage_Adaption &msg) |
|
AValues | value_attachment () |
|
|
virtual void | vertex_created (Grid *grid, Vertex *vrt, GridObject *pParent=NULL, bool replacesParent=false) |
|
virtual void | edge_created (Grid *grid, Edge *e, GridObject *pParent=NULL, bool replacesParent=false) |
|
virtual void | face_created (Grid *grid, Face *f, GridObject *pParent=NULL, bool replacesParent=false) |
|
virtual void | volume_created (Grid *grid, Volume *vol, GridObject *pParent=NULL, bool replacesParent=false) |
|
virtual void | elements_to_be_cleared (Grid *grid) |
|
virtual void | grid_to_be_destroyed (Grid *grid) |
|
virtual | ~GridObserver () |
|
virtual void | vertex_to_be_erased (Grid *grid, Vertex *vrt, Vertex *replacedBy=NULL) |
| Notified whenever an element of the given type is erased from the given grid. More...
|
|
virtual void | edge_to_be_erased (Grid *grid, Edge *e, Edge *replacedBy=NULL) |
| Notified whenever an element of the given type is erased from the given grid. More...
|
|
virtual void | face_to_be_erased (Grid *grid, Face *f, Face *replacedBy=NULL) |
| Notified whenever an element of the given type is erased from the given grid. More...
|
|
virtual void | volume_to_be_erased (Grid *grid, Volume *vol, Volume *replacedBy=NULL) |
| Notified whenever an element of the given type is erased from the given grid. More...
|
|
virtual void | vertices_to_be_merged (Grid *grid, Vertex *target, Vertex *elem1, Vertex *elem2) |
| Notified when two elements of the same type are going to be merged. More...
|
|
virtual void | edges_to_be_merged (Grid *grid, Edge *target, Edge *elem1, Edge *elem2) |
| Notified when two elements of the same type are going to be merged. More...
|
|
virtual void | faces_to_be_merged (Grid *grid, Face *target, Face *elem1, Face *elem2) |
| Notified when two elements of the same type are going to be merged. More...
|
|
virtual void | volumes_to_be_merged (Grid *grid, Volume *target, Volume *elem1, Volume *elem2) |
| Notified when two elements of the same type are going to be merged. More...
|
|
|
void | attach_entries (ConstSmartPtr< DoFDistributionInfo > spDDInfo) |
|
template<typename TElem , typename TAlgebra > |
void | copy_from_surface (const GridFunction< TDomain, TAlgebra > &rSurfaceFct) |
|
template<typename TElem , typename TAlgebra > |
void | copy_from_surface (const GridFunction< TDomain, TAlgebra > &rSurfaceFct, TElem *elem) |
|
template<typename TElem , typename TAlgebra > |
void | copy_to_surface (GridFunction< TDomain, TAlgebra > &rSurfaceFct) |
|
template<typename TElem , typename TAlgebra > |
void | copy_to_surface (GridFunction< TDomain, TAlgebra > &rSurfaceFct, TElem *elem) |
|
template<typename TElem > |
void | detach_entries () |
|
void | detach_entries () |
|
template<typename TBaseElem > |
void | do_restrict (const MGSelector &sel, const GridMessage_Adaption &msg) |
|
template<typename TBaseElem > |
void | prolongate (const GridMessage_Adaption &msg, const size_t lvl) |
|
template<typename TBaseElem > |
void | select_parents (MGSelector &sel, const GridMessage_Adaption &msg) |
|