ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
flow2.cc File Reference
#include <utilities/aslParametersManager.h>
#include <aslDataInc.h>
#include <math/aslTemplates.h>
#include <aslGeomInc.h>
#include <acl/aclGenerators.h>
#include <writers/aslVTKFormatWriters.h>
#include <num/aslLBGK.h>
#include <num/aslLBGKBC.h>
#include <utilities/aslTimer.h>
#include <acl/aclUtilities.h>
Include dependency graph for flow2.cc:

Go to the source code of this file.

Typedefs

typedef asl::UValue< double > Param

Functions

asl::SPDistanceFunction generateMirror (double x, double y)
asl::SPDistanceFunction generateMirrors ()
int main (int argc, char *argv[])
template<typename T>
AVec< T > makeAVec (T a1)

Typedef Documentation

◆ Param

typedef asl::UValue<double> Param

Definition at line 44 of file flow2.cc.

Function Documentation

◆ generateMirror()

asl::SPDistanceFunction generateMirror ( double x,
double y )
Examples
flow2.cc.

Definition at line 49 of file flow2.cc.

◆ generateMirrors()

asl::SPDistanceFunction generateMirrors ( )
Examples
flow2.cc.

Definition at line 75 of file flow2.cc.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 95 of file flow2.cc.

◆ makeAVec()

template<typename T>
AVec< T > asl::makeAVec ( T a1)
related

Definition at line 176 of file aslVectorsDynamicLength.h.