Chi-Tech
decompose_pxpy.cc File Reference
#include "mesh/SurfaceMesh/chi_surfacemesh.h"
#include <algorithm>
#include "chi_runtime.h"
#include "chi_log.h"

Go to the source code of this file.

Typedefs

typedef std::pair< int, int > IntPair
 
typedef std::vector< double > DblVec
 
typedef std::vector< int > IntVec
 

Typedef Documentation

◆ DblVec

typedef std::vector<double> DblVec

Definition at line 6 of file decompose_pxpy.cc.

◆ IntPair

typedef std::pair<int,int> IntPair

Definition at line 5 of file decompose_pxpy.cc.

◆ IntVec

typedef std::vector<int> IntVec

Definition at line 7 of file decompose_pxpy.cc.