Scrambler  1
CommonFunctions::AddCurl Interface Reference

List of all members.

Public Member Functions

subroutine AddCurl2D (b, a, dx)
 Takes curl of a and adds it to b.
subroutine AddCurl3D (b, a, dx)
 Takes curl of a and adds it to b.

Detailed Description

Definition at line 39 of file common_functions.f90.


Member Function/Subroutine Documentation

subroutine AddCurl2D ( REAL(KIND=qPREC), dimension(:,:,:)  b,
REAL(KIND=qPREC), dimension(:,:)  a,
REAL(KIND=qPREC)  dx 
)

Takes curl of a and adds it to b.

Parameters:
boutput vector field
ainput vector field
dxgrid spacing

Definition at line 59 of file common_functions.f90.

subroutine AddCurl3D ( REAL(KIND=qPREC), dimension(:,:,:,:)  b,
REAL(KIND=qPREC), dimension(:,:,:,:)  a,
REAL(KIND=qPREC)  dx 
)

Takes curl of a and adds it to b.

Parameters:
boutput vector field
ainput vector field
dxgrid spacing

Definition at line 76 of file common_functions.f90.


The documentation for this interface was generated from the following file:
 All Classes Files Functions Variables