preCICE v3.1.2
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
VertexSpecification Struct Reference

Holds rank, owner, position and value of a single vertex. More...

Collaboration diagram for VertexSpecification:
[legend]

Public Member Functions

const Eigen::Map< const Eigen::VectorXd > asEigen () const
 

Public Attributes

int rank
 
int owner
 
std::vector< double > position
 
std::vector< double > value
 

Detailed Description

Holds rank, owner, position and value of a single vertex.

Definition at line 1279 of file PartitionOfUnityMappingTest.cpp.

Member Function Documentation

◆ asEigen()

const Eigen::Map< const Eigen::VectorXd > VertexSpecification::asEigen ( ) const
inline

Definition at line 63 of file PetRadialBasisFctMappingTest.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ owner

int VertexSpecification::owner

Definition at line 1281 of file PartitionOfUnityMappingTest.cpp.

◆ position

std::vector< double > VertexSpecification::position

Definition at line 1282 of file PartitionOfUnityMappingTest.cpp.

◆ rank

int VertexSpecification::rank

Definition at line 1280 of file PartitionOfUnityMappingTest.cpp.

◆ value

std::vector< double > VertexSpecification::value

Definition at line 1283 of file PartitionOfUnityMappingTest.cpp.


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