PolyFEM
Loading...
Searching...
No Matches
polyfem::basis::Local2Global Class Reference

Represents a virtual node of the FEM mesh as a weighted sum of real (unknown) nodes. More...

#include <Basis.hpp>

Public Member Functions

 Local2Global ()
 
 Local2Global (const int _index, const RowVectorNd &_node, const double _val)
 

Public Attributes

int index
 global index of the actual node
 
double val
 weight
 
RowVectorNd node
 node position
 

Detailed Description

Represents a virtual node of the FEM mesh as a weighted sum of real (unknown) nodes.

This class stores the id, weights and positions of the real mesh nodes to use in the weighted sum.

Definition at line 21 of file Basis.hpp.

Constructor & Destructor Documentation

◆ Local2Global() [1/2]

polyfem::basis::Local2Global::Local2Global ( )
inline

Definition at line 29 of file Basis.hpp.

◆ Local2Global() [2/2]

polyfem::basis::Local2Global::Local2Global ( const int  _index,
const RowVectorNd _node,
const double  _val 
)
inline

Definition at line 34 of file Basis.hpp.

Member Data Documentation

◆ index

int polyfem::basis::Local2Global::index

global index of the actual node

Definition at line 24 of file Basis.hpp.

◆ node

RowVectorNd polyfem::basis::Local2Global::node

node position

Definition at line 27 of file Basis.hpp.

◆ val

double polyfem::basis::Local2Global::val

weight

Definition at line 25 of file Basis.hpp.


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