| _buffer | SendBuffer< Object, Context > | private |
| _buffer_growth_multiplier | SendBuffer< Object, Context > | private |
| _buffer_pool | SendBuffer< Object, Context > | private |
| _buffer_shrink_multiplier | SendBuffer< Object, Context > | private |
| _buffer_size_bytes | SendBuffer< Object, Context > | private |
| _buffers_sent | SendBuffer< Object, Context > | private |
| _communicator | libMesh::ParallelObject | protected |
| _context | SendBuffer< Object, Context > | private |
| _current_buffer_size | SendBuffer< Object, Context > | private |
| _current_buffer_size_real | SendBuffer< Object, Context > | private |
| _max_buffer_size | SendBuffer< Object, Context > | private |
| _method | SendBuffer< Object, Context > | private |
| _min_buffer_size | SendBuffer< Object, Context > | private |
| _object_buffer_tag | SendBuffer< Object, Context > | private |
| _objects_sent | SendBuffer< Object, Context > | private |
| _pid | SendBuffer< Object, Context > | private |
| _requests | SendBuffer< Object, Context > | private |
| bufferPoolCreated() const | SendBuffer< Object, Context > | inline |
| buffersSent() const | SendBuffer< Object, Context > | inline |
| cleanupRequests() | SendBuffer< Object, Context > | |
| clear() | SendBuffer< Object, Context > | |
| comm() const | libMesh::ParallelObject | |
| currentlyBuffered() const | SendBuffer< Object, Context > | inline |
| currentlySending() const | SendBuffer< Object, Context > | inline |
| forceSend(const bool shrink_current_buffer_size=true) | SendBuffer< Object, Context > | |
| moveObject(std::shared_ptr< Object > &object) | SendBuffer< Object, Context > | |
| n_processors() const | libMesh::ParallelObject | |
| objectsSent() const | SendBuffer< Object, Context > | inline |
| operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | |
| ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | |
| ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | |
| processor_id() const | libMesh::ParallelObject | |
| SendBuffer(const libMesh::Parallel::Communicator &comm, const Context *const context, const processor_id_type pid, const ParallelStudyMethod &method, const unsigned int min_buffer_size, const unsigned int max_buffer_size, const Real buffer_growth_multiplier, const Real buffer_shrink_multiplier, const Parallel::MessageTag object_buffer_tag) | SendBuffer< Object, Context > | |
| waitAll() | SendBuffer< Object, Context > | |
| ~ParallelObject()=default | libMesh::ParallelObject | virtual |
| ~SendBuffer() override | SendBuffer< Object, Context > | |