IPCC  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KNGeometricConstructionLaunch.h
Go to the documentation of this file.
1 #pragma once
2 #include "KNCommandFileParser.h"
3 #include "KNGeometricShape.h"
4 #include "KNMatrixOperation.h"
5 
7 {
8 public:
11 
13  static void LaunchingGeometricConstructionMPI(char*pszInputCommnadFileName, CKNGeometricShape *pShape, bool bReturnCSR);
16 };
17 
static void SetShapeInformation(CKNGeometricShape &shape, CKNCommandFileParser::LPINPUT_CMD_PARAM lpParam)
Data and operation representation of CSR(Compressed Sparse Row)
This class for parsing input command file.
Class for Geometric shape.
static void SetUnitCellInformation(CKNCommandFileParser::LPINPUT_CMD_PARAM lpParam)
static void LaunchingGeometricConstructionMPI(char *pszInputCommnadFileName, CKNGeometricShape *pShape, bool bReturnCSR)
Structure for save input command file parsing result.
Collection of vector and matrix operation.
Class for Geometric shape.
static CKNMatrixOperation::CKNCSR * LaunchingGeometricConstruction(char *pszInputCommnadFileName, CKNGeometricShape *pShape, CKNCommandFileParser::LPINPUT_CMD_PARAM *lpParam, bool bReturnCSR)