![]() |
|
#include <sample_point_parameters.h>
Inheritance diagram for oomph::BinArrayParameters:Protected Attributes | |
| Vector< unsigned > | Dimensions_of_bin_array |
| Number of bins in each coordinate direction. More... | |
Protected Attributes inherited from oomph::SamplePointContainerParameters | |
| Mesh * | Mesh_pt |
| Pointer to mesh from whose FiniteElements sample points are created. More... | |
| Vector< std::pair< double, double > > | Min_and_max_coordinates |
| unsigned | Nsample_points_generated_per_element |
| "Measure of" number of sample points generated in each element More... | |
| bool | Use_eulerian_coordinates_during_setup |
| bool | Ignore_halo_elements_during_locate_zeta_search |
Private Member Functions | |
| BinArrayParameters (Mesh *mesh_pt) | |
| BinArrayParameters () | |
Friends | |
| class | RefineableBinArrayParameters |
| Constructor is private and only accessible by friends. More... | |
| class | NonRefineableBinArrayParameters |
Additional Inherited Members | |
Static Public Attributes inherited from oomph::SamplePointContainerParameters | |
| static unsigned | Default_nsample_points_generated_per_element |
| Default for "measure of" number of sample points per element. More... | |
/////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// Helper object for dealing with the parameters used for the BinArray objects
|
delete |
Broken copy constructor.
|
inlineprivate |
Constructor: Pass mesh. Constructor is private and can only be called by the derived friends.
|
inlineprivate |
Broken default constructor; needed for broken copy constructors. Don't call. It will die.
References OOMPH_CURRENT_FUNCTION, and OOMPH_EXCEPTION_LOCATION.
Number of bins in each coordinate direction.
References Dimensions_of_bin_array.
Number of bins in each coordinate direction. Const version.
References Dimensions_of_bin_array.
|
delete |
Broken assignment operator.
|
friend |
|
friend |
Constructor is private and only accessible by friends.
Number of bins in each coordinate direction.
Referenced by dimensions_of_bin_array().