ug4
ug::HorizontalAnisotropyAdjuster< TAPos > Class Template Reference

Selects additional edges to preserve layers in a grid with horizontal anisotropies. More...

#include <horizontal_anisotropy_adjuster.h>

+ Inheritance diagram for ug::HorizontalAnisotropyAdjuster< TAPos >:

Public Types

typedef Grid::VertexAttachmentAccessor< TAPos > position_accessor_t
 
typedef TAPos position_attachment_t
 

Public Member Functions

 HorizontalAnisotropyAdjuster (TAPos aPos)
 
virtual void ref_marks_changed (IRefiner &ref, const std::vector< Vertex * > &vrts, const std::vector< Edge * > &edges, const std::vector< Face * > &faces, const std::vector< Volume * > &vols)
 
virtual ~HorizontalAnisotropyAdjuster ()
 
- Public Member Functions inherited from ug::IRefMarkAdjuster
virtual void coarsen_marks_changed (IRefiner &ref, const std::vector< Vertex * > &vrts, const std::vector< Edge * > &edges, const std::vector< Face * > &faces, const std::vector< Volume * > &vols)
 
virtual void enable (bool enable)
 
virtual bool enabled () const
 
 IRefMarkAdjuster ()
 
virtual ~IRefMarkAdjuster ()
 
void enable_node_dependency_order_1 (bool bEnable)
 enables or disables node-dependency-order-1. More...
 
bool node_dependency_order_1_enabled ()
 enables or disables node-dependency-order-1. More...
 

Private Attributes

TAPos m_aPos
 

Detailed Description

template<class TAPos>
class ug::HorizontalAnisotropyAdjuster< TAPos >

Selects additional edges to preserve layers in a grid with horizontal anisotropies.

Selects additional edges to preserve layers in a grid with horizontal anisotropies and builds a closure so that no hanging nodes are generated.

Note
This adjuster regards the grid as a serial grid. If the grid represents a part of a distributed grid, then the additional use of a parallel adjuster is required.

Member Typedef Documentation

◆ position_accessor_t

◆ position_attachment_t

template<class TAPos >
typedef TAPos ug::HorizontalAnisotropyAdjuster< TAPos >::position_attachment_t

Constructor & Destructor Documentation

◆ HorizontalAnisotropyAdjuster()

template<class TAPos >
ug::HorizontalAnisotropyAdjuster< TAPos >::HorizontalAnisotropyAdjuster ( TAPos  aPos)
inline

◆ ~HorizontalAnisotropyAdjuster()

template<class TAPos >
virtual ug::HorizontalAnisotropyAdjuster< TAPos >::~HorizontalAnisotropyAdjuster ( )
inlinevirtual

Member Function Documentation

◆ ref_marks_changed()

template<class TAPos >
void ug::HorizontalAnisotropyAdjuster< TAPos >::ref_marks_changed ( IRefiner ref,
const std::vector< Vertex * > &  vrts,
const std::vector< Edge * > &  edges,
const std::vector< Face * > &  faces,
const std::vector< Volume * > &  vols 
)
virtual

Member Data Documentation

◆ m_aPos

template<class TAPos >
TAPos ug::HorizontalAnisotropyAdjuster< TAPos >::m_aPos
private

The documentation for this class was generated from the following files: