MeshKernel
|
A struct used to describe contacts between a 1d and a 2d mesh. More...
#include <Contacts.hpp>
Public Attributes | |
int * | mesh1d_indices = nullptr |
The indices of the 1d mesh. | |
int * | mesh2d_indices = nullptr |
The indices of the 2d face. | |
int | num_contacts |
The number of contacts. | |
A struct used to describe contacts between a 1d and a 2d mesh.