modify for coupling-cpp and hpp

This commit is contained in:
hamidrezanorouzi
2022-12-10 01:32:54 +03:30
parent 878c281d45
commit 8cc47b1c47
393 changed files with 1679 additions and 1679 deletions

View File

@ -18,11 +18,11 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __cellMapping_H__
#define __cellMapping_H__
#ifndef __cellMapping_hpp__
#define __cellMapping_hpp__
#include "cellsWallLevel0.H"
#include "dictionary.H"
#include "cellsWallLevel0.hpp"
#include "dictionary.hpp"
namespace pFlow
@ -84,7 +84,7 @@ private:
public:
TypeNameNV("cellMapping");
TypeInfoNV("cellMapping");
cellMapping(
const dictionary& dict,

View File

@ -18,13 +18,13 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __cellsWallLevel0_H__
#define __cellsWallLevel0_H__
#ifndef __cellsWallLevel0_hpp__
#define __cellsWallLevel0_hpp__
#include "types.H"
#include "KokkosTypes.H"
#include "cells.H"
#include "iBox.H"
#include "types.hpp"
#include "KokkosTypes.hpp"
#include "cells.hpp"
#include "iBox.hpp"
@ -95,7 +95,7 @@ protected:
public:
TypeNameNV("cellsWallLevel0");
TypeInfoNV("cellsWallLevel0");
INLINE_FUNCTION_HD
cellsWallLevel0(){}
@ -282,4 +282,4 @@ public:
} // pFlow
#endif // __cellsWallLevel0_H__
#endif // __cellsWallLevel0_hpp__

View File

@ -18,10 +18,10 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __cellsWallLevels_H__
#define __cellsWallLevels_H__
#ifndef __cellsWallLevels_hpp__
#define __cellsWallLevels_hpp__
#include "cellsWallLevel0.H"
#include "cellsWallLevel0.hpp"
namespace pFlow
{
@ -58,7 +58,7 @@ protected:
public:
TypeNameNV("cellsWallLevels");
TypeInfoNV("cellsWallLevels");
FUNCTION_H
cellsWallLevels(
@ -149,4 +149,4 @@ public:
} // pFlow
#endif // __cellsWallLevels_H__
#endif // __cellsWallLevels_hpp__

View File

@ -18,11 +18,11 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __multiGridMapping_H__
#define __multiGridMapping_H__
#ifndef __multiGridMapping_hpp__
#define __multiGridMapping_hpp__
#include "cellsWallLevels.H"
#include "dictionary.H"
#include "cellsWallLevels.hpp"
#include "dictionary.hpp"
namespace pFlow
@ -84,7 +84,7 @@ private:
public:
TypeNameNV("multiGridMapping");
TypeInfoNV("multiGridMapping");
multiGridMapping(
const dictionary& dict,