ASL  0.1.7
Advanced Simulation Library
Functions
testOperators.cc File Reference
#include "acl/acl.h"
#include "acl/DataTypes/aclIndex.h"
#include "acl/DataTypes/aclConstant.h"
#include "acl/DataTypes/aclVariable.h"
#include "acl/DataTypes/aclVariableReference.h"
#include "acl/DataTypes/aclPrivateVariable.h"
#include "acl/DataTypes/aclArray.h"
#include "acl/DataTypes/aclLocalArray.h"
#include "acl/DataTypes/aclSubvector.h"
#include "acl/Operators/aclElementFor.h"
#include "acl/Operators/aclElementIfElse.h"
#include "acl/Operators/aclElementParser.h"
#include "acl/Kernels/aclKernel.h"
#include "aslUtilities.h"
#include <math.h>
#include <initializer_list>
Include dependency graph for testOperators.cc:

Go to the source code of this file.

Functions

bool testIfElse ()
 
bool testParser ()
 
bool testAtomicSum ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )
Examples
testOperators.cc.

Definition at line 154 of file testOperators.cc.

◆ testAtomicSum()

bool testAtomicSum ( )
Examples
testOperators.cc.

Definition at line 127 of file testOperators.cc.

◆ testIfElse()

bool testIfElse ( )
Examples
testOperators.cc.

Definition at line 50 of file testOperators.cc.

◆ testParser()

bool testParser ( )
Examples
testOperators.cc.

Definition at line 90 of file testOperators.cc.