#include <utilities/aslParametersManager.h>
#include <math/aslTemplates.h>
#include <aslGeomInc.h>
#include <aslDataInc.h>
#include <acl/aclGenerators.h>
#include <writers/aslVTKFormatWriters.h>
#include <num/aslFDStefanMaxwell.h>
#include <num/aslFDAdvectionDiffusion.h>
#include <num/aslFDElChemKinetics.h>
#include <num/aslBasicBC.h>
#include <utilities/aslTimer.h>
#include <acl/aclMath/aclVectorOfElements.h>
Go to the source code of this file.
|
| int | main (int argc, char *argv[]) |
| template<typename T> |
| AVec< T > | makeAVec (T a1) |
◆ Param
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ makeAVec()