Caribou
Public Member Functions | Public Attributes | List of all members
caribou::topology::BarycentricContainer< Domain >::BarycentricPoint Struct Reference

Detailed Description

template<typename Domain>
struct caribou::topology::BarycentricContainer< Domain >::BarycentricPoint

A barycentric point is a structure that contains the element index and the local coordinates within that element of the point in the world space.

Note
If the point does not exists in any of the containing elements, the index will be -1.

#include <BarycentricContainer.h>

Public Member Functions

 BarycentricPoint (const ElementIndex &index, const LocalCoordinates &coordinates)
 

Public Attributes

ElementIndex element_index
 
LocalCoordinates local_coordinates
 

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