mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
modify for coupling-cpp and hpp
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
set(source_files
|
||||
pFlowToVTK.C
|
||||
geometric.C
|
||||
pFlowToVTK.cpp
|
||||
geometric.cpp
|
||||
)
|
||||
set(link_lib phasicFlow Kokkos::kokkos Utilities)
|
||||
|
||||
|
@ -19,7 +19,7 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#include "geometric.H"
|
||||
#include "geometric.hpp"
|
||||
|
||||
|
||||
template<>
|
@ -19,13 +19,13 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#ifndef __geometric_H__
|
||||
#define __geometric_H__
|
||||
#ifndef __geometric_hpp__
|
||||
#define __geometric_hpp__
|
||||
|
||||
#include "vtkFile.H"
|
||||
#include "triSurface.H"
|
||||
#include "multiTriSurface.H"
|
||||
#include "IOobject.H"
|
||||
#include "vtkFile.hpp"
|
||||
#include "triSurface.hpp"
|
||||
#include "multiTriSurface.hpp"
|
||||
#include "IOobject.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -75,4 +75,4 @@ bool dataToVTK( vtkFile& vtk, const multiTriSurface& surface );
|
||||
|
||||
}
|
||||
|
||||
#endif //__geometric_H__
|
||||
#endif //__geometric_hpp__
|
@ -19,13 +19,13 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#include "systemControl.H"
|
||||
#include "pointFieldToVTK.H"
|
||||
#include "triSurfaceFieldToVTK.H"
|
||||
#include "timeFolder.H"
|
||||
#include "commandLine.H"
|
||||
#include "ranges.H"
|
||||
#include "readControlDict.H"
|
||||
#include "systemControl.hpp"
|
||||
#include "pointFieldToVTK.hpp"
|
||||
#include "triSurfaceFieldToVTK.hpp"
|
||||
#include "timeFolder.hpp"
|
||||
#include "commandLine.hpp"
|
||||
#include "ranges.hpp"
|
||||
#include "readControlDict.hpp"
|
||||
|
||||
|
||||
using pFlow::word;
|
||||
@ -88,7 +88,7 @@ int main(int argc, char** argv )
|
||||
|
||||
|
||||
// this should be palced in each main
|
||||
#include "initialize_Control.H"
|
||||
#include "initialize_Control.hpp"
|
||||
|
||||
|
||||
timeFolder folders(Control);
|
||||
@ -171,6 +171,6 @@ int main(int argc, char** argv )
|
||||
|
||||
|
||||
// this should be palced in each main
|
||||
#include "finalize.H"
|
||||
#include "finalize.hpp"
|
||||
return 0;
|
||||
}
|
@ -19,14 +19,14 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#ifndef __pointFieldToVTK_H__
|
||||
#define __pointFieldToVTK_H__
|
||||
#ifndef __pointFieldToVTK_hpp__
|
||||
#define __pointFieldToVTK_hpp__
|
||||
|
||||
#include <regex>
|
||||
|
||||
#include "vtkFile.H"
|
||||
#include "pointFields.H"
|
||||
#include "IOobject.H"
|
||||
#include "vtkFile.hpp"
|
||||
#include "pointFields.hpp"
|
||||
#include "IOobject.hpp"
|
||||
|
||||
namespace pFlow::PFtoVTK
|
||||
{
|
@ -19,16 +19,16 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#ifndef __triSurfaceFieldToVTK_H__
|
||||
#define __triSurfaceFieldToVTK_H__
|
||||
#ifndef __triSurfaceFieldToVTK_hpp__
|
||||
#define __triSurfaceFieldToVTK_hpp__
|
||||
|
||||
#include <regex>
|
||||
|
||||
#include "vtkFile.H"
|
||||
#include "triSurface.H"
|
||||
#include "multiTriSurface.H"
|
||||
#include "triSurfaceFields.H"
|
||||
#include "IOobject.H"
|
||||
#include "vtkFile.hpp"
|
||||
#include "triSurface.hpp"
|
||||
#include "multiTriSurface.hpp"
|
||||
#include "triSurfaceFields.hpp"
|
||||
#include "IOobject.hpp"
|
||||
|
||||
namespace pFlow::TSFtoVTK
|
||||
{
|
Reference in New Issue
Block a user