PlasCom2  1.0
XPACC Multi-physics simluation application
ApplyOperator.f90 File Reference

Implementation of routines that apply differential (or other) operators to all points of the state data in the indicated interval. More...

Detailed Description

Implementation of routines that apply differential (or other) operators to all points of the state data in the indicated interval.

Definition in file ApplyOperator.f90.

Go to the source code of this file.

Modules

module  operators
 

Functions/Subroutines

subroutine applyoperator (numDim, dimSizes, numComponents, numPoints, opDir, opInterval, numStencils, stencilSizes, stencilStarts, numValues, stencilWeights, stencilOffsets, stencilID, U, dU)
 applyoperator applies an operator specified as a stencil set to the provided state data More...
 
subroutine applyoperatorblobs (numDim, dimSizes, numComponents, numPointsBuffer, opDir, numStencils, stencilSizes, stencilStarts, numStencilValues, stencilWeights, stencilOffsets, numPointsStencil, numPointsApply, stencilPoints, U, dU)
 applyoperatorblobs applies an operator by applying each stencil in turn to all the points to which it applies More...
 
subroutine applysinglestencil (numDim, dimSizes, numComponents, numPointsBuffer, opDir, numPointsApply, applyPoints, stencilSize, stencilWeights, stencilOffsets, U, dU)
 applysinglestencil applies an operator by applying a given stencil to the specified points More...