Class for containing sample points: Number of finite element in its mesh and index of sample point within that element. More...
#include <sample_point_container.h>
Public Member Functions | |
SamplePoint (const unsigned &element_index_in_mesh, const unsigned &sample_point_index_in_element) | |
Construct SamplePoint object from number of finite element in its mesh, and index of sample point within that element. More... | |
SamplePoint (const SamplePoint &data) | |
Broken copy constructor. More... | |
void | operator= (const SamplePoint &) |
Broken assignment operator. More... | |
unsigned | element_index_in_mesh () const |
Access function to the index of finite element in its mesh. More... | |
unsigned | sample_point_index_in_element () const |
Index of sample point within element. More... | |
Private Attributes | |
unsigned | Element_index_in_mesh |
Index of finite element in its mesh. More... | |
unsigned | Sample_point_index_in_element |
Index of the sample point within element. More... | |
Class for containing sample points: Number of finite element in its mesh and index of sample point within that element.
Definition at line 57 of file sample_point_container.h.
|
inline |
Construct SamplePoint object from number of finite element in its mesh, and index of sample point within that element.
Definition at line 64 of file sample_point_container.h.
|
inline |
Broken copy constructor.
Definition at line 71 of file sample_point_container.h.
References oomph::BrokenCopy::broken_copy().
|
inline |
Access function to the index of finite element in its mesh.
Definition at line 77 of file sample_point_container.h.
References Element_index_in_mesh.
Referenced by CGALSamplePointContainer::limited_locate_zeta(), and CGALSamplePointContainer::locate_zeta().
|
inline |
Broken assignment operator.
Definition at line 74 of file sample_point_container.h.
References oomph::BrokenCopy::broken_assign().
|
inline |
Index of sample point within element.
Definition at line 83 of file sample_point_container.h.
References Sample_point_index_in_element.
Referenced by CGALSamplePointContainer::limited_locate_zeta(), and CGALSamplePointContainer::locate_zeta().
|
private |
Index of finite element in its mesh.
Definition at line 92 of file sample_point_container.h.
Referenced by element_index_in_mesh().
|
private |
Index of the sample point within element.
Definition at line 95 of file sample_point_container.h.
Referenced by sample_point_index_in_element().