PeriDyno 1.0.0
Loading...
Searching...
No Matches
Function2Pt.h File Reference
#include "Array/Array.h"
#include "Array/Array2D.h"
#include "Array/Array3D.h"
Include dependency graph for Function2Pt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  dyno
 This is an implementation of AdditiveCCD based on peridyno.
 
namespace  dyno::Function2Pt
 

Functions

template<typename T>
void dyno::Function2Pt::plus (DArray< T > &zArr, DArray< T > &xArr, DArray< T > &yArr)
 
template<typename T>
void dyno::Function2Pt::subtract (DArray< T > &zArr, DArray< T > &xArr, DArray< T > &yArr)
 
template<typename T>
void dyno::Function2Pt::multiply (DArray< T > &zArr, DArray< T > &xArr, DArray< T > &yArr)
 
template<typename T>
void dyno::Function2Pt::divide (DArray< T > &zArr, DArray< T > &xArr, DArray< T > &yArr)
 
template<typename T>
void dyno::Function2Pt::saxpy (DArray< T > &zArr, DArray< T > &xArr, DArray< T > &yArr, T alpha)