preCICE v3.1.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
precice::mesh::Chain< n > Struct Template Reference

#include <Utils.hpp>

Collaboration diagram for precice::mesh::Chain< n >:
[legend]

Public Attributes

bool connected
 true if the chain is connected or closed and thus valid
 
std::array< Vertex *, n > vertices
 undefined if not connected
 
std::array< Edge *, n > edges
 undefined if not connected
 

Detailed Description

template<std::size_t n>
struct precice::mesh::Chain< n >

Definition at line 53 of file Utils.hpp.

Member Data Documentation

◆ connected

template<std::size_t n>
bool precice::mesh::Chain< n >::connected

true if the chain is connected or closed and thus valid

Definition at line 55 of file Utils.hpp.

◆ edges

template<std::size_t n>
std::array<Edge *, n> precice::mesh::Chain< n >::edges

undefined if not connected

Definition at line 59 of file Utils.hpp.

◆ vertices

template<std::size_t n>
std::array<Vertex *, n> precice::mesh::Chain< n >::vertices

undefined if not connected

Definition at line 57 of file Utils.hpp.


The documentation for this struct was generated from the following file: