![]() |
|
#include <sample_point_container.h>
Public Member Functions | |
| SamplePoint (const unsigned &element_index_in_mesh, const unsigned &sample_point_index_in_element) | |
| SamplePoint (const SamplePoint &data)=delete | |
| Broken copy constructor. More... | |
| void | operator= (const SamplePoint &)=delete |
| 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.
|
inline |
Construct SamplePoint object from number of finite element in its mesh, and index of sample point within that element
|
delete |
Broken copy constructor.
|
inline |
Access function to the index of finite element in its mesh.
References Element_index_in_mesh.
|
delete |
Broken assignment operator.
|
inline |
Index of sample point within element.
References Sample_point_index_in_element.
|
private |
Index of finite element in its mesh.
Referenced by element_index_in_mesh().
|
private |
Index of the sample point within element.
Referenced by sample_point_index_in_element().