Peano
Loading...
Searching...
No Matches
Derivative.h File Reference
Include dependency graph for Derivative.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  toolbox
 
namespace  toolbox::blockstructured
 

Functions

void toolbox::blockstructured::computeGradient (int numberOfDoFsPerAxisInPatch, const double *__restrict__ source, int sourceIndex, int sourceUnknowns, int sourceHalo, double *__restrict__ dest, const tarch::la::Vector< Dimensions, int > &destIndex, int destUnknowns, int destHalo, const tarch::la::Vector< Dimensions, double > &volumeH)
 This routine assumes that we have two patches of the same numberOfDoFsPerAxisInPatch.
 
double toolbox::blockstructured::computeGradientAndReturnMaxDifference (int numberOfDoFsPerAxisInPatch, const double *__restrict__ source, int sourceIndex, int sourceUnknowns, int sourceHalo, double *__restrict__ dest, const tarch::la::Vector< Dimensions, int > &destIndex, int destUnknowns, int destHalo, const tarch::la::Vector< Dimensions, double > &volumeH)