Go to the source code of this file.
|
template<typename T > |
void | Moose::Mortar::Contact::communicateVelocities (std::unordered_map< const DofObject *, T > &dof_map, const MooseMesh &mesh, const bool nodal, const Parallel::Communicator &communicator, const bool send_data_back) |
| This function is used to communicate velocities across processes. More...
|
|
void | Moose::Mortar::Contact::communicateR2T (std::unordered_map< const DofObject *, ADRankTwoTensor > &dof_map_adr2t, const MooseMesh &mesh, const bool nodal, const Parallel::Communicator &communicator, const bool send_data_back) |
| This function is used to communicate velocities across processes. More...
|
|
template<typename T > |
void | Moose::Mortar::Contact::communicateRealObject (std::unordered_map< const DofObject *, T > &dof_to_adreal, const MooseMesh &mesh, const bool nodal, const Parallel::Communicator &communicator, const bool send_data_back) |
|
void | Moose::Mortar::Contact::communicateGaps (std::unordered_map< const DofObject *, std::pair< ADReal, Real >> &dof_to_weighted_gap, const MooseMesh &mesh, bool nodal, bool normalize_c, const Parallel::Communicator &communicator, bool send_data_back) |
| This function is used to communicate gaps across processes. More...
|
|