mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-18 03:17:04 +00:00
MPI-parallelization upto IO file
This commit is contained in:
CMakeLists.txt
cmake
src
phasicFlow
CMakeLists.txt
commandLine
containers
Field
Vector
VectorHD
span
demComponent
dictionary
fileSystem
globals
processors
localProcessors.cpplocalProcessors.hpppFlowProcessors.cpppFlowProcessors.hppprocessors.cppprocessors.hpp
repository
IOobject
IOPattern.cppIOPattern.hppIOfileHeader.cppIOfileHeader.hppIOobject.cppIOobject.hppIOobjectTemplates.cppobjectFile.cppobjectFile.hpp
Time
repository
systemControl
streams
dataIO
structuredData
box
domain
domain.cppdomain.hppregularSimulationDomain.cppregularSimulationDomain.hppsimulationDomain.cppsimulationDomain.hpp
infinitePlane
plane
pointStructure
internalPoints.cppinternalPoints.hpppointFlag.hpppointFlagKernels.hpppointStructure.cpppointStructure.hpp
trisurfaceStructure
types
triple
setHelpers
utilities
@ -21,7 +21,7 @@ Licence:
|
||||
#ifndef __setSurfaceGeometry_hpp__
|
||||
#define __setSurfaceGeometry_hpp__
|
||||
|
||||
REPORT(0)<< "\nCreating surface geometry . . . "<<endREPORT;
|
||||
REPORT(0)<< "\nCreating surface geometry . . . "<<END_REPORT;
|
||||
auto surfGeometryPtr = pFlow::geometry::create(Control, proprties);
|
||||
auto& surfGeometry = surfGeometryPtr();
|
||||
|
||||
|
Reference in New Issue
Block a user