WARPXM v1.10.0
|
#include <vector>
#include "lib/wmudgfunctions.h"
#include "lib/wmunstructuredpatch.h"
#include <dfem/array/patch_array.h>
#include <dfem/variable/distributed_variable.h>
Go to the source code of this file.
Classes | |
struct | wxm::dfem::sync::tools::sync_link_t |
class | wxm::dfem::sync::tools::sync_chunk_t |
class | wxm::dfem::sync::tools::component_patch_exchange_t |
The component_patch_exchange_t class is used to exchange information between two patches. More... | |
class | wxm::dfem::sync::tools::component_exchange_t |
The component_exchange_t class is used to exchange a component between two sets of patches. More... | |
class | wxm::dfem::sync::tools::rank_exchange_t |
The rank_exchange_t class is used to exchange sets of components existing between sets of patches on different ranks. More... | |
class | wxm::dfem::sync::tools::patch_exchange_t |
The patch_exchange_t class is used to exchange sets of components existing between two patches. More... | |
Namespaces | |
namespace | wxm |
Base namespace for everything not included in the global namespace. | |
namespace | wxm::dfem |
namespace | wxm::dfem::sync |
namespace | wxm::dfem::sync::tools |
Typedefs | |
typedef std::vector< sync_link_t * > | wxm::dfem::sync::tools::sync_links_t |
typedef std::vector< rank_exchange_t * > | wxm::dfem::sync::tools::rank_exchanges_t |
typedef std::vector< patch_exchange_t * > | wxm::dfem::sync::tools::patch_exchanges_t |