![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Define a field attached to a patch (example: FMM multipoles, hmax in SPH) More...
#include <shamrock/include/shamrock/legacy/patch/utility/patch_field.hpp>
Collaboration diagram for legacy::PatchField< type >:Public Types | |
| using | T = type |
Public Member Functions | |
| void | build_global (MPI_Datatype &dtype) |
| BufferedPField< type > | get_buffers () |
Public Attributes | |
| std::vector< type > | local_nodes_value |
| std::vector< type > | global_values |
Define a field attached to a patch (example: FMM multipoles, hmax in SPH)
| type | type of object to store |
Definition at line 37 of file patch_field.hpp.
| using legacy::PatchField< type >::T = type |
Definition at line 39 of file patch_field.hpp.
|
inline |
Definition at line 45 of file patch_field.hpp.
|
inline |
Definition at line 50 of file patch_field.hpp.
| std::vector<type> legacy::PatchField< type >::global_values |
Definition at line 43 of file patch_field.hpp.
| std::vector<type> legacy::PatchField< type >::local_nodes_value |
Definition at line 41 of file patch_field.hpp.