gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
PViewDataList.cpp File Reference
#include <algorithm>
#include "PView.h"
#include "PViewDataList.h"
#include "GmshMessage.h"
#include "GmshDefines.h"
#include "BasisFactory.h"
#include "Numeric.h"
#include "SmoothData.h"
#include "Context.h"
#include "polynomialBasis.h"
Include dependency graph for PViewDataList.cpp:

Go to the source code of this file.

Functions

static void generateConnectivities (std::vector< double > &list, int nbList, int nbTimeStep, int nbVert, int nbComp, smooth_data &data)
 
static void smoothList (std::vector< double > &list, int nbList, int nbTimeStep, int nbVert, int nbComp, smooth_data &data)
 
static void dVecMerge (std::vector< double > &v, std::vector< double > &dest)
 

Function Documentation

◆ dVecMerge()

static void dVecMerge ( std::vector< double > &  v,
std::vector< double > &  dest 
)
static

Definition at line 693 of file PViewDataList.cpp.

Referenced by PViewDataList::combineSpace(), and PViewDataList::combineTime().

Here is the caller graph for this function:

◆ generateConnectivities()

static void generateConnectivities ( std::vector< double > &  list,
int  nbList,
int  nbTimeStep,
int  nbVert,
int  nbComp,
smooth_data data 
)
static

Definition at line 610 of file PViewDataList.cpp.

Referenced by PViewDataList::smooth().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ smoothList()

static void smoothList ( std::vector< double > &  list,
int  nbList,
int  nbTimeStep,
int  nbVert,
int  nbComp,
smooth_data data 
)
static

Definition at line 632 of file PViewDataList.cpp.

Referenced by PViewDataList::smooth().

Here is the call graph for this function:
Here is the caller graph for this function: