ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <LBProfileObservable.hpp>
Public Member Functions | |
LBProfileObservable (double sampling_delta_x, double sampling_delta_y, double sampling_delta_z, double sampling_offset_x, double sampling_offset_y, double sampling_offset_z, int n_x_bins, int n_y_bins, int n_z_bins, double min_x, double max_x, double min_y, double max_y, double min_z, double max_z, bool allow_empty_bins=false) | |
void | calculate_sampling_positions () |
Public Member Functions inherited from Observables::ProfileObservable | |
ProfileObservable (int n_x_bins, int n_y_bins, int n_z_bins, double min_x, double max_x, double min_y, double max_y, double min_z, double max_z) | |
std::vector< std::size_t > | shape () const override |
auto | n_bins () const |
auto | limits () const |
std::array< std::vector< double >, 3 > | edges () const |
Calculate the bin edges for each dimension. | |
Public Member Functions inherited from Observables::Observable | |
Observable ()=default | |
virtual | ~Observable ()=default |
virtual std::vector< double > | operator() (boost::mpi::communicator const &comm) const =0 |
Calculate the set of values measured by the observable. | |
std::size_t | n_values () const |
Size of the flat array returned by the observable. | |
Public Attributes | |
std::array< double, 3 > | sampling_delta |
std::array< double, 3 > | sampling_offset |
bool | allow_empty_bins |
std::vector< Utils::Vector3d > | sampling_positions |
Definition at line 35 of file core/observables/LBProfileObservable.hpp.
|
inline |
Definition at line 37 of file core/observables/LBProfileObservable.hpp.
|
inline |
Definition at line 67 of file core/observables/LBProfileObservable.hpp.
References Utils::Vector< T, N >::broadcast().
bool Observables::LBProfileObservable::allow_empty_bins |
Definition at line 65 of file core/observables/LBProfileObservable.hpp.
Referenced by Observables::LBVelocityProfile::operator()().
std::array<double, 3> Observables::LBProfileObservable::sampling_delta |
Definition at line 63 of file core/observables/LBProfileObservable.hpp.
std::array<double, 3> Observables::LBProfileObservable::sampling_offset |
Definition at line 64 of file core/observables/LBProfileObservable.hpp.
std::vector<Utils::Vector3d> Observables::LBProfileObservable::sampling_positions |
Definition at line 66 of file core/observables/LBProfileObservable.hpp.
Referenced by Observables::LBVelocityProfile::operator()().