diff --git a/doc/code-documentation/html/ReadMe_8md.html b/doc/code-documentation/html/ReadMe_8md.html new file mode 100644 index 00000000..a6077195 --- /dev/null +++ b/doc/code-documentation/html/ReadMe_8md.html @@ -0,0 +1,111 @@ + + + + + + +PhasicFlow: tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md File Reference
+
+
+
+
+ + + diff --git a/doc/code-documentation/html/RotatingDrumWithBaffles_2ReadMe_8md.html b/doc/code-documentation/html/RotatingDrumWithBaffles_2ReadMe_8md.html new file mode 100644 index 00000000..02a20340 --- /dev/null +++ b/doc/code-documentation/html/RotatingDrumWithBaffles_2ReadMe_8md.html @@ -0,0 +1,111 @@ + + + + + + +PhasicFlow: tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md File Reference
+
+
+
+
+ + + diff --git a/doc/code-documentation/html/binarySystemOfParticles_2README_8md.html b/doc/code-documentation/html/binarySystemOfParticles_2README_8md.html new file mode 100644 index 00000000..b3bbfee4 --- /dev/null +++ b/doc/code-documentation/html/binarySystemOfParticles_2README_8md.html @@ -0,0 +1,111 @@ + + + + + + +PhasicFlow: tutorials/sphereGranFlow/binarySystemOfParticles/README.md File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
tutorials/sphereGranFlow/binarySystemOfParticles/README.md File Reference
+
+
+
+
+ + + diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine-members.html b/doc/code-documentation/html/classpFlow_1_1commandLine-members.html new file mode 100644 index 00000000..62b04237 --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine-members.html @@ -0,0 +1,132 @@ + + + + + + +PhasicFlow: Member List + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
commandLine Member List
+
+
+ +

This is the complete list of members for commandLine, including all inherited members.

+ + + + + + + + + + + + + + + + + + + + +
addOption(word optionName, word description, word opText="")commandLine
addOption(word optionName, Type &bindingVar, word description, word opText="")commandLine
addOption(word optionName, word description, word opText)commandLine
addOption(word optionName, Type &bindingVar, word description, word opText)commandLine
any typedefcommandLine
appName_commandLineprotected
commandLine(word appName)commandLine
commandLine(word appName, word disptn)commandLine
copyRightcommandLineinlineprotectedstatic
descriptioncommandLineinlineprotectedstatic
internalBinVars_commandLineprotected
Option typedefcommandLine
parse(int argc, char **argv)commandLine
ParseError typedefcommandLine
productName() constcommandLineinline
productNameCopyright() constcommandLineinline
versionNamecommandLineinlineprotectedstatic
versionStrcommandLineinlineprotectedstatic
versoinCopyrightcommandLineinlineprotectedstatic
+
+ + + diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine.html b/doc/code-documentation/html/classpFlow_1_1commandLine.html new file mode 100644 index 00000000..e6a5a148 --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine.html @@ -0,0 +1,788 @@ + + + + + + +PhasicFlow: commandLine Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
commandLine Class Reference
+
+
+
+Inheritance diagram for commandLine:
+
+
Inheritance graph
+ + + + +
[legend]
+
+Collaboration diagram for commandLine:
+
+
Collaboration graph
+ + + + + +
[legend]
+ + + + + + + + +

+Public Types

using Option = CLI::Option
 
using ParseError = CLI::ParseError
 
using any = std::any
 
+ + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 commandLine (word appName)
 
 commandLine (word appName, word disptn)
 
bool parse (int argc, char **argv)
 
template<typename Type >
OptionaddOption (word optionName, word description, word opText="")
 
template<typename Type >
OptionaddOption (word optionName, Type &bindingVar, word description, word opText="")
 
word productName () const
 
word productNameCopyright () const
 
template<typename Type >
pFlow::commandLine::OptionaddOption (word optionName, word description, word opText)
 
template<typename Type >
pFlow::commandLine::OptionaddOption (word optionName, Type &bindingVar, word description, word opText)
 
+ + + + + +

+Protected Attributes

word appName_
 
List< anyinternalBinVars_
 
+ + + + + + + + + + + +

+Static Protected Attributes

static word versionStr
 
static word copyRight = "(copyright(C): www.cemf.ir)"
 
static word versionName = "phasicFlow "+ versionStr
 
static word versoinCopyright = versionName + " " +copyRight
 
static word description
 
+

Detailed Description

+
+

Definition at line 36 of file commandLine.hpp.

+

Member Typedef Documentation

+ +

◆ Option

+ +
+
+ + + + +
using Option = CLI::Option
+
+ +

Definition at line 42 of file commandLine.hpp.

+ +
+
+ +

◆ ParseError

+ +
+
+ + + + +
using ParseError = CLI::ParseError
+
+ +

Definition at line 44 of file commandLine.hpp.

+ +
+
+ +

◆ any

+ +
+
+ + + + +
using any = std::any
+
+ +

Definition at line 46 of file commandLine.hpp.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ commandLine() [1/2]

+ +
+
+ + + + + + + + +
commandLine (word appName)
+
+ +

Definition at line 24 of file commandLine.cpp.

+ +

References commandLine::appName_, and commandLine::versionName.

+ +
+
+ +

◆ commandLine() [2/2]

+ +
+
+ + + + + + + + + + + + + + + + + + +
commandLine (word appName,
word disptn 
)
+
+ +

Definition at line 33 of file commandLine.cpp.

+ +

References boldText, pFlow::endl(), pFlow::floatingPointDescription(), pFlow::output, commandLine::versoinCopyright, and yellowText.

+
+Here is the call graph for this function:
+
+
+ + + + + +
+ +
+
+

Member Function Documentation

+ +

◆ parse()

+ +
+
+ + + + + + + + + + + + + + + + + + +
bool parse (int argc,
char ** argv 
)
+
+ +

Definition at line 50 of file commandLine.cpp.

+ +

References count().

+ +

Referenced by main().

+
+Here is the call graph for this function:
+
+
+ + + + +
+
+Here is the caller graph for this function:
+
+
+ + + + +
+ +
+
+ +

◆ addOption() [1/4]

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Option* addOption (word optionName,
word description,
word opText = "" 
)
+
+ +

Referenced by main().

+
+Here is the caller graph for this function:
+
+
+ + + + +
+ +
+
+ +

◆ addOption() [2/4]

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Option* addOption (word optionName,
Type & bindingVar,
word description,
word opText = "" 
)
+
+ +
+
+ +

◆ productName()

+ +
+
+ + + + + +
+ + + + + + + +
word productName () const
+
+inline
+
+ +

Definition at line 91 of file commandLine.hpp.

+ +

References commandLine::versionName.

+ +
+
+ +

◆ productNameCopyright()

+ +
+
+ + + + + +
+ + + + + + + +
word productNameCopyright () const
+
+inline
+
+ +

Definition at line 96 of file commandLine.hpp.

+ +

References commandLine::versoinCopyright.

+ +

Referenced by main().

+
+Here is the caller graph for this function:
+
+
+ + + + +
+ +
+
+ +

◆ addOption() [3/4]

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
pFlow::commandLine::Option* addOption (word optionName,
word description,
word opText 
)
+
+ +

Definition at line 108 of file commandLine.hpp.

+ +

References commandLine::description, fatalExit, and commandLine::internalBinVars_.

+ +
+
+ +

◆ addOption() [4/4]

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
pFlow::commandLine::Option* addOption (word optionName,
Type & bindingVar,
word description,
word opText 
)
+
+ +

Definition at line 129 of file commandLine.hpp.

+ +

References fatalExit.

+ +
+
+

Member Data Documentation

+ +

◆ appName_

+ +
+
+ + + + + +
+ + + + +
word appName_
+
+protected
+
+ +

Definition at line 50 of file commandLine.hpp.

+ +

Referenced by commandLine::commandLine().

+ +
+
+ +

◆ internalBinVars_

+ +
+
+ + + + + +
+ + + + +
List<any> internalBinVars_
+
+protected
+
+ +

Definition at line 52 of file commandLine.hpp.

+ +

Referenced by commandLine::addOption().

+ +
+
+ +

◆ versionStr

+ +
+
+ + + + + +
+ + + + +
word versionStr
+
+inlinestaticprotected
+
+Initial value:
= "v-"+
+
int322Word(phasicFlow_VERSION_MAJOR)+
+
"."+
+
int322Word(phasicFlow_VERSION_MINOR)
+
+

Definition at line 54 of file commandLine.hpp.

+ +
+
+ +

◆ copyRight

+ +
+
+ + + + + +
+ + + + +
word copyRight = "(copyright(C): www.cemf.ir)"
+
+inlinestaticprotected
+
+ +

Definition at line 58 of file commandLine.hpp.

+ +
+
+ +

◆ versionName

+ +
+
+ + + + + +
+ + + + +
word versionName = "phasicFlow "+ versionStr
+
+inlinestaticprotected
+
+ +

Definition at line 60 of file commandLine.hpp.

+ +

Referenced by commandLine::commandLine(), and commandLine::productName().

+ +
+
+ +

◆ versoinCopyright

+ +
+
+ + + + + +
+ + + + +
word versoinCopyright = versionName + " " +copyRight
+
+inlinestaticprotected
+
+ +

Definition at line 62 of file commandLine.hpp.

+ +

Referenced by commandLine::commandLine(), and commandLine::productNameCopyright().

+ +
+
+ +

◆ description

+ +
+
+ + + + + +
+ + + + +
word description
+
+inlinestaticprotected
+
+Initial value:
= "Command line help for "+
+ +
+

Definition at line 64 of file commandLine.hpp.

+ +

Referenced by commandLine::addOption().

+ +
+
+
The documentation for this class was generated from the following files: +
+
+
pFlow::commandLine::versoinCopyright
static word versoinCopyright
Definition: commandLine.hpp:62
+
pFlow::int322Word
word int322Word(const int32 &v)
Definition: bTypesFunctions.cpp:67
+ + + diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine.js b/doc/code-documentation/html/classpFlow_1_1commandLine.js new file mode 100644 index 00000000..30d6c88f --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine.js @@ -0,0 +1,22 @@ +var classpFlow_1_1commandLine = +[ + [ "Option", "classpFlow_1_1commandLine.html#a27f8cad34438fe040c1adbc20f819293", null ], + [ "ParseError", "classpFlow_1_1commandLine.html#adc698d020468722ea41a083f9ac491ed", null ], + [ "any", "classpFlow_1_1commandLine.html#a6bf9ccafef4d8ccb9f18a06083b801e7", null ], + [ "commandLine", "classpFlow_1_1commandLine.html#abaf8950d8dfd816efcbf7d1fac3864cf", null ], + [ "commandLine", "classpFlow_1_1commandLine.html#ac91c659a0deaa02d39d2c20dbf13e569", null ], + [ "parse", "classpFlow_1_1commandLine.html#af199716992f3f8bb51c89ddcca847062", null ], + [ "addOption", "classpFlow_1_1commandLine.html#ae309d1cad7a1c3502e8d112f76373816", null ], + [ "addOption", "classpFlow_1_1commandLine.html#a2396f3fa797c0afc4abb4f4d932035e0", null ], + [ "productName", "classpFlow_1_1commandLine.html#ab791d42abf5e71d63a6b3db1194545e6", null ], + [ "productNameCopyright", "classpFlow_1_1commandLine.html#a14acfb8b26f5fd0e88d6aa2b753223fc", null ], + [ "addOption", "classpFlow_1_1commandLine.html#a7b1e64df9c1688a5ffb922cbce4b7095", null ], + [ "addOption", "classpFlow_1_1commandLine.html#a9c1c8d000ed3d56f5315e9dad45719d8", null ], + [ "appName_", "classpFlow_1_1commandLine.html#a7f04090943d139b6d697f4a194a3641d", null ], + [ "internalBinVars_", "classpFlow_1_1commandLine.html#a6e9107629f65eca349d8434c232e68a9", null ], + [ "versionStr", "classpFlow_1_1commandLine.html#ad8aa919d2613cb1954fe9809f0f68950", null ], + [ "copyRight", "classpFlow_1_1commandLine.html#ae073a34e47a78d184b3711ea967288e7", null ], + [ "versionName", "classpFlow_1_1commandLine.html#a6432f1237593152a2ca882342fb3abba", null ], + [ "versoinCopyright", "classpFlow_1_1commandLine.html#aea06e98469774a68c6962a88b0bb89ce", null ], + [ "description", "classpFlow_1_1commandLine.html#a5095370072f7df1462bc126b12ab2485", null ] +]; \ No newline at end of file diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine__coll__graph.map b/doc/code-documentation/html/classpFlow_1_1commandLine__coll__graph.map new file mode 100644 index 00000000..bfb48ca9 --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine__coll__graph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine__coll__graph.md5 b/doc/code-documentation/html/classpFlow_1_1commandLine__coll__graph.md5 new file mode 100644 index 00000000..27eb07ec --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine__coll__graph.md5 @@ -0,0 +1 @@ +37560fe58cdf0e663077426426c76e40 \ No newline at end of file diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine__coll__graph.png b/doc/code-documentation/html/classpFlow_1_1commandLine__coll__graph.png new file mode 100644 index 00000000..b65f68b9 Binary files /dev/null and b/doc/code-documentation/html/classpFlow_1_1commandLine__coll__graph.png differ diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine__inherit__graph.map b/doc/code-documentation/html/classpFlow_1_1commandLine__inherit__graph.map new file mode 100644 index 00000000..ed0cd405 --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine__inherit__graph.map @@ -0,0 +1,4 @@ + + + + diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine__inherit__graph.md5 b/doc/code-documentation/html/classpFlow_1_1commandLine__inherit__graph.md5 new file mode 100644 index 00000000..a5e14350 --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine__inherit__graph.md5 @@ -0,0 +1 @@ +7852050e3f8f88676db6755473855256 \ No newline at end of file diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine__inherit__graph.png b/doc/code-documentation/html/classpFlow_1_1commandLine__inherit__graph.png new file mode 100644 index 00000000..c35556b0 Binary files /dev/null and b/doc/code-documentation/html/classpFlow_1_1commandLine__inherit__graph.png differ diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph.map b/doc/code-documentation/html/classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph.map new file mode 100644 index 00000000..04778641 --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph.map @@ -0,0 +1,4 @@ + + + + diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph.md5 b/doc/code-documentation/html/classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph.md5 new file mode 100644 index 00000000..fee948a8 --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph.md5 @@ -0,0 +1 @@ +5a97169d102664edb012a4a135ca45c3 \ No newline at end of file diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph.png b/doc/code-documentation/html/classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph.png new file mode 100644 index 00000000..2dfb0e2c Binary files /dev/null and b/doc/code-documentation/html/classpFlow_1_1commandLine_a14acfb8b26f5fd0e88d6aa2b753223fc_icgraph.png differ diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph.map b/doc/code-documentation/html/classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph.map new file mode 100644 index 00000000..3a655605 --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph.md5 b/doc/code-documentation/html/classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph.md5 new file mode 100644 index 00000000..6cc4bb84 --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph.md5 @@ -0,0 +1 @@ +80d653a20feef9a333dced6c13ed4d72 \ No newline at end of file diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph.png b/doc/code-documentation/html/classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph.png new file mode 100644 index 00000000..2f97f163 Binary files /dev/null and b/doc/code-documentation/html/classpFlow_1_1commandLine_ac91c659a0deaa02d39d2c20dbf13e569_cgraph.png differ diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph.map b/doc/code-documentation/html/classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph.map new file mode 100644 index 00000000..953798e7 --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph.map @@ -0,0 +1,4 @@ + + + + diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph.md5 b/doc/code-documentation/html/classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph.md5 new file mode 100644 index 00000000..67b9e505 --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph.md5 @@ -0,0 +1 @@ +523b203e1aa18510f7e4e1c50fd81960 \ No newline at end of file diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph.png b/doc/code-documentation/html/classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph.png new file mode 100644 index 00000000..48a26684 Binary files /dev/null and b/doc/code-documentation/html/classpFlow_1_1commandLine_ae309d1cad7a1c3502e8d112f76373816_icgraph.png differ diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph.map b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph.map new file mode 100644 index 00000000..045f2a1b --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph.map @@ -0,0 +1,4 @@ + + + + diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph.md5 b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph.md5 new file mode 100644 index 00000000..cd96991c --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph.md5 @@ -0,0 +1 @@ +a97c01f2fe8e4faa2aeab8fe7aacb98e \ No newline at end of file diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph.png b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph.png new file mode 100644 index 00000000..d03e93d8 Binary files /dev/null and b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_cgraph.png differ diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph.map b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph.map new file mode 100644 index 00000000..0b81466e --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph.map @@ -0,0 +1,4 @@ + + + + diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph.md5 b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph.md5 new file mode 100644 index 00000000..79617aff --- /dev/null +++ b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph.md5 @@ -0,0 +1 @@ +73bd9676a3d4be21329e11ff27260398 \ No newline at end of file diff --git a/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph.png b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph.png new file mode 100644 index 00000000..bddda377 Binary files /dev/null and b/doc/code-documentation/html/classpFlow_1_1commandLine_af199716992f3f8bb51c89ddcca847062_icgraph.png differ diff --git a/doc/code-documentation/html/commandLine_8cpp.html b/doc/code-documentation/html/commandLine_8cpp.html new file mode 100644 index 00000000..b9b3be90 --- /dev/null +++ b/doc/code-documentation/html/commandLine_8cpp.html @@ -0,0 +1,122 @@ + + + + + + +PhasicFlow: src/phasicFlow/commandLine/commandLine.cpp File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
commandLine.cpp File Reference
+
+
+
+Include dependency graph for commandLine.cpp:
+
+
+ + + + +
+
+

Go to the source code of this file.

+
+
+ + + diff --git a/doc/code-documentation/html/commandLine_8cpp__incl.map b/doc/code-documentation/html/commandLine_8cpp__incl.map new file mode 100644 index 00000000..1f25d516 --- /dev/null +++ b/doc/code-documentation/html/commandLine_8cpp__incl.map @@ -0,0 +1,4 @@ + + + + diff --git a/doc/code-documentation/html/commandLine_8cpp__incl.md5 b/doc/code-documentation/html/commandLine_8cpp__incl.md5 new file mode 100644 index 00000000..75c2eb07 --- /dev/null +++ b/doc/code-documentation/html/commandLine_8cpp__incl.md5 @@ -0,0 +1 @@ +fc4b97f1439dcba5dfec79906d256841 \ No newline at end of file diff --git a/doc/code-documentation/html/commandLine_8cpp__incl.png b/doc/code-documentation/html/commandLine_8cpp__incl.png new file mode 100644 index 00000000..7e80d706 Binary files /dev/null and b/doc/code-documentation/html/commandLine_8cpp__incl.png differ diff --git a/doc/code-documentation/html/commandLine_8cpp_source.html b/doc/code-documentation/html/commandLine_8cpp_source.html new file mode 100644 index 00000000..59c95301 --- /dev/null +++ b/doc/code-documentation/html/commandLine_8cpp_source.html @@ -0,0 +1,190 @@ + + + + + + +PhasicFlow: src/phasicFlow/commandLine/commandLine.cpp Source File + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
commandLine.cpp
+
+
+Go to the documentation of this file.
1 /*------------------------------- phasicFlow ---------------------------------
+
2  O C enter of
+
3  O O E ngineering and
+
4  O O M ultiscale modeling of
+
5  OOOOOOO F luid flow
+
6 ------------------------------------------------------------------------------
+
7  Copyright (C): www.cemf.ir
+
8  email: hamid.r.norouzi AT gmail.com
+
9 ------------------------------------------------------------------------------
+
10 Licence:
+
11  This file is part of phasicFlow code. It is a free software for simulating
+
12  granular and multiphase flows. You can redistribute it and/or modify it under
+
13  the terms of GNU General Public License v3 or any other later versions.
+
14 
+
15  phasicFlow is distributed to help others in their research in the field of
+
16  granular and multiphase flows, but WITHOUT ANY WARRANTY; without even the
+
17  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
18 
+
19 -----------------------------------------------------------------------------*/
+
20 
+
21 #include "commandLine.hpp"
+
22 
+
23 
+ +
25 :
+
26  CLI::App(description),
+
27  appName_(appName)
+
28 {
+
29  CLI::App::set_help_flag("-h,--help", "Help for using "+appName_+ " of "+versionName);
+
30  CLI::App::set_version_flag("-v,--version", versionName, "Program version information");
+
31 }
+
32 
+ +
34 :
+
35  commandLine(appName)
+
36 {
+
37 
+
38  CLI::App::add_flag_callback(
+
39  "--description",
+
40  [disptn, appName]() {
+ + +
43  output<<"Description for "<< boldText(appName)<<":\n";
+
44  output<<" "<<disptn<<endl;
+
45  },
+
46  "What does this app do?"
+
47  )->configurable(false);
+
48 }
+
49 
+ +
51  int argc,
+
52  char** argv)
+
53 {
+
54  try {
+
55  CLI::App::parse(argc, argv);
+
56  if(CLI::App::count("--description")) return false;
+
57  return true;
+
58  } catch(const ParseError &e) {
+
59  CLI::App::exit(e);
+
60  return false;
+
61  }
+
62 
+
63  //if()
+
64 }
+
+
+
count
auto count(const Vector< T, Allocator > &vec, const T &val)
+
pFlow::commandLine::appName_
word appName_
Definition: commandLine.hpp:50
+
pFlow::word
std::string word
Definition: builtinTypes.hpp:63
+
pFlow::commandLine
Definition: commandLine.hpp:36
+
pFlow::endl
iOstream & endl(iOstream &os)
Definition: iOstream.hpp:312
+
pFlow::commandLine::parse
bool parse(int argc, char **argv)
Definition: commandLine.cpp:50
+
pFlow::commandLine::versoinCopyright
static word versoinCopyright
Definition: commandLine.hpp:62
+
pFlow::output
Ostream output
+
pFlow::commandLine::commandLine
commandLine(word appName)
Definition: commandLine.cpp:24
+
boldText
#define boldText(text)
Definition: streams.hpp:35
+
pFlow::commandLine::versionName
static word versionName
Definition: commandLine.hpp:60
+
pFlow::floatingPointDescription
auto floatingPointDescription()
Definition: builtinTypes.hpp:66
+
pFlow::commandLine::ParseError
CLI::ParseError ParseError
Definition: commandLine.hpp:44
+
yellowText
#define yellowText(text)
Definition: streams.hpp:30
+
commandLine.hpp
+ + + diff --git a/doc/code-documentation/html/commandLine_8hpp.html b/doc/code-documentation/html/commandLine_8hpp.html new file mode 100644 index 00000000..7c7d9847 --- /dev/null +++ b/doc/code-documentation/html/commandLine_8hpp.html @@ -0,0 +1,156 @@ + + + + + + +PhasicFlow: src/phasicFlow/commandLine/commandLine.hpp File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
commandLine.hpp File Reference
+
+
+
+Include dependency graph for commandLine.hpp:
+
+
+ + + + + + + + +
+
+This graph shows which files directly or indirectly include this file:
+
+
+ + + + + + + + + + + +
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  commandLine
 
+ + + +

+Namespaces

 pFlow
 
+
+
+ + + diff --git a/doc/code-documentation/html/commandLine_8hpp__dep__incl.map b/doc/code-documentation/html/commandLine_8hpp__dep__incl.map new file mode 100644 index 00000000..036d6497 --- /dev/null +++ b/doc/code-documentation/html/commandLine_8hpp__dep__incl.map @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/doc/code-documentation/html/commandLine_8hpp__dep__incl.md5 b/doc/code-documentation/html/commandLine_8hpp__dep__incl.md5 new file mode 100644 index 00000000..98146532 --- /dev/null +++ b/doc/code-documentation/html/commandLine_8hpp__dep__incl.md5 @@ -0,0 +1 @@ +3aa93521cf9a3dfa751d1f1ef9d99f76 \ No newline at end of file diff --git a/doc/code-documentation/html/commandLine_8hpp__dep__incl.png b/doc/code-documentation/html/commandLine_8hpp__dep__incl.png new file mode 100644 index 00000000..d0485783 Binary files /dev/null and b/doc/code-documentation/html/commandLine_8hpp__dep__incl.png differ diff --git a/doc/code-documentation/html/commandLine_8hpp__incl.map b/doc/code-documentation/html/commandLine_8hpp__incl.map new file mode 100644 index 00000000..af88e48e --- /dev/null +++ b/doc/code-documentation/html/commandLine_8hpp__incl.map @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/doc/code-documentation/html/commandLine_8hpp__incl.md5 b/doc/code-documentation/html/commandLine_8hpp__incl.md5 new file mode 100644 index 00000000..48d60bd8 --- /dev/null +++ b/doc/code-documentation/html/commandLine_8hpp__incl.md5 @@ -0,0 +1 @@ +18b8995413ab3ea44a6566399f04711b \ No newline at end of file diff --git a/doc/code-documentation/html/commandLine_8hpp__incl.png b/doc/code-documentation/html/commandLine_8hpp__incl.png new file mode 100644 index 00000000..e95a1ca3 Binary files /dev/null and b/doc/code-documentation/html/commandLine_8hpp__incl.png differ diff --git a/doc/code-documentation/html/commandLine_8hpp_source.html b/doc/code-documentation/html/commandLine_8hpp_source.html new file mode 100644 index 00000000..86ef377f --- /dev/null +++ b/doc/code-documentation/html/commandLine_8hpp_source.html @@ -0,0 +1,283 @@ + + + + + + +PhasicFlow: src/phasicFlow/commandLine/commandLine.hpp Source File + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
commandLine.hpp
+
+
+Go to the documentation of this file.
1 /*------------------------------- phasicFlow ---------------------------------
+
2  O C enter of
+
3  O O E ngineering and
+
4  O O M ultiscale modeling of
+
5  OOOOOOO F luid flow
+
6 ------------------------------------------------------------------------------
+
7  Copyright (C): www.cemf.ir
+
8  email: hamid.r.norouzi AT gmail.com
+
9 ------------------------------------------------------------------------------
+
10 Licence:
+
11  This file is part of phasicFlow code. It is a free software for simulating
+
12  granular and multiphase flows. You can redistribute it and/or modify it under
+
13  the terms of GNU General Public License v3 or any other later versions.
+
14 
+
15  phasicFlow is distributed to help others in their research in the field of
+
16  granular and multiphase flows, but WITHOUT ANY WARRANTY; without even the
+
17  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
18 
+
19 -----------------------------------------------------------------------------*/
+
20 
+
21 
+
22 #ifndef __commandLine_hpp__
+
23 #define __commandLine_hpp__
+
24 
+
25 #include <any>
+
26 #include "CLI.hpp"
+
27 
+
28 #include "types.hpp"
+
29 #include "Lists.hpp"
+
30 #include "streams.hpp"
+
31 
+
32 namespace pFlow
+
33 {
+
34 
+
35 
+ +
37 :
+
38  public CLI::App
+
39 {
+
40 public:
+
41 
+
42  using Option = CLI::Option;
+
43 
+
44  using ParseError = CLI::ParseError;
+
45 
+
46  using any = std::any;
+
47 
+
48 protected:
+
49 
+ +
51 
+ +
53 
+
54  inline static word versionStr = "v-"+
+
55  int322Word(phasicFlow_VERSION_MAJOR)+
+
56  "."+
+
57  int322Word(phasicFlow_VERSION_MINOR);
+
58  inline static word copyRight = "(copyright(C): www.cemf.ir)";
+
59 
+
60  inline static word versionName = "phasicFlow "+ versionStr;
+
61 
+
62  inline static word versoinCopyright = versionName + " " +copyRight;
+
63 
+
64  inline static word description = "Command line help for "+
+
65  versoinCopyright +"\n";
+
66 
+
67 
+
68 
+
69 public:
+
70 
+
71  commandLine(word appName);
+
72 
+
73  commandLine(word appName, word disptn);
+
74 
+
75 
+
76  bool parse(int argc, char** argv);
+
77 
+
78  template<typename Type>
+ +
80  word optionName,
+ +
82  word opText = "");
+
83 
+
84  template<typename Type>
+ +
86  word optionName,
+
87  Type& bindingVar,
+ +
89  word opText = "");
+
90 
+ +
92  {
+
93  return versionName;
+
94  }
+
95 
+ +
97  {
+
98  return versoinCopyright;
+
99  }
+
100 
+
101 };
+
102 
+
103 }// pFlow
+
104 
+
105 
+
106 template<typename Type>
+ + +
109  word optionName,
+
110  word description,
+
111  word opText)
+
112 {
+
113  try{
+
114 
+
115  Type& bindingVar = std::any_cast<Type&>(
+
116  internalBinVars_.emplace_back( any(Type()))
+
117  );
+
118  return CLI::App::add_option(optionName, bindingVar, description)->option_text(opText);
+
119  }
+
120  catch (ParseError& err){
+
121  fatalExit;
+
122  return nullptr;
+
123  }
+
124 }
+
125 
+
126 
+
127 template<typename Type>
+ + +
130  word optionName,
+
131  Type& bindingVar,
+
132  word description,
+
133  word opText)
+
134 {
+
135  try{
+
136 
+
137  return CLI::App::add_option(optionName, bindingVar, description)->option_text(opText);
+
138  }
+
139  catch (ParseError& err){
+
140  fatalExit;
+
141  return nullptr;
+
142  }
+
143 }
+
144 
+
145 
+
146 
+
147 #endif
+
148 
+
+
+
pFlow::List< any >
+
pFlow::commandLine::description
static word description
Definition: commandLine.hpp:64
+
Lists.hpp
+
fatalExit
#define fatalExit
Definition: error.hpp:57
+
types.hpp
+
pFlow::commandLine::appName_
word appName_
Definition: commandLine.hpp:50
+
pFlow::commandLine::addOption
Option * addOption(word optionName, word description, word opText="")
+
pFlow::word
std::string word
Definition: builtinTypes.hpp:63
+
pFlow::commandLine
Definition: commandLine.hpp:36
+
pFlow::commandLine::copyRight
static word copyRight
Definition: commandLine.hpp:58
+
pFlow::commandLine::internalBinVars_
List< any > internalBinVars_
Definition: commandLine.hpp:52
+
pFlow
Definition: demComponent.hpp:28
+
pFlow::commandLine::Option
CLI::Option Option
Definition: commandLine.hpp:42
+
pFlow::commandLine::parse
bool parse(int argc, char **argv)
Definition: commandLine.cpp:50
+
pFlow::commandLine::versionStr
static word versionStr
Definition: commandLine.hpp:54
+
pFlow::commandLine::versoinCopyright
static word versoinCopyright
Definition: commandLine.hpp:62
+
pFlow::commandLine::productName
word productName() const
Definition: commandLine.hpp:91
+
pFlow::commandLine::commandLine
commandLine(word appName)
Definition: commandLine.cpp:24
+
streams.hpp
+
pFlow::commandLine::versionName
static word versionName
Definition: commandLine.hpp:60
+
pFlow::commandLine::any
std::any any
Definition: commandLine.hpp:46
+
pFlow::commandLine::ParseError
CLI::ParseError ParseError
Definition: commandLine.hpp:44
+
pFlow::int322Word
word int322Word(const int32 &v)
Definition: bTypesFunctions.cpp:67
+
pFlow::commandLine::productNameCopyright
word productNameCopyright() const
Definition: commandLine.hpp:96
+ + + diff --git a/doc/code-documentation/html/dir_000003_000130.html b/doc/code-documentation/html/dir_000003_000130.html new file mode 100644 index 00000000..a26358c6 --- /dev/null +++ b/doc/code-documentation/html/dir_000003_000130.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: solvers/iterateGeometry -> utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

iterateGeometry → utilities Relation

File in solvers/iterateGeometryIncludes file in utilities
iterateGeometry.cppUtilities / readControlDict.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000003_000131.html b/doc/code-documentation/html/dir_000003_000131.html new file mode 100644 index 00000000..a26358c6 --- /dev/null +++ b/doc/code-documentation/html/dir_000003_000131.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: solvers/iterateGeometry -> utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

iterateGeometry → utilities Relation

File in solvers/iterateGeometryIncludes file in utilities
iterateGeometry.cppUtilities / readControlDict.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000003_000132.html b/doc/code-documentation/html/dir_000003_000132.html new file mode 100644 index 00000000..a26358c6 --- /dev/null +++ b/doc/code-documentation/html/dir_000003_000132.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: solvers/iterateGeometry -> utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

iterateGeometry → utilities Relation

File in solvers/iterateGeometryIncludes file in utilities
iterateGeometry.cppUtilities / readControlDict.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000004_000130.html b/doc/code-documentation/html/dir_000004_000130.html new file mode 100644 index 00000000..e0f3306f --- /dev/null +++ b/doc/code-documentation/html/dir_000004_000130.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: solvers/sphereGranFlow -> utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

sphereGranFlow → utilities Relation

File in solvers/sphereGranFlowIncludes file in utilities
sphereGranFlow.cppUtilities / readControlDict.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000004_000131.html b/doc/code-documentation/html/dir_000004_000131.html new file mode 100644 index 00000000..e0f3306f --- /dev/null +++ b/doc/code-documentation/html/dir_000004_000131.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: solvers/sphereGranFlow -> utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

sphereGranFlow → utilities Relation

File in solvers/sphereGranFlowIncludes file in utilities
sphereGranFlow.cppUtilities / readControlDict.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000004_000132.html b/doc/code-documentation/html/dir_000004_000132.html new file mode 100644 index 00000000..e0f3306f --- /dev/null +++ b/doc/code-documentation/html/dir_000004_000132.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: solvers/sphereGranFlow -> utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

sphereGranFlow → utilities Relation

File in solvers/sphereGranFlowIncludes file in utilities
sphereGranFlow.cppUtilities / readControlDict.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000007_000124.html b/doc/code-documentation/html/dir_000007_000124.html new file mode 100644 index 00000000..dbc0a4fc --- /dev/null +++ b/doc/code-documentation/html/dir_000007_000124.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/Geometry -> Property Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Geometry → Property Relation

File in src/GeometryIncludes file in src/Property
geometry / geometry.hppproperty.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000008_000124.html b/doc/code-documentation/html/dir_000008_000124.html new file mode 100644 index 00000000..f154c9ae --- /dev/null +++ b/doc/code-documentation/html/dir_000008_000124.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/Geometry/geometry -> Property Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

geometry → Property Relation

File in src/Geometry/geometryIncludes file in src/Property
geometry.hppproperty.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000019_000124.html b/doc/code-documentation/html/dir_000019_000124.html new file mode 100644 index 00000000..cfc23254 --- /dev/null +++ b/doc/code-documentation/html/dir_000019_000124.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/Interaction -> Property Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Interaction → Property Relation

File in src/InteractionIncludes file in src/Property
interaction / demInteraction.hppproperty.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000026_000124.html b/doc/code-documentation/html/dir_000026_000124.html new file mode 100644 index 00000000..f5b4a401 --- /dev/null +++ b/doc/code-documentation/html/dir_000026_000124.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/Interaction/interaction -> Property Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

interaction → Property Relation

File in src/Interaction/interactionIncludes file in src/Property
demInteraction.hppproperty.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000041_000124.html b/doc/code-documentation/html/dir_000041_000124.html new file mode 100644 index 00000000..9727c4d0 --- /dev/null +++ b/doc/code-documentation/html/dir_000041_000124.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/Particles -> Property Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Particles → Property Relation

File in src/ParticlesIncludes file in src/Property
SphereParticles / sphereParticles / sphereParticles.hppproperty.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000050_000124.html b/doc/code-documentation/html/dir_000050_000124.html new file mode 100644 index 00000000..79d78b79 --- /dev/null +++ b/doc/code-documentation/html/dir_000050_000124.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/Particles/SphereParticles -> Property Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

SphereParticles → Property Relation

File in src/Particles/SphereParticlesIncludes file in src/Property
sphereParticles / sphereParticles.hppproperty.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000051_000124.html b/doc/code-documentation/html/dir_000051_000124.html new file mode 100644 index 00000000..5cadf4d4 --- /dev/null +++ b/doc/code-documentation/html/dir_000051_000124.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/Particles/SphereParticles/sphereParticles -> Property Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

sphereParticles → Property Relation

File in src/Particles/SphereParticles/sphereParticlesIncludes file in src/Property
sphereParticles.hppproperty.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000054_000080.html b/doc/code-documentation/html/dir_000054_000080.html new file mode 100644 index 00000000..abdc497e --- /dev/null +++ b/doc/code-documentation/html/dir_000054_000080.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/algorithms -> Kokkos Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

algorithms → Kokkos Relation

File in src/phasicFlow/algorithmsIncludes file in src/phasicFlow/Kokkos
kokkosAlgorithms.hppKokkosTypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000054_000119.html b/doc/code-documentation/html/dir_000054_000119.html new file mode 100644 index 00000000..558ae62a --- /dev/null +++ b/doc/code-documentation/html/dir_000054_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/algorithms -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

algorithms → types Relation

File in src/phasicFlow/algorithmsIncludes file in src/phasicFlow/types
stdAlgorithms.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000055_000056.html b/doc/code-documentation/html/dir_000055_000056.html new file mode 100644 index 00000000..0fef72cb --- /dev/null +++ b/doc/code-documentation/html/dir_000055_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/commandLine -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

commandLine → containers Relation

File in src/phasicFlow/commandLineIncludes file in src/phasicFlow/containers
commandLine.hppList / Lists.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000055_000092.html b/doc/code-documentation/html/dir_000055_000092.html new file mode 100644 index 00000000..3c617e0d --- /dev/null +++ b/doc/code-documentation/html/dir_000055_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/commandLine -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

commandLine → streams Relation

File in src/phasicFlow/commandLineIncludes file in src/phasicFlow/streams
commandLine.hppstreams.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000055_000119.html b/doc/code-documentation/html/dir_000055_000119.html new file mode 100644 index 00000000..13f2d0ac --- /dev/null +++ b/doc/code-documentation/html/dir_000055_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/commandLine -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

commandLine → types Relation

File in src/phasicFlow/commandLineIncludes file in src/phasicFlow/types
commandLine.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000056_000054.html b/doc/code-documentation/html/dir_000056_000054.html new file mode 100644 index 00000000..decfd28d --- /dev/null +++ b/doc/code-documentation/html/dir_000056_000054.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers -> algorithms Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

containers → algorithms Relation

File in src/phasicFlow/containersIncludes file in src/phasicFlow/algorithms
Vector / Vector.hppstdAlgorithms.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000056_000080.html b/doc/code-documentation/html/dir_000056_000080.html new file mode 100644 index 00000000..2fff203d --- /dev/null +++ b/doc/code-documentation/html/dir_000056_000080.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers -> Kokkos Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

containers → Kokkos Relation

File in src/phasicFlow/containersIncludes file in src/phasicFlow/Kokkos
bitsetHD / bitsetHD.hppKokkosTypes.hpp
indexContainer / indexContainer.hppKokkosTypes.hpp
indexContainer / indexContainer.hppKokkosUtilities.hpp
indexContainer / indexContainer.hppViewAlgorithms.hpp
symArrayHD / symArrayHD.hppKokkosTypes.hpp
VectorHD / VectorDual.hppKokkosTypes.hpp
VectorHD / VectorDual.hppViewAlgorithms.hpp
VectorHD / VectorDualAlgorithms.hppbaseAlgorithms.hpp
VectorHD / VectorSingle.hppKokkosTypes.hpp
VectorHD / VectorSingle.hppViewAlgorithms.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000056_000091.html b/doc/code-documentation/html/dir_000056_000091.html new file mode 100644 index 00000000..e00bb79f --- /dev/null +++ b/doc/code-documentation/html/dir_000056_000091.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers -> smartPointers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

containers → smartPointers Relation

File in src/phasicFlow/containersIncludes file in src/phasicFlow/smartPointers
List / List / List.hppuniquePtr.hpp
List / ListPtr / ListPtr.hppuniquePtr.hpp
Map / MapPtr / MapPtr.hppuniquePtr.hpp
Vector / Vector.hppuniquePtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000056_000092.html b/doc/code-documentation/html/dir_000056_000092.html new file mode 100644 index 00000000..fd343a01 --- /dev/null +++ b/doc/code-documentation/html/dir_000056_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

containers → streams Relation

File in src/phasicFlow/containersIncludes file in src/phasicFlow/streams
Map / hashMap / hashMap.hppiStream / iOstream.hpp
List / List / List.hppiStream / iOstream.hpp
List / List / List.hppiStream / iIstream.hpp
List / ListPtr / ListPtr.hppiStream / iOstream.hpp
Map / Map / Map.hppiStream / iOstream.hpp
Map / MapPtr / MapPtr.hppiStream / iOstream.hpp
span / span.hppiStream / iOstream.hpp
Vector / Vector.hppiStream / iOstream.hpp
Vector / Vector.hppiStream / iIstream.hpp
VectorHD / VectorDual.hppstreams.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000056_000094.html b/doc/code-documentation/html/dir_000056_000094.html new file mode 100644 index 00000000..f9b3f3e9 --- /dev/null +++ b/doc/code-documentation/html/dir_000056_000094.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers -> iStream Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

containers → iStream Relation

File in src/phasicFlow/containersIncludes file in src/phasicFlow/streams/iStream
Map / hashMap / hashMap.hppiOstream.hpp
List / List / List.hppiOstream.hpp
List / List / List.hppiIstream.hpp
List / ListPtr / ListPtr.hppiOstream.hpp
Map / Map / Map.hppiOstream.hpp
Map / MapPtr / MapPtr.hppiOstream.hpp
span / span.hppiOstream.hpp
Vector / Vector.hppiOstream.hpp
Vector / Vector.hppiIstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000056_000098.html b/doc/code-documentation/html/dir_000056_000098.html new file mode 100644 index 00000000..2051ef45 --- /dev/null +++ b/doc/code-documentation/html/dir_000056_000098.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers -> structuredData Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

containers → structuredData Relation

File in src/phasicFlow/containersIncludes file in src/phasicFlow/structuredData
pointField / pointField.hpppointStructure / pointStructure.hpp
triSurfaceField / triSurfaceField.hpptrisurfaceStructure / triSurface.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000056_000109.html b/doc/code-documentation/html/dir_000056_000109.html new file mode 100644 index 00000000..c0083267 --- /dev/null +++ b/doc/code-documentation/html/dir_000056_000109.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers -> pointStructure Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

containers → pointStructure Relation

File in src/phasicFlow/containersIncludes file in src/phasicFlow/structuredData/pointStructure
pointField / pointField.hpppointStructure.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000056_000116.html b/doc/code-documentation/html/dir_000056_000116.html new file mode 100644 index 00000000..e875e64f --- /dev/null +++ b/doc/code-documentation/html/dir_000056_000116.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers -> trisurfaceStructure Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

containers → trisurfaceStructure Relation

File in src/phasicFlow/containersIncludes file in src/phasicFlow/structuredData/trisurfaceStructure
triSurfaceField / triSurfaceField.hpptriSurface.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000056_000119.html b/doc/code-documentation/html/dir_000056_000119.html new file mode 100644 index 00000000..16c29144 --- /dev/null +++ b/doc/code-documentation/html/dir_000056_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

containers → types Relation

File in src/phasicFlow/containersIncludes file in src/phasicFlow/types
bitsetHD / bitsetHD.hpptypes.hpp
Field / Fields.hpptypes.hpp
Map / hashMap / hashMap.hpptypes.hpp
List / List / List.hpptypes.hpp
List / ListPtr / ListPtr.hpptypes.hpp
Map / Map / Map.hpptypes.hpp
Map / MapPtr / MapPtr.hpptypes.hpp
pointField / pointFields.hpptypes.hpp
span / span.hpptypes.hpp
symArrayHD / symArrayHD.hpptypes.hpp
triSurfaceField / triSurfaceFields.hpptypes.hpp
Vector / Vectors.hpptypes.hpp
VectorHD / VectorDual.hpptypes.hpp
VectorHD / VectorDuals.hpptypes.hpp
VectorHD / VectorSingle.hpptypes.hpp
VectorHD / VectorSingles.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000056_000123.html b/doc/code-documentation/html/dir_000056_000123.html new file mode 100644 index 00000000..1aef5fa0 --- /dev/null +++ b/doc/code-documentation/html/dir_000056_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

containers → typeSelection Relation

File in src/phasicFlow/containersIncludes file in src/phasicFlow/typeSelection
Map / hashMap / hashMap.hpptypeInfo.hpp
List / List / List.hpptypeInfo.hpp
symArrayHD / symArrayHD.hpptypeInfo.hpp
Vector / Vector.hpptypeInfo.hpp
VectorHD / VectorDual.hpptypeInfo.hpp
VectorHD / VectorSingle.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000057_000080.html b/doc/code-documentation/html/dir_000057_000080.html new file mode 100644 index 00000000..a6d4e433 --- /dev/null +++ b/doc/code-documentation/html/dir_000057_000080.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/bitsetHD -> Kokkos Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

bitsetHD → Kokkos Relation

File in src/phasicFlow/containers/bitsetHDIncludes file in src/phasicFlow/Kokkos
bitsetHD.hppKokkosTypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000057_000119.html b/doc/code-documentation/html/dir_000057_000119.html new file mode 100644 index 00000000..3f82a593 --- /dev/null +++ b/doc/code-documentation/html/dir_000057_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/bitsetHD -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

bitsetHD → types Relation

File in src/phasicFlow/containers/bitsetHDIncludes file in src/phasicFlow/types
bitsetHD.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000058_000073.html b/doc/code-documentation/html/dir_000058_000073.html new file mode 100644 index 00000000..98916de3 --- /dev/null +++ b/doc/code-documentation/html/dir_000058_000073.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Field -> VectorHD Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Field → VectorHD Relation

File in src/phasicFlow/containers/FieldIncludes file in src/phasicFlow/containers/VectorHD
Field.hppVectorSingle.hpp
Fields.hppVectorDual.hpp
Fields.hppVectorSingle.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000058_000119.html b/doc/code-documentation/html/dir_000058_000119.html new file mode 100644 index 00000000..d0b6e3a9 --- /dev/null +++ b/doc/code-documentation/html/dir_000058_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Field -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Field → types Relation

File in src/phasicFlow/containers/FieldIncludes file in src/phasicFlow/types
Fields.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000059_000069.html b/doc/code-documentation/html/dir_000059_000069.html new file mode 100644 index 00000000..c86caa98 --- /dev/null +++ b/doc/code-documentation/html/dir_000059_000069.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/indexContainer -> span Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

indexContainer → span Relation

File in src/phasicFlow/containers/indexContainerIncludes file in src/phasicFlow/containers/span
indexContainer.hppspan.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000059_000080.html b/doc/code-documentation/html/dir_000059_000080.html new file mode 100644 index 00000000..169827c4 --- /dev/null +++ b/doc/code-documentation/html/dir_000059_000080.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/indexContainer -> Kokkos Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

indexContainer → Kokkos Relation

File in src/phasicFlow/containers/indexContainerIncludes file in src/phasicFlow/Kokkos
indexContainer.hppKokkosTypes.hpp
indexContainer.hppKokkosUtilities.hpp
indexContainer.hppViewAlgorithms.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000060_000061.html b/doc/code-documentation/html/dir_000060_000061.html new file mode 100644 index 00000000..e04b99fd --- /dev/null +++ b/doc/code-documentation/html/dir_000060_000061.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List -> List Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

List → List Relation

File in src/phasicFlow/containers/ListIncludes file in src/phasicFlow/containers/List/List
Lists.hppList.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000060_000062.html b/doc/code-documentation/html/dir_000060_000062.html new file mode 100644 index 00000000..1387eeb1 --- /dev/null +++ b/doc/code-documentation/html/dir_000060_000062.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List -> ListPtr Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

List → ListPtr Relation

File in src/phasicFlow/containers/ListIncludes file in src/phasicFlow/containers/List/ListPtr
Lists.hppListPtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000060_000079.html b/doc/code-documentation/html/dir_000060_000079.html new file mode 100644 index 00000000..35cae32a --- /dev/null +++ b/doc/code-documentation/html/dir_000060_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

List → globals Relation

File in src/phasicFlow/containers/ListIncludes file in src/phasicFlow/globals
ListPtr / ListPtr.hpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000060_000092.html b/doc/code-documentation/html/dir_000060_000092.html new file mode 100644 index 00000000..da19e44f --- /dev/null +++ b/doc/code-documentation/html/dir_000060_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

List → streams Relation

File in src/phasicFlow/containers/ListIncludes file in src/phasicFlow/streams
List / List.hppiStream / iOstream.hpp
List / List.hppiStream / iIstream.hpp
ListPtr / ListPtr.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000060_000119.html b/doc/code-documentation/html/dir_000060_000119.html new file mode 100644 index 00000000..f7054050 --- /dev/null +++ b/doc/code-documentation/html/dir_000060_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

List → types Relation

File in src/phasicFlow/containers/ListIncludes file in src/phasicFlow/types
List / List.hpptypes.hpp
ListPtr / ListPtr.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000060_000123.html b/doc/code-documentation/html/dir_000060_000123.html new file mode 100644 index 00000000..a08e27a8 --- /dev/null +++ b/doc/code-documentation/html/dir_000060_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

List → typeSelection Relation

File in src/phasicFlow/containers/ListIncludes file in src/phasicFlow/typeSelection
List / List.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000061_000092.html b/doc/code-documentation/html/dir_000061_000092.html new file mode 100644 index 00000000..cd52bd54 --- /dev/null +++ b/doc/code-documentation/html/dir_000061_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List/List -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

List → streams Relation

File in src/phasicFlow/containers/List/ListIncludes file in src/phasicFlow/streams
List.hppiStream / iIstream.hpp
List.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000061_000119.html b/doc/code-documentation/html/dir_000061_000119.html new file mode 100644 index 00000000..df2a0202 --- /dev/null +++ b/doc/code-documentation/html/dir_000061_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List/List -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

List → types Relation

File in src/phasicFlow/containers/List/ListIncludes file in src/phasicFlow/types
List.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000061_000123.html b/doc/code-documentation/html/dir_000061_000123.html new file mode 100644 index 00000000..52fb9ee6 --- /dev/null +++ b/doc/code-documentation/html/dir_000061_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List/List -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

List → typeSelection Relation

File in src/phasicFlow/containers/List/ListIncludes file in src/phasicFlow/typeSelection
List.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000062_000079.html b/doc/code-documentation/html/dir_000062_000079.html new file mode 100644 index 00000000..c162c602 --- /dev/null +++ b/doc/code-documentation/html/dir_000062_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List/ListPtr -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

ListPtr → globals Relation

File in src/phasicFlow/containers/List/ListPtrIncludes file in src/phasicFlow/globals
ListPtr.hpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000062_000092.html b/doc/code-documentation/html/dir_000062_000092.html new file mode 100644 index 00000000..50db21ad --- /dev/null +++ b/doc/code-documentation/html/dir_000062_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List/ListPtr -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

ListPtr → streams Relation

File in src/phasicFlow/containers/List/ListPtrIncludes file in src/phasicFlow/streams
ListPtr.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000062_000119.html b/doc/code-documentation/html/dir_000062_000119.html new file mode 100644 index 00000000..e63ea3f6 --- /dev/null +++ b/doc/code-documentation/html/dir_000062_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/List/ListPtr -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

ListPtr → types Relation

File in src/phasicFlow/containers/List/ListPtrIncludes file in src/phasicFlow/types
ListPtr.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000063_000064.html b/doc/code-documentation/html/dir_000063_000064.html new file mode 100644 index 00000000..b6b2b918 --- /dev/null +++ b/doc/code-documentation/html/dir_000063_000064.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map -> hashMap Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Map → hashMap Relation

File in src/phasicFlow/containers/MapIncludes file in src/phasicFlow/containers/Map/hashMap
Maps.hpphashMap.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000063_000065.html b/doc/code-documentation/html/dir_000063_000065.html new file mode 100644 index 00000000..9be77117 --- /dev/null +++ b/doc/code-documentation/html/dir_000063_000065.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map -> Map Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Map → Map Relation

File in src/phasicFlow/containers/MapIncludes file in src/phasicFlow/containers/Map/Map
Maps.hppMap.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000063_000066.html b/doc/code-documentation/html/dir_000063_000066.html new file mode 100644 index 00000000..595a797b --- /dev/null +++ b/doc/code-documentation/html/dir_000063_000066.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map -> MapPtr Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Map → MapPtr Relation

File in src/phasicFlow/containers/MapIncludes file in src/phasicFlow/containers/Map/MapPtr
Maps.hppMapPtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000063_000079.html b/doc/code-documentation/html/dir_000063_000079.html new file mode 100644 index 00000000..c9631058 --- /dev/null +++ b/doc/code-documentation/html/dir_000063_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Map → globals Relation

File in src/phasicFlow/containers/MapIncludes file in src/phasicFlow/globals
MapPtr / MapPtr.hpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000063_000092.html b/doc/code-documentation/html/dir_000063_000092.html new file mode 100644 index 00000000..7b78f46d --- /dev/null +++ b/doc/code-documentation/html/dir_000063_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Map → streams Relation

File in src/phasicFlow/containers/MapIncludes file in src/phasicFlow/streams
hashMap / hashMap.hppiStream / iOstream.hpp
Map / Map.hppiStream / iOstream.hpp
MapPtr / MapPtr.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000063_000119.html b/doc/code-documentation/html/dir_000063_000119.html new file mode 100644 index 00000000..4e791cd8 --- /dev/null +++ b/doc/code-documentation/html/dir_000063_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Map → types Relation

File in src/phasicFlow/containers/MapIncludes file in src/phasicFlow/types
hashMap / hashMap.hpptypes.hpp
Map / Map.hpptypes.hpp
MapPtr / MapPtr.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000063_000123.html b/doc/code-documentation/html/dir_000063_000123.html new file mode 100644 index 00000000..9815c30f --- /dev/null +++ b/doc/code-documentation/html/dir_000063_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Map → typeSelection Relation

File in src/phasicFlow/containers/MapIncludes file in src/phasicFlow/typeSelection
hashMap / hashMap.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000064_000092.html b/doc/code-documentation/html/dir_000064_000092.html new file mode 100644 index 00000000..52a6ef40 --- /dev/null +++ b/doc/code-documentation/html/dir_000064_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map/hashMap -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

hashMap → streams Relation

File in src/phasicFlow/containers/Map/hashMapIncludes file in src/phasicFlow/streams
hashMap.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000064_000119.html b/doc/code-documentation/html/dir_000064_000119.html new file mode 100644 index 00000000..e16f73ac --- /dev/null +++ b/doc/code-documentation/html/dir_000064_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map/hashMap -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

hashMap → types Relation

File in src/phasicFlow/containers/Map/hashMapIncludes file in src/phasicFlow/types
hashMap.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000064_000123.html b/doc/code-documentation/html/dir_000064_000123.html new file mode 100644 index 00000000..aee55e31 --- /dev/null +++ b/doc/code-documentation/html/dir_000064_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map/hashMap -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

hashMap → typeSelection Relation

File in src/phasicFlow/containers/Map/hashMapIncludes file in src/phasicFlow/typeSelection
hashMap.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000065_000092.html b/doc/code-documentation/html/dir_000065_000092.html new file mode 100644 index 00000000..01348056 --- /dev/null +++ b/doc/code-documentation/html/dir_000065_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map/Map -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Map → streams Relation

File in src/phasicFlow/containers/Map/MapIncludes file in src/phasicFlow/streams
Map.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000065_000119.html b/doc/code-documentation/html/dir_000065_000119.html new file mode 100644 index 00000000..78bf5fae --- /dev/null +++ b/doc/code-documentation/html/dir_000065_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map/Map -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Map → types Relation

File in src/phasicFlow/containers/Map/MapIncludes file in src/phasicFlow/types
Map.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000066_000079.html b/doc/code-documentation/html/dir_000066_000079.html new file mode 100644 index 00000000..89df7bfe --- /dev/null +++ b/doc/code-documentation/html/dir_000066_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map/MapPtr -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

MapPtr → globals Relation

File in src/phasicFlow/containers/Map/MapPtrIncludes file in src/phasicFlow/globals
MapPtr.hpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000066_000091.html b/doc/code-documentation/html/dir_000066_000091.html new file mode 100644 index 00000000..a8a6a6ef --- /dev/null +++ b/doc/code-documentation/html/dir_000066_000091.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map/MapPtr -> smartPointers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

MapPtr → smartPointers Relation

File in src/phasicFlow/containers/Map/MapPtrIncludes file in src/phasicFlow/smartPointers
MapPtr.hppuniquePtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000066_000092.html b/doc/code-documentation/html/dir_000066_000092.html new file mode 100644 index 00000000..327d4fa1 --- /dev/null +++ b/doc/code-documentation/html/dir_000066_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map/MapPtr -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

MapPtr → streams Relation

File in src/phasicFlow/containers/Map/MapPtrIncludes file in src/phasicFlow/streams
MapPtr.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000066_000119.html b/doc/code-documentation/html/dir_000066_000119.html new file mode 100644 index 00000000..adf43375 --- /dev/null +++ b/doc/code-documentation/html/dir_000066_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Map/MapPtr -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

MapPtr → types Relation

File in src/phasicFlow/containers/Map/MapPtrIncludes file in src/phasicFlow/types
MapPtr.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000067_000058.html b/doc/code-documentation/html/dir_000067_000058.html new file mode 100644 index 00000000..79f12a1c --- /dev/null +++ b/doc/code-documentation/html/dir_000067_000058.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/pointField -> Field Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointField → Field Relation

File in src/phasicFlow/containers/pointFieldIncludes file in src/phasicFlow/containers/Field
pointField.hppField.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000067_000073.html b/doc/code-documentation/html/dir_000067_000073.html new file mode 100644 index 00000000..1298e661 --- /dev/null +++ b/doc/code-documentation/html/dir_000067_000073.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/pointField -> VectorHD Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointField → VectorHD Relation

File in src/phasicFlow/containers/pointFieldIncludes file in src/phasicFlow/containers/VectorHD
pointFields.hppVectorSingle.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000067_000079.html b/doc/code-documentation/html/dir_000067_000079.html new file mode 100644 index 00000000..34b4b701 --- /dev/null +++ b/doc/code-documentation/html/dir_000067_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/pointField -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointField → globals Relation

File in src/phasicFlow/containers/pointFieldIncludes file in src/phasicFlow/globals
pointField.hpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000067_000098.html b/doc/code-documentation/html/dir_000067_000098.html new file mode 100644 index 00000000..449fb433 --- /dev/null +++ b/doc/code-documentation/html/dir_000067_000098.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/pointField -> structuredData Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointField → structuredData Relation

File in src/phasicFlow/containers/pointFieldIncludes file in src/phasicFlow/structuredData
pointField.hpppointStructure / pointStructure.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000067_000119.html b/doc/code-documentation/html/dir_000067_000119.html new file mode 100644 index 00000000..0a8a2173 --- /dev/null +++ b/doc/code-documentation/html/dir_000067_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/pointField -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointField → types Relation

File in src/phasicFlow/containers/pointFieldIncludes file in src/phasicFlow/types
pointFields.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000069_000092.html b/doc/code-documentation/html/dir_000069_000092.html new file mode 100644 index 00000000..cc3b0138 --- /dev/null +++ b/doc/code-documentation/html/dir_000069_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/span -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

span → streams Relation

File in src/phasicFlow/containers/spanIncludes file in src/phasicFlow/streams
span.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000069_000119.html b/doc/code-documentation/html/dir_000069_000119.html new file mode 100644 index 00000000..3c6f1edf --- /dev/null +++ b/doc/code-documentation/html/dir_000069_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/span -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

span → types Relation

File in src/phasicFlow/containers/spanIncludes file in src/phasicFlow/types
span.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000070_000080.html b/doc/code-documentation/html/dir_000070_000080.html new file mode 100644 index 00000000..f3bb61cf --- /dev/null +++ b/doc/code-documentation/html/dir_000070_000080.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/symArrayHD -> Kokkos Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

symArrayHD → Kokkos Relation

File in src/phasicFlow/containers/symArrayHDIncludes file in src/phasicFlow/Kokkos
symArrayHD.hppKokkosTypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000070_000119.html b/doc/code-documentation/html/dir_000070_000119.html new file mode 100644 index 00000000..8494bead --- /dev/null +++ b/doc/code-documentation/html/dir_000070_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/symArrayHD -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

symArrayHD → types Relation

File in src/phasicFlow/containers/symArrayHDIncludes file in src/phasicFlow/types
symArrayHD.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000070_000123.html b/doc/code-documentation/html/dir_000070_000123.html new file mode 100644 index 00000000..5328818b --- /dev/null +++ b/doc/code-documentation/html/dir_000070_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/symArrayHD -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

symArrayHD → typeSelection Relation

File in src/phasicFlow/containers/symArrayHDIncludes file in src/phasicFlow/typeSelection
symArrayHD.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000071_000073.html b/doc/code-documentation/html/dir_000071_000073.html new file mode 100644 index 00000000..96e1cde8 --- /dev/null +++ b/doc/code-documentation/html/dir_000071_000073.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/triSurfaceField -> VectorHD Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

triSurfaceField → VectorHD Relation

File in src/phasicFlow/containers/triSurfaceFieldIncludes file in src/phasicFlow/containers/VectorHD
triSurfaceFields.hppVectorDual.hpp
triSurfaceFields.hppVectorSingle.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000071_000079.html b/doc/code-documentation/html/dir_000071_000079.html new file mode 100644 index 00000000..1e1b4eb7 --- /dev/null +++ b/doc/code-documentation/html/dir_000071_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/triSurfaceField -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

triSurfaceField → globals Relation

File in src/phasicFlow/containers/triSurfaceFieldIncludes file in src/phasicFlow/globals
triSurfaceField.hpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000071_000098.html b/doc/code-documentation/html/dir_000071_000098.html new file mode 100644 index 00000000..4593b17c --- /dev/null +++ b/doc/code-documentation/html/dir_000071_000098.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/triSurfaceField -> structuredData Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

triSurfaceField → structuredData Relation

File in src/phasicFlow/containers/triSurfaceFieldIncludes file in src/phasicFlow/structuredData
triSurfaceField.hpptrisurfaceStructure / triSurface.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000071_000119.html b/doc/code-documentation/html/dir_000071_000119.html new file mode 100644 index 00000000..831a3f40 --- /dev/null +++ b/doc/code-documentation/html/dir_000071_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/triSurfaceField -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

triSurfaceField → types Relation

File in src/phasicFlow/containers/triSurfaceFieldIncludes file in src/phasicFlow/types
triSurfaceFields.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000072_000054.html b/doc/code-documentation/html/dir_000072_000054.html new file mode 100644 index 00000000..ad0a0827 --- /dev/null +++ b/doc/code-documentation/html/dir_000072_000054.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Vector -> algorithms Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Vector → algorithms Relation

File in src/phasicFlow/containers/VectorIncludes file in src/phasicFlow/algorithms
Vector.hppstdAlgorithms.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000072_000059.html b/doc/code-documentation/html/dir_000072_000059.html new file mode 100644 index 00000000..05aa36ff --- /dev/null +++ b/doc/code-documentation/html/dir_000072_000059.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Vector -> indexContainer Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Vector → indexContainer Relation

File in src/phasicFlow/containers/VectorIncludes file in src/phasicFlow/containers/indexContainer
Vector.hppindexContainer.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000072_000092.html b/doc/code-documentation/html/dir_000072_000092.html new file mode 100644 index 00000000..1f765c58 --- /dev/null +++ b/doc/code-documentation/html/dir_000072_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Vector -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Vector → streams Relation

File in src/phasicFlow/containers/VectorIncludes file in src/phasicFlow/streams
Vector.hppiStream / iIstream.hpp
Vector.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000072_000119.html b/doc/code-documentation/html/dir_000072_000119.html new file mode 100644 index 00000000..dc54f221 --- /dev/null +++ b/doc/code-documentation/html/dir_000072_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Vector -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Vector → types Relation

File in src/phasicFlow/containers/VectorIncludes file in src/phasicFlow/types
Vectors.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000072_000123.html b/doc/code-documentation/html/dir_000072_000123.html new file mode 100644 index 00000000..890f5d5a --- /dev/null +++ b/doc/code-documentation/html/dir_000072_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/Vector -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Vector → typeSelection Relation

File in src/phasicFlow/containers/VectorIncludes file in src/phasicFlow/typeSelection
Vector.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000073_000059.html b/doc/code-documentation/html/dir_000073_000059.html new file mode 100644 index 00000000..6c3d838c --- /dev/null +++ b/doc/code-documentation/html/dir_000073_000059.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/VectorHD -> indexContainer Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

VectorHD → indexContainer Relation

File in src/phasicFlow/containers/VectorHDIncludes file in src/phasicFlow/containers/indexContainer
VectorSingle.hppindexContainer.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000073_000072.html b/doc/code-documentation/html/dir_000073_000072.html new file mode 100644 index 00000000..189da256 --- /dev/null +++ b/doc/code-documentation/html/dir_000073_000072.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/VectorHD -> Vector Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

VectorHD → Vector Relation

File in src/phasicFlow/containers/VectorHDIncludes file in src/phasicFlow/containers/Vector
VectorDual.hppVector.hpp
VectorSingle.hppVector.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000073_000079.html b/doc/code-documentation/html/dir_000073_000079.html new file mode 100644 index 00000000..f29e7db0 --- /dev/null +++ b/doc/code-documentation/html/dir_000073_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/VectorHD -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

VectorHD → globals Relation

File in src/phasicFlow/containers/VectorHDIncludes file in src/phasicFlow/globals
VectorDual.hppglobalSettings.hpp
VectorSingle.hppglobalSettings.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000073_000080.html b/doc/code-documentation/html/dir_000073_000080.html new file mode 100644 index 00000000..ef432b4f --- /dev/null +++ b/doc/code-documentation/html/dir_000073_000080.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/VectorHD -> Kokkos Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

VectorHD → Kokkos Relation

File in src/phasicFlow/containers/VectorHDIncludes file in src/phasicFlow/Kokkos
VectorDual.hppKokkosTypes.hpp
VectorDual.hppViewAlgorithms.hpp
VectorDualAlgorithms.hppbaseAlgorithms.hpp
VectorSingle.hppKokkosTypes.hpp
VectorSingle.hppViewAlgorithms.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000073_000092.html b/doc/code-documentation/html/dir_000073_000092.html new file mode 100644 index 00000000..54839dea --- /dev/null +++ b/doc/code-documentation/html/dir_000073_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/VectorHD -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

VectorHD → streams Relation

File in src/phasicFlow/containers/VectorHDIncludes file in src/phasicFlow/streams
VectorDual.hppstreams.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000073_000119.html b/doc/code-documentation/html/dir_000073_000119.html new file mode 100644 index 00000000..b942a791 --- /dev/null +++ b/doc/code-documentation/html/dir_000073_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/VectorHD -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

VectorHD → types Relation

File in src/phasicFlow/containers/VectorHDIncludes file in src/phasicFlow/types
VectorDual.hpptypes.hpp
VectorDuals.hpptypes.hpp
VectorSingle.hpptypes.hpp
VectorSingles.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000073_000123.html b/doc/code-documentation/html/dir_000073_000123.html new file mode 100644 index 00000000..aab3d181 --- /dev/null +++ b/doc/code-documentation/html/dir_000073_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/containers/VectorHD -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

VectorHD → typeSelection Relation

File in src/phasicFlow/containers/VectorHDIncludes file in src/phasicFlow/typeSelection
VectorDual.hpptypeInfo.hpp
VectorSingle.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000074_000056.html b/doc/code-documentation/html/dir_000074_000056.html new file mode 100644 index 00000000..5a20128f --- /dev/null +++ b/doc/code-documentation/html/dir_000074_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

dictionary → containers Relation

File in src/phasicFlow/dictionaryIncludes file in src/phasicFlow/containers
dictionary.hppList / List / List.hpp
dictionary.hppMap / MapPtr / MapPtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000074_000075.html b/doc/code-documentation/html/dir_000074_000075.html new file mode 100644 index 00000000..94f5afdf --- /dev/null +++ b/doc/code-documentation/html/dir_000074_000075.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary -> entry Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

dictionary → entry Relation

File in src/phasicFlow/dictionaryIncludes file in src/phasicFlow/dictionary/entry
dictionary.hppdataEntry.hpp
dictionary.hppiEntry.hpp
twoPartEntry / twoPartEntry.hppdataEntry.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000074_000079.html b/doc/code-documentation/html/dir_000074_000079.html new file mode 100644 index 00000000..d37dab5e --- /dev/null +++ b/doc/code-documentation/html/dir_000074_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

dictionary → globals Relation

File in src/phasicFlow/dictionaryIncludes file in src/phasicFlow/globals
dictionary.cpperror.hpp
entry / dataEntry.cpperror.hpp
entry / iEntry.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000074_000092.html b/doc/code-documentation/html/dir_000074_000092.html new file mode 100644 index 00000000..2f41bee6 --- /dev/null +++ b/doc/code-documentation/html/dir_000074_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

dictionary → streams Relation

File in src/phasicFlow/dictionaryIncludes file in src/phasicFlow/streams
dictionary.cppstreams.hpp
entry / dataEntry.cppiStream / iIstream.hpp
entry / dataEntry.cppiStream / iOstream.hpp
entry / dataEntry.cppTStream / iTstream.hpp
entry / dataEntry.cppTStream / oTstream.hpp
entry / dataEntry.hppTStream / iTstream.hpp
entry / dataEntry.hppTStream / oTstream.hpp
entry / iEntry.cppiStream / iOstream.hpp
entry / iEntry.cppiStream / iIstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000074_000119.html b/doc/code-documentation/html/dir_000074_000119.html new file mode 100644 index 00000000..083cd046 --- /dev/null +++ b/doc/code-documentation/html/dir_000074_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

dictionary → types Relation

File in src/phasicFlow/dictionaryIncludes file in src/phasicFlow/types
dictionary.hpptypes.hpp
entry / iEntry.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000074_000123.html b/doc/code-documentation/html/dir_000074_000123.html new file mode 100644 index 00000000..0d827cbb --- /dev/null +++ b/doc/code-documentation/html/dir_000074_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

dictionary → typeSelection Relation

File in src/phasicFlow/dictionaryIncludes file in src/phasicFlow/typeSelection
entry / iEntry.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000075_000079.html b/doc/code-documentation/html/dir_000075_000079.html new file mode 100644 index 00000000..4222097a --- /dev/null +++ b/doc/code-documentation/html/dir_000075_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary/entry -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

entry → globals Relation

File in src/phasicFlow/dictionary/entryIncludes file in src/phasicFlow/globals
dataEntry.cpperror.hpp
iEntry.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000075_000091.html b/doc/code-documentation/html/dir_000075_000091.html new file mode 100644 index 00000000..c5914ec3 --- /dev/null +++ b/doc/code-documentation/html/dir_000075_000091.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary/entry -> smartPointers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

entry → smartPointers Relation

File in src/phasicFlow/dictionary/entryIncludes file in src/phasicFlow/smartPointers
iEntry.hppuniquePtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000075_000092.html b/doc/code-documentation/html/dir_000075_000092.html new file mode 100644 index 00000000..972e45d2 --- /dev/null +++ b/doc/code-documentation/html/dir_000075_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary/entry -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

entry → streams Relation

File in src/phasicFlow/dictionary/entryIncludes file in src/phasicFlow/streams
dataEntry.cppiStream / iIstream.hpp
dataEntry.cppiStream / iOstream.hpp
dataEntry.cppTStream / iTstream.hpp
dataEntry.cppTStream / oTstream.hpp
dataEntry.hppTStream / iTstream.hpp
dataEntry.hppTStream / oTstream.hpp
iEntry.cppiStream / iIstream.hpp
iEntry.cppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000075_000119.html b/doc/code-documentation/html/dir_000075_000119.html new file mode 100644 index 00000000..52a480fd --- /dev/null +++ b/doc/code-documentation/html/dir_000075_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary/entry -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

entry → types Relation

File in src/phasicFlow/dictionary/entryIncludes file in src/phasicFlow/types
iEntry.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000075_000123.html b/doc/code-documentation/html/dir_000075_000123.html new file mode 100644 index 00000000..ee30c01c --- /dev/null +++ b/doc/code-documentation/html/dir_000075_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary/entry -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

entry → typeSelection Relation

File in src/phasicFlow/dictionary/entryIncludes file in src/phasicFlow/typeSelection
iEntry.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000076_000075.html b/doc/code-documentation/html/dir_000076_000075.html new file mode 100644 index 00000000..87f6b776 --- /dev/null +++ b/doc/code-documentation/html/dir_000076_000075.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/dictionary/twoPartEntry -> entry Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

twoPartEntry → entry Relation

File in src/phasicFlow/dictionary/twoPartEntryIncludes file in src/phasicFlow/dictionary/entry
twoPartEntry.hppdataEntry.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000077_000056.html b/doc/code-documentation/html/dir_000077_000056.html new file mode 100644 index 00000000..ab6d8423 --- /dev/null +++ b/doc/code-documentation/html/dir_000077_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/eventSubscriber -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

eventSubscriber → containers Relation

File in src/phasicFlow/eventSubscriberIncludes file in src/phasicFlow/containers
eventSubscriber.cppSet / Set.hpp
eventSubscriber.hppList / List / List.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000078_000056.html b/doc/code-documentation/html/dir_000078_000056.html new file mode 100644 index 00000000..2c052cd7 --- /dev/null +++ b/doc/code-documentation/html/dir_000078_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/fileSystem -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

fileSystem → containers Relation

File in src/phasicFlow/fileSystemIncludes file in src/phasicFlow/containers
fileSystem.hppList / List / List.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000078_000079.html b/doc/code-documentation/html/dir_000078_000079.html new file mode 100644 index 00000000..20170640 --- /dev/null +++ b/doc/code-documentation/html/dir_000078_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/fileSystem -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

fileSystem → globals Relation

File in src/phasicFlow/fileSystemIncludes file in src/phasicFlow/globals
fileSystem.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000078_000092.html b/doc/code-documentation/html/dir_000078_000092.html new file mode 100644 index 00000000..31a306f8 --- /dev/null +++ b/doc/code-documentation/html/dir_000078_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/fileSystem -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

fileSystem → streams Relation

File in src/phasicFlow/fileSystemIncludes file in src/phasicFlow/streams
fileSystem.cppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000078_000094.html b/doc/code-documentation/html/dir_000078_000094.html new file mode 100644 index 00000000..d59e50e3 --- /dev/null +++ b/doc/code-documentation/html/dir_000078_000094.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/fileSystem -> iStream Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

fileSystem → iStream Relation

File in src/phasicFlow/fileSystemIncludes file in src/phasicFlow/streams/iStream
fileSystem.cppiOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000079_000092.html b/doc/code-documentation/html/dir_000079_000092.html new file mode 100644 index 00000000..689dcfa5 --- /dev/null +++ b/doc/code-documentation/html/dir_000079_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/globals -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

globals → streams Relation

File in src/phasicFlow/globalsIncludes file in src/phasicFlow/streams
error.cppstreams.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000079_000119.html b/doc/code-documentation/html/dir_000079_000119.html new file mode 100644 index 00000000..6207d708 --- /dev/null +++ b/doc/code-documentation/html/dir_000079_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/globals -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

globals → types Relation

File in src/phasicFlow/globalsIncludes file in src/phasicFlow/types
error.hppbasicTypes / builtinTypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000079_000120.html b/doc/code-documentation/html/dir_000079_000120.html new file mode 100644 index 00000000..c34f3c7a --- /dev/null +++ b/doc/code-documentation/html/dir_000079_000120.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/globals -> basicTypes Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

globals → basicTypes Relation

File in src/phasicFlow/globalsIncludes file in src/phasicFlow/types/basicTypes
error.hppbuiltinTypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000080_000054.html b/doc/code-documentation/html/dir_000080_000054.html new file mode 100644 index 00000000..951fc6c2 --- /dev/null +++ b/doc/code-documentation/html/dir_000080_000054.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/Kokkos -> algorithms Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Kokkos → algorithms Relation

File in src/phasicFlow/KokkosIncludes file in src/phasicFlow/algorithms
ViewAlgorithms.hppcudaAlgorithms.hpp
ViewAlgorithms.hppkokkosAlgorithms.hpp
ViewAlgorithms.hppstdAlgorithms.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000080_000079.html b/doc/code-documentation/html/dir_000080_000079.html new file mode 100644 index 00000000..bf40556d --- /dev/null +++ b/doc/code-documentation/html/dir_000080_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/Kokkos -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Kokkos → globals Relation

File in src/phasicFlow/KokkosIncludes file in src/phasicFlow/globals
KokkosUtilities.hpppFlowMacros.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000080_000119.html b/doc/code-documentation/html/dir_000080_000119.html new file mode 100644 index 00000000..7317cf46 --- /dev/null +++ b/doc/code-documentation/html/dir_000080_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/Kokkos -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Kokkos → types Relation

File in src/phasicFlow/KokkosIncludes file in src/phasicFlow/types
baseAlgorithms.hppbasicTypes / numericConstants.hpp
KokkosUtilities.hpptypes.hpp
ViewAlgorithms.hppbasicTypes / numericConstants.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000081_000119.html b/doc/code-documentation/html/dir_000081_000119.html new file mode 100644 index 00000000..91d99624 --- /dev/null +++ b/doc/code-documentation/html/dir_000081_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/random -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

random → types Relation

File in src/phasicFlow/randomIncludes file in src/phasicFlow/types
randomInt32 / uniformRandomInt32.hpptypes.hpp
randomReal / randomReal.hpptypes.hpp
randomReal / uniformRandomReal.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000081_000123.html b/doc/code-documentation/html/dir_000081_000123.html new file mode 100644 index 00000000..955f92df --- /dev/null +++ b/doc/code-documentation/html/dir_000081_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/random -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

random → typeSelection Relation

File in src/phasicFlow/randomIncludes file in src/phasicFlow/typeSelection
randomInt32 / uniformRandomInt32.hpptypeInfo.hpp
randomReal / randomReal.hppvirtualConstructor.hpp
randomReal / uniformRandomReal.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000082_000119.html b/doc/code-documentation/html/dir_000082_000119.html new file mode 100644 index 00000000..dac34e91 --- /dev/null +++ b/doc/code-documentation/html/dir_000082_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/random/randomInt32 -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

randomInt32 → types Relation

File in src/phasicFlow/random/randomInt32Includes file in src/phasicFlow/types
uniformRandomInt32.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000082_000123.html b/doc/code-documentation/html/dir_000082_000123.html new file mode 100644 index 00000000..3b3da318 --- /dev/null +++ b/doc/code-documentation/html/dir_000082_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/random/randomInt32 -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

randomInt32 → typeSelection Relation

File in src/phasicFlow/random/randomInt32Includes file in src/phasicFlow/typeSelection
uniformRandomInt32.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000083_000119.html b/doc/code-documentation/html/dir_000083_000119.html new file mode 100644 index 00000000..bdc60496 --- /dev/null +++ b/doc/code-documentation/html/dir_000083_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/random/randomReal -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

randomReal → types Relation

File in src/phasicFlow/random/randomRealIncludes file in src/phasicFlow/types
randomReal.hpptypes.hpp
uniformRandomReal.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000083_000123.html b/doc/code-documentation/html/dir_000083_000123.html new file mode 100644 index 00000000..d1dbc6c0 --- /dev/null +++ b/doc/code-documentation/html/dir_000083_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/random/randomReal -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

randomReal → typeSelection Relation

File in src/phasicFlow/random/randomRealIncludes file in src/phasicFlow/typeSelection
randomReal.hppvirtualConstructor.hpp
uniformRandomReal.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000084_000056.html b/doc/code-documentation/html/dir_000084_000056.html new file mode 100644 index 00000000..66d11fdf --- /dev/null +++ b/doc/code-documentation/html/dir_000084_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/ranges -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

ranges → containers Relation

File in src/phasicFlow/rangesIncludes file in src/phasicFlow/containers
combinedRange.hppList / Lists.hpp
combinedRange.hppSet / Set.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000084_000074.html b/doc/code-documentation/html/dir_000084_000074.html new file mode 100644 index 00000000..1392d6b6 --- /dev/null +++ b/doc/code-documentation/html/dir_000084_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/ranges -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

ranges → dictionary Relation

File in src/phasicFlow/rangesIncludes file in src/phasicFlow/dictionary
stridedRange.hppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000084_000119.html b/doc/code-documentation/html/dir_000084_000119.html new file mode 100644 index 00000000..3b452453 --- /dev/null +++ b/doc/code-documentation/html/dir_000084_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/ranges -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

ranges → types Relation

File in src/phasicFlow/rangesIncludes file in src/phasicFlow/types
intervalRange.hpptypes.hpp
stridedRange.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000084_000123.html b/doc/code-documentation/html/dir_000084_000123.html new file mode 100644 index 00000000..15520d93 --- /dev/null +++ b/doc/code-documentation/html/dir_000084_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/ranges -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

ranges → typeSelection Relation

File in src/phasicFlow/rangesIncludes file in src/phasicFlow/typeSelection
intervalRange.hpptypeInfo.hpp
stridedRange.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000085_000056.html b/doc/code-documentation/html/dir_000085_000056.html new file mode 100644 index 00000000..c6e82fd6 --- /dev/null +++ b/doc/code-documentation/html/dir_000085_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

repository → containers Relation

File in src/phasicFlow/repositoryIncludes file in src/phasicFlow/containers
repository / repository.hppMap / Maps.hpp
repository / repository.hppList / Lists.hpp
systemControl / dynamicLinkLibs.cppList / List / List.hpp
systemControl / dynamicLinkLibs.hppMap / hashMap / hashMap.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000085_000074.html b/doc/code-documentation/html/dir_000085_000074.html new file mode 100644 index 00000000..fcfbf26c --- /dev/null +++ b/doc/code-documentation/html/dir_000085_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

repository → dictionary Relation

File in src/phasicFlow/repositoryIncludes file in src/phasicFlow/dictionary
systemControl / dynamicLinkLibs.hppdictionary.hpp
systemControl / systemControl.hppdictionary.hpp
Time / Time.cppdictionary.hpp
Time / timeControl.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000085_000078.html b/doc/code-documentation/html/dir_000085_000078.html new file mode 100644 index 00000000..a153d529 --- /dev/null +++ b/doc/code-documentation/html/dir_000085_000078.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository -> fileSystem Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

repository → fileSystem Relation

File in src/phasicFlow/repositoryIncludes file in src/phasicFlow/fileSystem
IOobject / objectFile.hppfileSystem.hpp
repository / repository.hppfileSystem.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000085_000079.html b/doc/code-documentation/html/dir_000085_000079.html new file mode 100644 index 00000000..cd10ff07 --- /dev/null +++ b/doc/code-documentation/html/dir_000085_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

repository → globals Relation

File in src/phasicFlow/repositoryIncludes file in src/phasicFlow/globals
systemControl / systemControl.cpperror.hpp
systemControl / systemControl.cppvocabs.hpp
Time / Time.cppvocabs.hpp
Time / Time.hpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000085_000084.html b/doc/code-documentation/html/dir_000085_000084.html new file mode 100644 index 00000000..771c2af9 --- /dev/null +++ b/doc/code-documentation/html/dir_000085_000084.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository -> ranges Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

repository → ranges Relation

File in src/phasicFlow/repositoryIncludes file in src/phasicFlow/ranges
Time / timeControl.hppranges.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000085_000092.html b/doc/code-documentation/html/dir_000085_000092.html new file mode 100644 index 00000000..4a4dd229 --- /dev/null +++ b/doc/code-documentation/html/dir_000085_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

repository → streams Relation

File in src/phasicFlow/repositoryIncludes file in src/phasicFlow/streams
IOobject / IOfileHeader.hppstreams.hpp
systemControl / dynamicLinkLibs.cppstreams.hpp
systemControl / systemControl.cppiStream / iOstream.hpp
Time / timeControl.hppstreams.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000085_000098.html b/doc/code-documentation/html/dir_000085_000098.html new file mode 100644 index 00000000..3a620295 --- /dev/null +++ b/doc/code-documentation/html/dir_000085_000098.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository -> structuredData Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

repository → structuredData Relation

File in src/phasicFlow/repositoryIncludes file in src/phasicFlow/structuredData
systemControl / systemControl.hppbox / box.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000085_000099.html b/doc/code-documentation/html/dir_000085_000099.html new file mode 100644 index 00000000..c428a96f --- /dev/null +++ b/doc/code-documentation/html/dir_000085_000099.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository -> box Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

repository → box Relation

File in src/phasicFlow/repositoryIncludes file in src/phasicFlow/structuredData/box
systemControl / systemControl.hppbox.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000085_000119.html b/doc/code-documentation/html/dir_000085_000119.html new file mode 100644 index 00000000..0790e2fa --- /dev/null +++ b/doc/code-documentation/html/dir_000085_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

repository → types Relation

File in src/phasicFlow/repositoryIncludes file in src/phasicFlow/types
IOobject / objectFile.hpptypes.hpp
systemControl / systemControl.cpptypes.hpp
systemControl / systemControl.hpptypes.hpp
Time / Time.hpptypes.hpp
Time / timeControl.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000086_000078.html b/doc/code-documentation/html/dir_000086_000078.html new file mode 100644 index 00000000..0bb3d8a9 --- /dev/null +++ b/doc/code-documentation/html/dir_000086_000078.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/IOobject -> fileSystem Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

IOobject → fileSystem Relation

File in src/phasicFlow/repository/IOobjectIncludes file in src/phasicFlow/fileSystem
objectFile.hppfileSystem.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000086_000087.html b/doc/code-documentation/html/dir_000086_000087.html new file mode 100644 index 00000000..6096c858 --- /dev/null +++ b/doc/code-documentation/html/dir_000086_000087.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/IOobject -> repository Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

IOobject → repository Relation

File in src/phasicFlow/repository/IOobjectIncludes file in src/phasicFlow/repository/repository
IOfileHeader.cpprepository.hpp
IOobject.cpprepository.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000086_000091.html b/doc/code-documentation/html/dir_000086_000091.html new file mode 100644 index 00000000..0ca4f4a3 --- /dev/null +++ b/doc/code-documentation/html/dir_000086_000091.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/IOobject -> smartPointers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

IOobject → smartPointers Relation

File in src/phasicFlow/repository/IOobjectIncludes file in src/phasicFlow/smartPointers
IOfileHeader.hppuniquePtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000086_000092.html b/doc/code-documentation/html/dir_000086_000092.html new file mode 100644 index 00000000..acd1243b --- /dev/null +++ b/doc/code-documentation/html/dir_000086_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/IOobject -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

IOobject → streams Relation

File in src/phasicFlow/repository/IOobjectIncludes file in src/phasicFlow/streams
IOfileHeader.hppstreams.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000086_000119.html b/doc/code-documentation/html/dir_000086_000119.html new file mode 100644 index 00000000..d8cf7a0b --- /dev/null +++ b/doc/code-documentation/html/dir_000086_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/IOobject -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

IOobject → types Relation

File in src/phasicFlow/repository/IOobjectIncludes file in src/phasicFlow/types
objectFile.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000087_000056.html b/doc/code-documentation/html/dir_000087_000056.html new file mode 100644 index 00000000..763234e6 --- /dev/null +++ b/doc/code-documentation/html/dir_000087_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/repository -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

repository → containers Relation

File in src/phasicFlow/repository/repositoryIncludes file in src/phasicFlow/containers
repository.hppList / Lists.hpp
repository.hppMap / Maps.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000087_000086.html b/doc/code-documentation/html/dir_000087_000086.html new file mode 100644 index 00000000..495002a6 --- /dev/null +++ b/doc/code-documentation/html/dir_000087_000086.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/repository -> IOobject Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

repository → IOobject Relation

File in src/phasicFlow/repository/repositoryIncludes file in src/phasicFlow/repository/IOobject
repository.hppIOobject.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000088_000056.html b/doc/code-documentation/html/dir_000088_000056.html new file mode 100644 index 00000000..07519456 --- /dev/null +++ b/doc/code-documentation/html/dir_000088_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/systemControl -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

systemControl → containers Relation

File in src/phasicFlow/repository/systemControlIncludes file in src/phasicFlow/containers
dynamicLinkLibs.cppList / List / List.hpp
dynamicLinkLibs.hppMap / hashMap / hashMap.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000088_000074.html b/doc/code-documentation/html/dir_000088_000074.html new file mode 100644 index 00000000..9c5a5546 --- /dev/null +++ b/doc/code-documentation/html/dir_000088_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/systemControl -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

systemControl → dictionary Relation

File in src/phasicFlow/repository/systemControlIncludes file in src/phasicFlow/dictionary
dynamicLinkLibs.hppdictionary.hpp
systemControl.hppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000088_000079.html b/doc/code-documentation/html/dir_000088_000079.html new file mode 100644 index 00000000..97b13998 --- /dev/null +++ b/doc/code-documentation/html/dir_000088_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/systemControl -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

systemControl → globals Relation

File in src/phasicFlow/repository/systemControlIncludes file in src/phasicFlow/globals
systemControl.cpperror.hpp
systemControl.cppvocabs.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000088_000089.html b/doc/code-documentation/html/dir_000088_000089.html new file mode 100644 index 00000000..764d75b7 --- /dev/null +++ b/doc/code-documentation/html/dir_000088_000089.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/systemControl -> Time Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

systemControl → Time Relation

File in src/phasicFlow/repository/systemControlIncludes file in src/phasicFlow/repository/Time
systemControl.hppTime.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000088_000092.html b/doc/code-documentation/html/dir_000088_000092.html new file mode 100644 index 00000000..42f1d374 --- /dev/null +++ b/doc/code-documentation/html/dir_000088_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/systemControl -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

systemControl → streams Relation

File in src/phasicFlow/repository/systemControlIncludes file in src/phasicFlow/streams
dynamicLinkLibs.cppstreams.hpp
systemControl.cppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000088_000098.html b/doc/code-documentation/html/dir_000088_000098.html new file mode 100644 index 00000000..6e2bc36a --- /dev/null +++ b/doc/code-documentation/html/dir_000088_000098.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/systemControl -> structuredData Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

systemControl → structuredData Relation

File in src/phasicFlow/repository/systemControlIncludes file in src/phasicFlow/structuredData
systemControl.hppbox / box.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000088_000119.html b/doc/code-documentation/html/dir_000088_000119.html new file mode 100644 index 00000000..7bfbfde7 --- /dev/null +++ b/doc/code-documentation/html/dir_000088_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/systemControl -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

systemControl → types Relation

File in src/phasicFlow/repository/systemControlIncludes file in src/phasicFlow/types
systemControl.cpptypes.hpp
systemControl.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000089_000074.html b/doc/code-documentation/html/dir_000089_000074.html new file mode 100644 index 00000000..5b01b6d9 --- /dev/null +++ b/doc/code-documentation/html/dir_000089_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/Time -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Time → dictionary Relation

File in src/phasicFlow/repository/TimeIncludes file in src/phasicFlow/dictionary
Time.cppdictionary.hpp
timeControl.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000089_000079.html b/doc/code-documentation/html/dir_000089_000079.html new file mode 100644 index 00000000..e4d3dd3f --- /dev/null +++ b/doc/code-documentation/html/dir_000089_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/Time -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Time → globals Relation

File in src/phasicFlow/repository/TimeIncludes file in src/phasicFlow/globals
Time.cppvocabs.hpp
Time.hpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000089_000087.html b/doc/code-documentation/html/dir_000089_000087.html new file mode 100644 index 00000000..2b982540 --- /dev/null +++ b/doc/code-documentation/html/dir_000089_000087.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/Time -> repository Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Time → repository Relation

File in src/phasicFlow/repository/TimeIncludes file in src/phasicFlow/repository/repository
Time.hpprepository.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000089_000092.html b/doc/code-documentation/html/dir_000089_000092.html new file mode 100644 index 00000000..08aceb3c --- /dev/null +++ b/doc/code-documentation/html/dir_000089_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/Time -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Time → streams Relation

File in src/phasicFlow/repository/TimeIncludes file in src/phasicFlow/streams
timeControl.hppstreams.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000089_000119.html b/doc/code-documentation/html/dir_000089_000119.html new file mode 100644 index 00000000..cbecc9da --- /dev/null +++ b/doc/code-documentation/html/dir_000089_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/repository/Time -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Time → types Relation

File in src/phasicFlow/repository/TimeIncludes file in src/phasicFlow/types
Time.hpptypes.hpp
timeControl.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000090_000056.html b/doc/code-documentation/html/dir_000090_000056.html new file mode 100644 index 00000000..f6126e37 --- /dev/null +++ b/doc/code-documentation/html/dir_000090_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/setFieldList -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

setFieldList → containers Relation

File in src/phasicFlow/setFieldListIncludes file in src/phasicFlow/containers
setFieldEntry.hppindexContainer / indexContainer.hpp
setFieldEntry.hpppointField / pointFields.hpp
setFieldList.hppList / List / List.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000090_000074.html b/doc/code-documentation/html/dir_000090_000074.html new file mode 100644 index 00000000..0f5096f6 --- /dev/null +++ b/doc/code-documentation/html/dir_000090_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/setFieldList -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

setFieldList → dictionary Relation

File in src/phasicFlow/setFieldListIncludes file in src/phasicFlow/dictionary
setFieldEntry.hpptwoPartEntry / twoPartEntry.hpp
setFieldList.hppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000090_000085.html b/doc/code-documentation/html/dir_000090_000085.html new file mode 100644 index 00000000..08c6c663 --- /dev/null +++ b/doc/code-documentation/html/dir_000090_000085.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/setFieldList -> repository Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

setFieldList → repository Relation

File in src/phasicFlow/setFieldListIncludes file in src/phasicFlow/repository
setFieldEntry.hpprepository / repository.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000091_000079.html b/doc/code-documentation/html/dir_000091_000079.html new file mode 100644 index 00000000..c5c30967 --- /dev/null +++ b/doc/code-documentation/html/dir_000091_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/smartPointers -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

smartPointers → globals Relation

File in src/phasicFlow/smartPointersIncludes file in src/phasicFlow/globals
uniquePtr.hpperror.hpp
uniquePtr.hpppFlowMacros.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000092_000056.html b/doc/code-documentation/html/dir_000092_000056.html new file mode 100644 index 00000000..a2a15a11 --- /dev/null +++ b/doc/code-documentation/html/dir_000092_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

streams → containers Relation

File in src/phasicFlow/streamsIncludes file in src/phasicFlow/containers
token / tokenList.hppList / List / List.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000092_000060.html b/doc/code-documentation/html/dir_000092_000060.html new file mode 100644 index 00000000..1942f705 --- /dev/null +++ b/doc/code-documentation/html/dir_000092_000060.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams -> List Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

streams → List Relation

File in src/phasicFlow/streamsIncludes file in src/phasicFlow/containers/List
token / tokenList.hppList / List.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000092_000061.html b/doc/code-documentation/html/dir_000092_000061.html new file mode 100644 index 00000000..d55cd135 --- /dev/null +++ b/doc/code-documentation/html/dir_000092_000061.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams -> List Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

streams → List Relation

File in src/phasicFlow/streamsIncludes file in src/phasicFlow/containers/List/List
token / tokenList.hppList.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000092_000079.html b/doc/code-documentation/html/dir_000092_000079.html new file mode 100644 index 00000000..aba181e5 --- /dev/null +++ b/doc/code-documentation/html/dir_000092_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

streams → globals Relation

File in src/phasicFlow/streamsIncludes file in src/phasicFlow/globals
Fstream / fileStream.cpperror.hpp
iStream / iIstream.hpperror.hpp
iStream / IOstream.cpperror.hpp
Stream / Istream.cpperror.hpp
Stream / Ostream.cpperror.hpp
token / token.cpperror.hpp
token / tokenIO.cpperror.hpp
TStream / iTstream.cpperror.hpp
TStream / oTstream.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000092_000091.html b/doc/code-documentation/html/dir_000092_000091.html new file mode 100644 index 00000000..fe08c053 --- /dev/null +++ b/doc/code-documentation/html/dir_000092_000091.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams -> smartPointers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

streams → smartPointers Relation

File in src/phasicFlow/streamsIncludes file in src/phasicFlow/smartPointers
Fstream / fileStream.hppuniquePtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000092_000093.html b/doc/code-documentation/html/dir_000092_000093.html new file mode 100644 index 00000000..dd6a29f8 --- /dev/null +++ b/doc/code-documentation/html/dir_000092_000093.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams -> Fstream Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

streams → Fstream Relation

File in src/phasicFlow/streamsIncludes file in src/phasicFlow/streams/Fstream
streams.hppiFstream.hpp
streams.hppoFstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000092_000097.html b/doc/code-documentation/html/dir_000092_000097.html new file mode 100644 index 00000000..59fca03b --- /dev/null +++ b/doc/code-documentation/html/dir_000092_000097.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams -> TStream Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

streams → TStream Relation

File in src/phasicFlow/streamsIncludes file in src/phasicFlow/streams/TStream
streams.hppiTstream.hpp
streams.hppoTstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000092_000119.html b/doc/code-documentation/html/dir_000092_000119.html new file mode 100644 index 00000000..6e3a1d98 --- /dev/null +++ b/doc/code-documentation/html/dir_000092_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

streams → types Relation

File in src/phasicFlow/streamsIncludes file in src/phasicFlow/types
iStream / IOstream.hppbasicTypes / bTypesFunctions.hpp
token / token.hppbasicTypes / bTypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000092_000120.html b/doc/code-documentation/html/dir_000092_000120.html new file mode 100644 index 00000000..70b71fef --- /dev/null +++ b/doc/code-documentation/html/dir_000092_000120.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams -> basicTypes Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

streams → basicTypes Relation

File in src/phasicFlow/streamsIncludes file in src/phasicFlow/types/basicTypes
iStream / IOstream.hppbTypesFunctions.hpp
token / token.hppbTypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000093_000079.html b/doc/code-documentation/html/dir_000093_000079.html new file mode 100644 index 00000000..7bf1e803 --- /dev/null +++ b/doc/code-documentation/html/dir_000093_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/Fstream -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Fstream → globals Relation

File in src/phasicFlow/streams/FstreamIncludes file in src/phasicFlow/globals
fileStream.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000093_000091.html b/doc/code-documentation/html/dir_000093_000091.html new file mode 100644 index 00000000..ac943ba2 --- /dev/null +++ b/doc/code-documentation/html/dir_000093_000091.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/Fstream -> smartPointers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Fstream → smartPointers Relation

File in src/phasicFlow/streams/FstreamIncludes file in src/phasicFlow/smartPointers
fileStream.hppuniquePtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000094_000079.html b/doc/code-documentation/html/dir_000094_000079.html new file mode 100644 index 00000000..8073cd85 --- /dev/null +++ b/doc/code-documentation/html/dir_000094_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/iStream -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

iStream → globals Relation

File in src/phasicFlow/streams/iStreamIncludes file in src/phasicFlow/globals
iIstream.hpperror.hpp
IOstream.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000094_000096.html b/doc/code-documentation/html/dir_000094_000096.html new file mode 100644 index 00000000..f775f5ca --- /dev/null +++ b/doc/code-documentation/html/dir_000094_000096.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/iStream -> token Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

iStream → token Relation

File in src/phasicFlow/streams/iStreamIncludes file in src/phasicFlow/streams/token
iIstream.hpptoken.hpp
iOstream.cpptoken.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000094_000119.html b/doc/code-documentation/html/dir_000094_000119.html new file mode 100644 index 00000000..20967fd4 --- /dev/null +++ b/doc/code-documentation/html/dir_000094_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/iStream -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

iStream → types Relation

File in src/phasicFlow/streams/iStreamIncludes file in src/phasicFlow/types
IOstream.hppbasicTypes / bTypesFunctions.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000095_000079.html b/doc/code-documentation/html/dir_000095_000079.html new file mode 100644 index 00000000..283b3502 --- /dev/null +++ b/doc/code-documentation/html/dir_000095_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/Stream -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Stream → globals Relation

File in src/phasicFlow/streams/StreamIncludes file in src/phasicFlow/globals
Istream.cpperror.hpp
Ostream.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000095_000094.html b/doc/code-documentation/html/dir_000095_000094.html new file mode 100644 index 00000000..f3bf4b1e --- /dev/null +++ b/doc/code-documentation/html/dir_000095_000094.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/Stream -> iStream Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Stream → iStream Relation

File in src/phasicFlow/streams/StreamIncludes file in src/phasicFlow/streams/iStream
Istream.hppiIstream.hpp
Ostream.hppiOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000095_000096.html b/doc/code-documentation/html/dir_000095_000096.html new file mode 100644 index 00000000..c1e967b4 --- /dev/null +++ b/doc/code-documentation/html/dir_000095_000096.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/Stream -> token Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Stream → token Relation

File in src/phasicFlow/streams/StreamIncludes file in src/phasicFlow/streams/token
Istream.cpptoken.hpp
Ostream.cpptoken.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000096_000056.html b/doc/code-documentation/html/dir_000096_000056.html new file mode 100644 index 00000000..c03ee7eb --- /dev/null +++ b/doc/code-documentation/html/dir_000096_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/token -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

token → containers Relation

File in src/phasicFlow/streams/tokenIncludes file in src/phasicFlow/containers
tokenList.hppList / List / List.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000096_000079.html b/doc/code-documentation/html/dir_000096_000079.html new file mode 100644 index 00000000..6c6e9dd0 --- /dev/null +++ b/doc/code-documentation/html/dir_000096_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/token -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

token → globals Relation

File in src/phasicFlow/streams/tokenIncludes file in src/phasicFlow/globals
token.cpperror.hpp
tokenIO.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000096_000094.html b/doc/code-documentation/html/dir_000096_000094.html new file mode 100644 index 00000000..52201e94 --- /dev/null +++ b/doc/code-documentation/html/dir_000096_000094.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/token -> iStream Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

token → iStream Relation

File in src/phasicFlow/streams/tokenIncludes file in src/phasicFlow/streams/iStream
token.cppiOstream.hpp
tokenIO.cppiIstream.hpp
tokenIO.cppiOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000096_000119.html b/doc/code-documentation/html/dir_000096_000119.html new file mode 100644 index 00000000..7d506307 --- /dev/null +++ b/doc/code-documentation/html/dir_000096_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/token -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

token → types Relation

File in src/phasicFlow/streams/tokenIncludes file in src/phasicFlow/types
token.hppbasicTypes / bTypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000097_000079.html b/doc/code-documentation/html/dir_000097_000079.html new file mode 100644 index 00000000..011c2fc8 --- /dev/null +++ b/doc/code-documentation/html/dir_000097_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/TStream -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

TStream → globals Relation

File in src/phasicFlow/streams/TStreamIncludes file in src/phasicFlow/globals
iTstream.cpperror.hpp
oTstream.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000097_000094.html b/doc/code-documentation/html/dir_000097_000094.html new file mode 100644 index 00000000..7f5b996b --- /dev/null +++ b/doc/code-documentation/html/dir_000097_000094.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/TStream -> iStream Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

TStream → iStream Relation

File in src/phasicFlow/streams/TStreamIncludes file in src/phasicFlow/streams/iStream
iTstream.cppiOstream.hpp
iTstream.hppiIstream.hpp
oTstream.hppiOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000097_000096.html b/doc/code-documentation/html/dir_000097_000096.html new file mode 100644 index 00000000..afe86fa3 --- /dev/null +++ b/doc/code-documentation/html/dir_000097_000096.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/streams/TStream -> token Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

TStream → token Relation

File in src/phasicFlow/streams/TStreamIncludes file in src/phasicFlow/streams/token
iTstream.hpptokenList.hpp
oTstream.hpptokenList.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000056.html b/doc/code-documentation/html/dir_000098_000056.html new file mode 100644 index 00000000..69162637 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → containers Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/containers
pointStructure / pointStructure.hppField / Fields.hpp
pointStructure / pointStructure.hppindexContainer / indexContainer.hpp
pointStructure / pointStructure.hppVectorHD / VectorDuals.hpp
pointStructure / pointStructure.hppVector / Vectors.hpp
pointStructure / pointStructure.hppVectorHD / VectorSingles.hpp
pointStructure / selectors / pStructSelector / pStructSelector.hppVector / Vectors.hpp
pointStructure / selectors / selectRandom / selectRandom.cppSet / Set.hpp
trisurfaceStructure / bitTransfer.hppVector / Vectors.hpp
trisurfaceStructure / multiTriSurface.hppVectorHD / VectorDuals.hpp
trisurfaceStructure / stlFile.hppVector / Vectors.hpp
trisurfaceStructure / stlFile.hppList / Lists.hpp
trisurfaceStructure / triSurface.hppVector / Vectors.hpp
trisurfaceStructure / triSurface.hppVectorHD / VectorSingles.hpp
trisurfaceStructure / triSurface.hppField / Fields.hpp
trisurfaceStructure / triSurfaceKernels.hppField / Fields.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000058.html b/doc/code-documentation/html/dir_000098_000058.html new file mode 100644 index 00000000..3e317400 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000058.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> Field Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → Field Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/containers/Field
pointStructure / pointStructure.hppFields.hpp
trisurfaceStructure / triSurface.hppFields.hpp
trisurfaceStructure / triSurfaceKernels.hppFields.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000059.html b/doc/code-documentation/html/dir_000098_000059.html new file mode 100644 index 00000000..7f3dcf9e --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000059.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> indexContainer Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → indexContainer Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/containers/indexContainer
pointStructure / pointStructure.hppindexContainer.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000060.html b/doc/code-documentation/html/dir_000098_000060.html new file mode 100644 index 00000000..a957eebc --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000060.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> List Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → List Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/containers/List
trisurfaceStructure / stlFile.hppLists.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000068.html b/doc/code-documentation/html/dir_000098_000068.html new file mode 100644 index 00000000..74d3b054 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000068.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> Set Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → Set Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/containers/Set
pointStructure / selectors / selectRandom / selectRandom.cppSet.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000072.html b/doc/code-documentation/html/dir_000098_000072.html new file mode 100644 index 00000000..423e1d2d --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000072.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> Vector Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → Vector Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/containers/Vector
pointStructure / pointStructure.hppVectors.hpp
pointStructure / selectors / pStructSelector / pStructSelector.hppVectors.hpp
trisurfaceStructure / bitTransfer.hppVectors.hpp
trisurfaceStructure / stlFile.hppVectors.hpp
trisurfaceStructure / triSurface.hppVectors.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000074.html b/doc/code-documentation/html/dir_000098_000074.html new file mode 100644 index 00000000..ccbf48d3 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → dictionary Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/dictionary
box / box.hppdictionary.hpp
cylinder / cylinder.hppdictionary.hpp
iBox / iBox.hppdictionary.hpp
line / line.cppdictionary.hpp
peakableRegion / peakableRegion / peakableRegion.cppdictionary.hpp
peakableRegion / PeakableRegion / PeakableRegion.hppdictionary.hpp
pointStructure / selectors / pStructSelector / pStructSelector.cppdictionary.hpp
pointStructure / selectors / selectRandom / selectRandom.cppdictionary.hpp
pointStructure / selectors / selectRange / selectRange.cppdictionary.hpp
sphere / sphere.hppdictionary.hpp
peakableRegion / sphereRegion / sphereRegion.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000077.html b/doc/code-documentation/html/dir_000098_000077.html new file mode 100644 index 00000000..50234435 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000077.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> eventSubscriber Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → eventSubscriber Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/eventSubscriber
pointStructure / pointStructure.hppeventSubscriber.hpp
trisurfaceStructure / triSurface.hppeventSubscriber.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000078.html b/doc/code-documentation/html/dir_000098_000078.html new file mode 100644 index 00000000..dd26bf74 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000078.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> fileSystem Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → fileSystem Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/fileSystem
trisurfaceStructure / stlFile.hppfileSystem.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000079.html b/doc/code-documentation/html/dir_000098_000079.html new file mode 100644 index 00000000..f3b4487c --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → globals Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/globals
pointStructure / pointStructure.cpperror.hpp
trisurfaceStructure / stlFile.cpperror.hpp
trisurfaceStructure / triSurface.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000081.html b/doc/code-documentation/html/dir_000098_000081.html new file mode 100644 index 00000000..a9bcb9e7 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000081.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> random Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → random Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/random
peakableRegion / boxRegion / boxRegion.hpprandomReal / uniformRandomReal.hpp
peakableRegion / cylinderRegion / cylinderRegion.hpprandomReal / uniformRandomReal.hpp
pointStructure / selectors / selectRandom / selectRandom.cpprandomInt32 / uniformRandomInt32.hpp
peakableRegion / sphereRegion / sphereRegion.hpprandomReal / uniformRandomReal.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000085.html b/doc/code-documentation/html/dir_000098_000085.html new file mode 100644 index 00000000..b88de789 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000085.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> repository Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → repository Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/repository
pointStructure / pointStructure.cppTime / Time.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000089.html b/doc/code-documentation/html/dir_000098_000089.html new file mode 100644 index 00000000..b0c95180 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000089.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> Time Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → Time Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/repository/Time
pointStructure / pointStructure.cppTime.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000090.html b/doc/code-documentation/html/dir_000098_000090.html new file mode 100644 index 00000000..4738b006 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000090.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> setFieldList Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → setFieldList Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/setFieldList
pointStructure / pointStructure.cppsetFieldList.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000092.html b/doc/code-documentation/html/dir_000098_000092.html new file mode 100644 index 00000000..d93f5b2d --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → streams Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/streams
box / box.hppiStream / iIstream.hpp
box / box.hppiStream / iOstream.hpp
cylinder / cylinder.hppiStream / iIstream.hpp
cylinder / cylinder.hppiStream / iOstream.hpp
iBox / iBox.hppiStream / iIstream.hpp
iBox / iBox.hppiStream / iOstream.hpp
pointStructure / pointStructure.cppiStream / iOstream.hpp
sphere / sphere.hppiStream / iIstream.hpp
sphere / sphere.hppiStream / iOstream.hpp
trisurfaceStructure / stlFile.cppFstream / iFstream.hpp
trisurfaceStructure / stlFile.cppFstream / oFstream.hpp
trisurfaceStructure / triSurface.cppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000119.html b/doc/code-documentation/html/dir_000098_000119.html new file mode 100644 index 00000000..9ca0a723 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → types Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/types
box / box.hpptypes.hpp
cylinder / cylinder.hpptypes.hpp
iBox / iBox.hpptypes.hpp
line / line.hpptypes.hpp
peakableRegion / peakableRegion / peakableRegion.hpptypes.hpp
sphere / sphere.hpptypes.hpp
peakableRegion / sphereRegion / sphereRegion.hpptypes.hpp
trisurfaceStructure / bitTransfer.hpptypes.hpp
trisurfaceStructure / stlFile.hpptypes.hpp
trisurfaceStructure / triangleFunctions.hpptypes.hpp
trisurfaceStructure / triSurface.hpptypes.hpp
zAxis / zAxis.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000098_000123.html b/doc/code-documentation/html/dir_000098_000123.html new file mode 100644 index 00000000..949da716 --- /dev/null +++ b/doc/code-documentation/html/dir_000098_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

structuredData → typeSelection Relation

File in src/phasicFlow/structuredDataIncludes file in src/phasicFlow/typeSelection
line / line.hpptypeInfo.hpp
peakableRegion / peakableRegion / peakableRegion.hppvirtualConstructor.hpp
pointStructure / selectors / pStructSelector / pStructSelector.hppvirtualConstructor.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000099_000074.html b/doc/code-documentation/html/dir_000099_000074.html new file mode 100644 index 00000000..22b0b0b4 --- /dev/null +++ b/doc/code-documentation/html/dir_000099_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/box -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

box → dictionary Relation

File in src/phasicFlow/structuredData/boxIncludes file in src/phasicFlow/dictionary
box.hppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000099_000092.html b/doc/code-documentation/html/dir_000099_000092.html new file mode 100644 index 00000000..b6367f02 --- /dev/null +++ b/doc/code-documentation/html/dir_000099_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/box -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

box → streams Relation

File in src/phasicFlow/structuredData/boxIncludes file in src/phasicFlow/streams
box.hppiStream / iIstream.hpp
box.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000099_000119.html b/doc/code-documentation/html/dir_000099_000119.html new file mode 100644 index 00000000..e8da94c5 --- /dev/null +++ b/doc/code-documentation/html/dir_000099_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/box -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

box → types Relation

File in src/phasicFlow/structuredData/boxIncludes file in src/phasicFlow/types
box.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000100_000074.html b/doc/code-documentation/html/dir_000100_000074.html new file mode 100644 index 00000000..ec87930d --- /dev/null +++ b/doc/code-documentation/html/dir_000100_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/cylinder -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cylinder → dictionary Relation

File in src/phasicFlow/structuredData/cylinderIncludes file in src/phasicFlow/dictionary
cylinder.hppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000100_000092.html b/doc/code-documentation/html/dir_000100_000092.html new file mode 100644 index 00000000..a20fd310 --- /dev/null +++ b/doc/code-documentation/html/dir_000100_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/cylinder -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cylinder → streams Relation

File in src/phasicFlow/structuredData/cylinderIncludes file in src/phasicFlow/streams
cylinder.hppiStream / iIstream.hpp
cylinder.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000100_000117.html b/doc/code-documentation/html/dir_000100_000117.html new file mode 100644 index 00000000..27114ee4 --- /dev/null +++ b/doc/code-documentation/html/dir_000100_000117.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/cylinder -> zAxis Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cylinder → zAxis Relation

File in src/phasicFlow/structuredData/cylinderIncludes file in src/phasicFlow/structuredData/zAxis
cylinder.cppzAxis.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000100_000119.html b/doc/code-documentation/html/dir_000100_000119.html new file mode 100644 index 00000000..e79c2cea --- /dev/null +++ b/doc/code-documentation/html/dir_000100_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/cylinder -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cylinder → types Relation

File in src/phasicFlow/structuredData/cylinderIncludes file in src/phasicFlow/types
cylinder.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000101_000074.html b/doc/code-documentation/html/dir_000101_000074.html new file mode 100644 index 00000000..942b662e --- /dev/null +++ b/doc/code-documentation/html/dir_000101_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/iBox -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

iBox → dictionary Relation

File in src/phasicFlow/structuredData/iBoxIncludes file in src/phasicFlow/dictionary
iBox.hppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000101_000092.html b/doc/code-documentation/html/dir_000101_000092.html new file mode 100644 index 00000000..8e0f90ac --- /dev/null +++ b/doc/code-documentation/html/dir_000101_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/iBox -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

iBox → streams Relation

File in src/phasicFlow/structuredData/iBoxIncludes file in src/phasicFlow/streams
iBox.hppiStream / iIstream.hpp
iBox.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000101_000119.html b/doc/code-documentation/html/dir_000101_000119.html new file mode 100644 index 00000000..a9278035 --- /dev/null +++ b/doc/code-documentation/html/dir_000101_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/iBox -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

iBox → types Relation

File in src/phasicFlow/structuredData/iBoxIncludes file in src/phasicFlow/types
iBox.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000102_000074.html b/doc/code-documentation/html/dir_000102_000074.html new file mode 100644 index 00000000..ee3ad813 --- /dev/null +++ b/doc/code-documentation/html/dir_000102_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/line -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

line → dictionary Relation

File in src/phasicFlow/structuredData/lineIncludes file in src/phasicFlow/dictionary
line.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000102_000105.html b/doc/code-documentation/html/dir_000102_000105.html new file mode 100644 index 00000000..b4b5052d --- /dev/null +++ b/doc/code-documentation/html/dir_000102_000105.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> PeakableRegion Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → PeakableRegion Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/structuredData/peakableRegion/PeakableRegion
peakableRegions.hppPeakableRegion.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000102_000119.html b/doc/code-documentation/html/dir_000102_000119.html new file mode 100644 index 00000000..ff8a41b4 --- /dev/null +++ b/doc/code-documentation/html/dir_000102_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/line -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

line → types Relation

File in src/phasicFlow/structuredData/lineIncludes file in src/phasicFlow/types
line.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000102_000123.html b/doc/code-documentation/html/dir_000102_000123.html new file mode 100644 index 00000000..4ad7bc06 --- /dev/null +++ b/doc/code-documentation/html/dir_000102_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/line -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

line → typeSelection Relation

File in src/phasicFlow/structuredData/lineIncludes file in src/phasicFlow/typeSelection
line.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000103_000074.html b/doc/code-documentation/html/dir_000103_000074.html new file mode 100644 index 00000000..a11dc856 --- /dev/null +++ b/doc/code-documentation/html/dir_000103_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → dictionary Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/dictionary
peakableRegion / peakableRegion.cppdictionary.hpp
PeakableRegion / PeakableRegion.hppdictionary.hpp
sphereRegion / sphereRegion.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000103_000081.html b/doc/code-documentation/html/dir_000103_000081.html new file mode 100644 index 00000000..d04916f2 --- /dev/null +++ b/doc/code-documentation/html/dir_000103_000081.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> random Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → random Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/random
boxRegion / boxRegion.hpprandomReal / uniformRandomReal.hpp
cylinderRegion / cylinderRegion.hpprandomReal / uniformRandomReal.hpp
sphereRegion / sphereRegion.hpprandomReal / uniformRandomReal.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000103_000099.html b/doc/code-documentation/html/dir_000103_000099.html new file mode 100644 index 00000000..da6324c4 --- /dev/null +++ b/doc/code-documentation/html/dir_000103_000099.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> box Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → box Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/structuredData/box
boxRegion / boxRegion.hppbox.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000103_000100.html b/doc/code-documentation/html/dir_000103_000100.html new file mode 100644 index 00000000..d0becc0a --- /dev/null +++ b/doc/code-documentation/html/dir_000103_000100.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> cylinder Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → cylinder Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/structuredData/cylinder
cylinderRegion / cylinderRegion.hppcylinder.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000103_000104.html b/doc/code-documentation/html/dir_000103_000104.html new file mode 100644 index 00000000..e6fe25fa --- /dev/null +++ b/doc/code-documentation/html/dir_000103_000104.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> boxRegion Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → boxRegion Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/structuredData/peakableRegion/boxRegion
peakableRegionInstantiate.cppboxRegion.hpp
peakableRegions.hppboxRegion.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000103_000105.html b/doc/code-documentation/html/dir_000103_000105.html new file mode 100644 index 00000000..056a6722 --- /dev/null +++ b/doc/code-documentation/html/dir_000103_000105.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> cylinderRegion Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → cylinderRegion Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/structuredData/peakableRegion/cylinderRegion
peakableRegionInstantiate.cppcylinderRegion.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000103_000107.html b/doc/code-documentation/html/dir_000103_000107.html new file mode 100644 index 00000000..b4b5052d --- /dev/null +++ b/doc/code-documentation/html/dir_000103_000107.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> PeakableRegion Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → PeakableRegion Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/structuredData/peakableRegion/PeakableRegion
peakableRegions.hppPeakableRegion.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000103_000108.html b/doc/code-documentation/html/dir_000103_000108.html new file mode 100644 index 00000000..5d6ce9bb --- /dev/null +++ b/doc/code-documentation/html/dir_000103_000108.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> sphereRegion Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → sphereRegion Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/structuredData/peakableRegion/sphereRegion
peakableRegionInstantiate.cppsphereRegion.hpp
peakableRegions.hppsphereRegion.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000103_000115.html b/doc/code-documentation/html/dir_000103_000115.html new file mode 100644 index 00000000..a699a120 --- /dev/null +++ b/doc/code-documentation/html/dir_000103_000115.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> sphere Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → sphere Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/structuredData/sphere
sphereRegion / sphereRegion.hppsphere.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000103_000119.html b/doc/code-documentation/html/dir_000103_000119.html new file mode 100644 index 00000000..e8fe62ad --- /dev/null +++ b/doc/code-documentation/html/dir_000103_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → types Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/types
peakableRegion / peakableRegion.hpptypes.hpp
sphereRegion / sphereRegion.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000103_000123.html b/doc/code-documentation/html/dir_000103_000123.html new file mode 100644 index 00000000..dd13ef67 --- /dev/null +++ b/doc/code-documentation/html/dir_000103_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → typeSelection Relation

File in src/phasicFlow/structuredData/peakableRegionIncludes file in src/phasicFlow/typeSelection
peakableRegion / peakableRegion.hppvirtualConstructor.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000104_000081.html b/doc/code-documentation/html/dir_000104_000081.html new file mode 100644 index 00000000..195ee9a2 --- /dev/null +++ b/doc/code-documentation/html/dir_000104_000081.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/boxRegion -> random Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

boxRegion → random Relation

File in src/phasicFlow/structuredData/peakableRegion/boxRegionIncludes file in src/phasicFlow/random
boxRegion.hpprandomReal / uniformRandomReal.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000105_000081.html b/doc/code-documentation/html/dir_000105_000081.html new file mode 100644 index 00000000..78926c55 --- /dev/null +++ b/doc/code-documentation/html/dir_000105_000081.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/cylinderRegion -> random Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cylinderRegion → random Relation

File in src/phasicFlow/structuredData/peakableRegion/cylinderRegionIncludes file in src/phasicFlow/random
cylinderRegion.hpprandomReal / uniformRandomReal.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000105_000100.html b/doc/code-documentation/html/dir_000105_000100.html new file mode 100644 index 00000000..0c0068d6 --- /dev/null +++ b/doc/code-documentation/html/dir_000105_000100.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/cylinderRegion -> cylinder Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cylinderRegion → cylinder Relation

File in src/phasicFlow/structuredData/peakableRegion/cylinderRegionIncludes file in src/phasicFlow/structuredData/cylinder
cylinderRegion.hppcylinder.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000105_000106.html b/doc/code-documentation/html/dir_000105_000106.html new file mode 100644 index 00000000..24f01248 --- /dev/null +++ b/doc/code-documentation/html/dir_000105_000106.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/PeakableRegion -> peakableRegion Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

PeakableRegion → peakableRegion Relation

File in src/phasicFlow/structuredData/peakableRegion/PeakableRegionIncludes file in src/phasicFlow/structuredData/peakableRegion/peakableRegion
PeakableRegion.hpppeakableRegion.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000106_000074.html b/doc/code-documentation/html/dir_000106_000074.html new file mode 100644 index 00000000..ecf7ac1e --- /dev/null +++ b/doc/code-documentation/html/dir_000106_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/peakableRegion -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → dictionary Relation

File in src/phasicFlow/structuredData/peakableRegion/peakableRegionIncludes file in src/phasicFlow/dictionary
peakableRegion.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000106_000118.html b/doc/code-documentation/html/dir_000106_000118.html new file mode 100644 index 00000000..8bf52c01 --- /dev/null +++ b/doc/code-documentation/html/dir_000106_000118.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/peakableRegion -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → types Relation

File in src/phasicFlow/structuredData/peakableRegion/peakableRegionIncludes file in src/phasicFlow/types
peakableRegion.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000106_000119.html b/doc/code-documentation/html/dir_000106_000119.html new file mode 100644 index 00000000..8bf52c01 --- /dev/null +++ b/doc/code-documentation/html/dir_000106_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/peakableRegion -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → types Relation

File in src/phasicFlow/structuredData/peakableRegion/peakableRegionIncludes file in src/phasicFlow/types
peakableRegion.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000106_000122.html b/doc/code-documentation/html/dir_000106_000122.html new file mode 100644 index 00000000..a81b9cb8 --- /dev/null +++ b/doc/code-documentation/html/dir_000106_000122.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/peakableRegion -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → typeSelection Relation

File in src/phasicFlow/structuredData/peakableRegion/peakableRegionIncludes file in src/phasicFlow/typeSelection
peakableRegion.hppvirtualConstructor.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000106_000123.html b/doc/code-documentation/html/dir_000106_000123.html new file mode 100644 index 00000000..a81b9cb8 --- /dev/null +++ b/doc/code-documentation/html/dir_000106_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/peakableRegion -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

peakableRegion → typeSelection Relation

File in src/phasicFlow/structuredData/peakableRegion/peakableRegionIncludes file in src/phasicFlow/typeSelection
peakableRegion.hppvirtualConstructor.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000107_000074.html b/doc/code-documentation/html/dir_000107_000074.html new file mode 100644 index 00000000..61c0ab48 --- /dev/null +++ b/doc/code-documentation/html/dir_000107_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/PeakableRegion -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

PeakableRegion → dictionary Relation

File in src/phasicFlow/structuredData/peakableRegion/PeakableRegionIncludes file in src/phasicFlow/dictionary
PeakableRegion.hppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000107_000106.html b/doc/code-documentation/html/dir_000107_000106.html new file mode 100644 index 00000000..24f01248 --- /dev/null +++ b/doc/code-documentation/html/dir_000107_000106.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/PeakableRegion -> peakableRegion Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

PeakableRegion → peakableRegion Relation

File in src/phasicFlow/structuredData/peakableRegion/PeakableRegionIncludes file in src/phasicFlow/structuredData/peakableRegion/peakableRegion
PeakableRegion.hpppeakableRegion.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000108_000074.html b/doc/code-documentation/html/dir_000108_000074.html new file mode 100644 index 00000000..77d0e763 --- /dev/null +++ b/doc/code-documentation/html/dir_000108_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/sphereRegion -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

sphereRegion → dictionary Relation

File in src/phasicFlow/structuredData/peakableRegion/sphereRegionIncludes file in src/phasicFlow/dictionary
sphereRegion.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000108_000081.html b/doc/code-documentation/html/dir_000108_000081.html new file mode 100644 index 00000000..396cf7ed --- /dev/null +++ b/doc/code-documentation/html/dir_000108_000081.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/sphereRegion -> random Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

sphereRegion → random Relation

File in src/phasicFlow/structuredData/peakableRegion/sphereRegionIncludes file in src/phasicFlow/random
sphereRegion.hpprandomReal / uniformRandomReal.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000108_000115.html b/doc/code-documentation/html/dir_000108_000115.html new file mode 100644 index 00000000..24909cce --- /dev/null +++ b/doc/code-documentation/html/dir_000108_000115.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/sphereRegion -> sphere Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

sphereRegion → sphere Relation

File in src/phasicFlow/structuredData/peakableRegion/sphereRegionIncludes file in src/phasicFlow/structuredData/sphere
sphereRegion.hppsphere.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000108_000119.html b/doc/code-documentation/html/dir_000108_000119.html new file mode 100644 index 00000000..ee813a8a --- /dev/null +++ b/doc/code-documentation/html/dir_000108_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/peakableRegion/sphereRegion -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

sphereRegion → types Relation

File in src/phasicFlow/structuredData/peakableRegion/sphereRegionIncludes file in src/phasicFlow/types
sphereRegion.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000109_000056.html b/doc/code-documentation/html/dir_000109_000056.html new file mode 100644 index 00000000..a4348866 --- /dev/null +++ b/doc/code-documentation/html/dir_000109_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointStructure → containers Relation

File in src/phasicFlow/structuredData/pointStructureIncludes file in src/phasicFlow/containers
pointStructure.hppField / Fields.hpp
pointStructure.hppindexContainer / indexContainer.hpp
pointStructure.hppVectorHD / VectorDuals.hpp
pointStructure.hppVector / Vectors.hpp
pointStructure.hppVectorHD / VectorSingles.hpp
selectors / pStructSelector / pStructSelector.hppVector / Vectors.hpp
selectors / selectRandom / selectRandom.cppSet / Set.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000109_000074.html b/doc/code-documentation/html/dir_000109_000074.html new file mode 100644 index 00000000..c6ad3d41 --- /dev/null +++ b/doc/code-documentation/html/dir_000109_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointStructure → dictionary Relation

File in src/phasicFlow/structuredData/pointStructureIncludes file in src/phasicFlow/dictionary
selectors / pStructSelector / pStructSelector.cppdictionary.hpp
selectors / selectRandom / selectRandom.cppdictionary.hpp
selectors / selectRange / selectRange.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000109_000077.html b/doc/code-documentation/html/dir_000109_000077.html new file mode 100644 index 00000000..9ec2ff3b --- /dev/null +++ b/doc/code-documentation/html/dir_000109_000077.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure -> eventSubscriber Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointStructure → eventSubscriber Relation

File in src/phasicFlow/structuredData/pointStructureIncludes file in src/phasicFlow/eventSubscriber
pointStructure.hppeventSubscriber.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000109_000079.html b/doc/code-documentation/html/dir_000109_000079.html new file mode 100644 index 00000000..63911085 --- /dev/null +++ b/doc/code-documentation/html/dir_000109_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointStructure → globals Relation

File in src/phasicFlow/structuredData/pointStructureIncludes file in src/phasicFlow/globals
pointStructure.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000109_000081.html b/doc/code-documentation/html/dir_000109_000081.html new file mode 100644 index 00000000..ae8051fe --- /dev/null +++ b/doc/code-documentation/html/dir_000109_000081.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure -> random Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointStructure → random Relation

File in src/phasicFlow/structuredData/pointStructureIncludes file in src/phasicFlow/random
selectors / selectRandom / selectRandom.cpprandomInt32 / uniformRandomInt32.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000109_000085.html b/doc/code-documentation/html/dir_000109_000085.html new file mode 100644 index 00000000..33d425fe --- /dev/null +++ b/doc/code-documentation/html/dir_000109_000085.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure -> repository Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointStructure → repository Relation

File in src/phasicFlow/structuredData/pointStructureIncludes file in src/phasicFlow/repository
pointStructure.cppTime / Time.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000109_000090.html b/doc/code-documentation/html/dir_000109_000090.html new file mode 100644 index 00000000..e6c9dec9 --- /dev/null +++ b/doc/code-documentation/html/dir_000109_000090.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure -> setFieldList Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointStructure → setFieldList Relation

File in src/phasicFlow/structuredData/pointStructureIncludes file in src/phasicFlow/setFieldList
pointStructure.cppsetFieldList.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000109_000092.html b/doc/code-documentation/html/dir_000109_000092.html new file mode 100644 index 00000000..d6eb60b3 --- /dev/null +++ b/doc/code-documentation/html/dir_000109_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointStructure → streams Relation

File in src/phasicFlow/structuredData/pointStructureIncludes file in src/phasicFlow/streams
pointStructure.cppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000109_000099.html b/doc/code-documentation/html/dir_000109_000099.html new file mode 100644 index 00000000..7ee8a601 --- /dev/null +++ b/doc/code-documentation/html/dir_000109_000099.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure -> box Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointStructure → box Relation

File in src/phasicFlow/structuredData/pointStructureIncludes file in src/phasicFlow/structuredData/box
pointStructureKernels.hppbox.hpp
selectors / selectBox / selectBox.hppbox.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000109_000123.html b/doc/code-documentation/html/dir_000109_000123.html new file mode 100644 index 00000000..27131604 --- /dev/null +++ b/doc/code-documentation/html/dir_000109_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pointStructure → typeSelection Relation

File in src/phasicFlow/structuredData/pointStructureIncludes file in src/phasicFlow/typeSelection
selectors / pStructSelector / pStructSelector.hppvirtualConstructor.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000110_000056.html b/doc/code-documentation/html/dir_000110_000056.html new file mode 100644 index 00000000..d92941be --- /dev/null +++ b/doc/code-documentation/html/dir_000110_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectors → containers Relation

File in src/phasicFlow/structuredData/pointStructure/selectorsIncludes file in src/phasicFlow/containers
pStructSelector / pStructSelector.hppVector / Vectors.hpp
selectRandom / selectRandom.cppSet / Set.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000110_000074.html b/doc/code-documentation/html/dir_000110_000074.html new file mode 100644 index 00000000..67aaaffd --- /dev/null +++ b/doc/code-documentation/html/dir_000110_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectors → dictionary Relation

File in src/phasicFlow/structuredData/pointStructure/selectorsIncludes file in src/phasicFlow/dictionary
pStructSelector / pStructSelector.cppdictionary.hpp
selectRandom / selectRandom.cppdictionary.hpp
selectRange / selectRange.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000110_000081.html b/doc/code-documentation/html/dir_000110_000081.html new file mode 100644 index 00000000..e6e43479 --- /dev/null +++ b/doc/code-documentation/html/dir_000110_000081.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors -> random Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectors → random Relation

File in src/phasicFlow/structuredData/pointStructure/selectorsIncludes file in src/phasicFlow/random
selectRandom / selectRandom.cpprandomInt32 / uniformRandomInt32.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000110_000099.html b/doc/code-documentation/html/dir_000110_000099.html new file mode 100644 index 00000000..91e23838 --- /dev/null +++ b/doc/code-documentation/html/dir_000110_000099.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors -> box Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectors → box Relation

File in src/phasicFlow/structuredData/pointStructure/selectorsIncludes file in src/phasicFlow/structuredData/box
selectBox / selectBox.hppbox.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000110_000123.html b/doc/code-documentation/html/dir_000110_000123.html new file mode 100644 index 00000000..12bfe376 --- /dev/null +++ b/doc/code-documentation/html/dir_000110_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectors → typeSelection Relation

File in src/phasicFlow/structuredData/pointStructure/selectorsIncludes file in src/phasicFlow/typeSelection
pStructSelector / pStructSelector.hppvirtualConstructor.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000111_000056.html b/doc/code-documentation/html/dir_000111_000056.html new file mode 100644 index 00000000..5c23f28e --- /dev/null +++ b/doc/code-documentation/html/dir_000111_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors/pStructSelector -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pStructSelector → containers Relation

File in src/phasicFlow/structuredData/pointStructure/selectors/pStructSelectorIncludes file in src/phasicFlow/containers
pStructSelector.hppVector / Vectors.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000111_000074.html b/doc/code-documentation/html/dir_000111_000074.html new file mode 100644 index 00000000..1a229c5d --- /dev/null +++ b/doc/code-documentation/html/dir_000111_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors/pStructSelector -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pStructSelector → dictionary Relation

File in src/phasicFlow/structuredData/pointStructure/selectors/pStructSelectorIncludes file in src/phasicFlow/dictionary
pStructSelector.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000111_000123.html b/doc/code-documentation/html/dir_000111_000123.html new file mode 100644 index 00000000..53c31ca7 --- /dev/null +++ b/doc/code-documentation/html/dir_000111_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors/pStructSelector -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pStructSelector → typeSelection Relation

File in src/phasicFlow/structuredData/pointStructure/selectors/pStructSelectorIncludes file in src/phasicFlow/typeSelection
pStructSelector.hppvirtualConstructor.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000112_000099.html b/doc/code-documentation/html/dir_000112_000099.html new file mode 100644 index 00000000..e7e041b6 --- /dev/null +++ b/doc/code-documentation/html/dir_000112_000099.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors/selectBox -> box Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectBox → box Relation

File in src/phasicFlow/structuredData/pointStructure/selectors/selectBoxIncludes file in src/phasicFlow/structuredData/box
selectBox.hppbox.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000112_000111.html b/doc/code-documentation/html/dir_000112_000111.html new file mode 100644 index 00000000..b0dfbf20 --- /dev/null +++ b/doc/code-documentation/html/dir_000112_000111.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors/selectBox -> pStructSelector Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectBox → pStructSelector Relation

File in src/phasicFlow/structuredData/pointStructure/selectors/selectBoxIncludes file in src/phasicFlow/structuredData/pointStructure/selectors/pStructSelector
selectBox.hpppStructSelector.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000113_000056.html b/doc/code-documentation/html/dir_000113_000056.html new file mode 100644 index 00000000..fbffa7af --- /dev/null +++ b/doc/code-documentation/html/dir_000113_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors/selectRandom -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectRandom → containers Relation

File in src/phasicFlow/structuredData/pointStructure/selectors/selectRandomIncludes file in src/phasicFlow/containers
selectRandom.cppSet / Set.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000113_000074.html b/doc/code-documentation/html/dir_000113_000074.html new file mode 100644 index 00000000..56c70dfc --- /dev/null +++ b/doc/code-documentation/html/dir_000113_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors/selectRandom -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectRandom → dictionary Relation

File in src/phasicFlow/structuredData/pointStructure/selectors/selectRandomIncludes file in src/phasicFlow/dictionary
selectRandom.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000113_000081.html b/doc/code-documentation/html/dir_000113_000081.html new file mode 100644 index 00000000..b3c826f2 --- /dev/null +++ b/doc/code-documentation/html/dir_000113_000081.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors/selectRandom -> random Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectRandom → random Relation

File in src/phasicFlow/structuredData/pointStructure/selectors/selectRandomIncludes file in src/phasicFlow/random
selectRandom.cpprandomInt32 / uniformRandomInt32.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000113_000111.html b/doc/code-documentation/html/dir_000113_000111.html new file mode 100644 index 00000000..ffd3fac6 --- /dev/null +++ b/doc/code-documentation/html/dir_000113_000111.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors/selectRandom -> pStructSelector Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectRandom → pStructSelector Relation

File in src/phasicFlow/structuredData/pointStructure/selectors/selectRandomIncludes file in src/phasicFlow/structuredData/pointStructure/selectors/pStructSelector
selectRandom.hpppStructSelector.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000114_000074.html b/doc/code-documentation/html/dir_000114_000074.html new file mode 100644 index 00000000..5f451087 --- /dev/null +++ b/doc/code-documentation/html/dir_000114_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors/selectRange -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectRange → dictionary Relation

File in src/phasicFlow/structuredData/pointStructure/selectors/selectRangeIncludes file in src/phasicFlow/dictionary
selectRange.cppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000114_000111.html b/doc/code-documentation/html/dir_000114_000111.html new file mode 100644 index 00000000..9ebc688f --- /dev/null +++ b/doc/code-documentation/html/dir_000114_000111.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/pointStructure/selectors/selectRange -> pStructSelector Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

selectRange → pStructSelector Relation

File in src/phasicFlow/structuredData/pointStructure/selectors/selectRangeIncludes file in src/phasicFlow/structuredData/pointStructure/selectors/pStructSelector
selectRange.hpppStructSelector.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000115_000074.html b/doc/code-documentation/html/dir_000115_000074.html new file mode 100644 index 00000000..6d7965ad --- /dev/null +++ b/doc/code-documentation/html/dir_000115_000074.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/sphere -> dictionary Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

sphere → dictionary Relation

File in src/phasicFlow/structuredData/sphereIncludes file in src/phasicFlow/dictionary
sphere.hppdictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000115_000092.html b/doc/code-documentation/html/dir_000115_000092.html new file mode 100644 index 00000000..88554ee8 --- /dev/null +++ b/doc/code-documentation/html/dir_000115_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/sphere -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

sphere → streams Relation

File in src/phasicFlow/structuredData/sphereIncludes file in src/phasicFlow/streams
sphere.hppiStream / iIstream.hpp
sphere.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000115_000119.html b/doc/code-documentation/html/dir_000115_000119.html new file mode 100644 index 00000000..98eeb2ff --- /dev/null +++ b/doc/code-documentation/html/dir_000115_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/sphere -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

sphere → types Relation

File in src/phasicFlow/structuredData/sphereIncludes file in src/phasicFlow/types
sphere.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000116_000056.html b/doc/code-documentation/html/dir_000116_000056.html new file mode 100644 index 00000000..67b37837 --- /dev/null +++ b/doc/code-documentation/html/dir_000116_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/trisurfaceStructure -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

trisurfaceStructure → containers Relation

File in src/phasicFlow/structuredData/trisurfaceStructureIncludes file in src/phasicFlow/containers
bitTransfer.hppVector / Vectors.hpp
multiTriSurface.hppVectorHD / VectorDuals.hpp
stlFile.hppList / Lists.hpp
stlFile.hppVector / Vectors.hpp
triSurface.hppField / Fields.hpp
triSurface.hppVector / Vectors.hpp
triSurface.hppVectorHD / VectorSingles.hpp
triSurfaceKernels.hppField / Fields.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000116_000077.html b/doc/code-documentation/html/dir_000116_000077.html new file mode 100644 index 00000000..39345767 --- /dev/null +++ b/doc/code-documentation/html/dir_000116_000077.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/trisurfaceStructure -> eventSubscriber Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

trisurfaceStructure → eventSubscriber Relation

File in src/phasicFlow/structuredData/trisurfaceStructureIncludes file in src/phasicFlow/eventSubscriber
triSurface.hppeventSubscriber.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000116_000078.html b/doc/code-documentation/html/dir_000116_000078.html new file mode 100644 index 00000000..9229f16e --- /dev/null +++ b/doc/code-documentation/html/dir_000116_000078.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/trisurfaceStructure -> fileSystem Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

trisurfaceStructure → fileSystem Relation

File in src/phasicFlow/structuredData/trisurfaceStructureIncludes file in src/phasicFlow/fileSystem
stlFile.hppfileSystem.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000116_000079.html b/doc/code-documentation/html/dir_000116_000079.html new file mode 100644 index 00000000..325f5928 --- /dev/null +++ b/doc/code-documentation/html/dir_000116_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/trisurfaceStructure -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

trisurfaceStructure → globals Relation

File in src/phasicFlow/structuredData/trisurfaceStructureIncludes file in src/phasicFlow/globals
stlFile.cpperror.hpp
triSurface.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000116_000092.html b/doc/code-documentation/html/dir_000116_000092.html new file mode 100644 index 00000000..93498847 --- /dev/null +++ b/doc/code-documentation/html/dir_000116_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/trisurfaceStructure -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

trisurfaceStructure → streams Relation

File in src/phasicFlow/structuredData/trisurfaceStructureIncludes file in src/phasicFlow/streams
stlFile.cppFstream / iFstream.hpp
stlFile.cppFstream / oFstream.hpp
triSurface.cppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000116_000119.html b/doc/code-documentation/html/dir_000116_000119.html new file mode 100644 index 00000000..d088a67a --- /dev/null +++ b/doc/code-documentation/html/dir_000116_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/trisurfaceStructure -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

trisurfaceStructure → types Relation

File in src/phasicFlow/structuredData/trisurfaceStructureIncludes file in src/phasicFlow/types
bitTransfer.hpptypes.hpp
stlFile.hpptypes.hpp
triangleFunctions.hpptypes.hpp
triSurface.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000117_000119.html b/doc/code-documentation/html/dir_000117_000119.html new file mode 100644 index 00000000..8695bb0b --- /dev/null +++ b/doc/code-documentation/html/dir_000117_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/structuredData/zAxis -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

zAxis → types Relation

File in src/phasicFlow/structuredData/zAxisIncludes file in src/phasicFlow/types
zAxis.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000118_000056.html b/doc/code-documentation/html/dir_000118_000056.html new file mode 100644 index 00000000..89fe2b6f --- /dev/null +++ b/doc/code-documentation/html/dir_000118_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/Timer -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Timer → containers Relation

File in src/phasicFlow/TimerIncludes file in src/phasicFlow/containers
Timers.hppList / List / List.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000118_000092.html b/doc/code-documentation/html/dir_000118_000092.html new file mode 100644 index 00000000..f589233f --- /dev/null +++ b/doc/code-documentation/html/dir_000118_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/Timer -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Timer → streams Relation

File in src/phasicFlow/TimerIncludes file in src/phasicFlow/streams
Timer.cppstreams.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000118_000119.html b/doc/code-documentation/html/dir_000118_000119.html new file mode 100644 index 00000000..6cd758dd --- /dev/null +++ b/doc/code-documentation/html/dir_000118_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/Timer -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Timer → types Relation

File in src/phasicFlow/TimerIncludes file in src/phasicFlow/types
Timer.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000119_000079.html b/doc/code-documentation/html/dir_000119_000079.html new file mode 100644 index 00000000..5886f779 --- /dev/null +++ b/doc/code-documentation/html/dir_000119_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

types → globals Relation

File in src/phasicFlow/typesIncludes file in src/phasicFlow/globals
basicTypes / bTypesFunctions.hpppFlowMacros.hpp
basicTypes / Logical.cpperror.hpp
quadruple / quadruple.hpperror.hpp
triple / triple.hpperror.hpp
triple / triple.hpppFlowMacros.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000119_000092.html b/doc/code-documentation/html/dir_000119_000092.html new file mode 100644 index 00000000..f6f3bcdd --- /dev/null +++ b/doc/code-documentation/html/dir_000119_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

types → streams Relation

File in src/phasicFlow/typesIncludes file in src/phasicFlow/streams
basicTypes / Logical.cppiStream / iIstream.hpp
basicTypes / Logical.cppiStream / iOstream.hpp
quadruple / quadruple.hppiStream / iIstream.hpp
quadruple / quadruple.hppiStream / iOstream.hpp
quadruple / quadruple.hpptoken / token.hpp
triple / triple.hppiStream / iIstream.hpp
triple / triple.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000119_000094.html b/doc/code-documentation/html/dir_000119_000094.html new file mode 100644 index 00000000..30f97fe8 --- /dev/null +++ b/doc/code-documentation/html/dir_000119_000094.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types -> iStream Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

types → iStream Relation

File in src/phasicFlow/typesIncludes file in src/phasicFlow/streams/iStream
basicTypes / Logical.cppiIstream.hpp
basicTypes / Logical.cppiOstream.hpp
quadruple / quadruple.hppiIstream.hpp
quadruple / quadruple.hppiOstream.hpp
triple / triple.hppiIstream.hpp
triple / triple.hppiOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000119_000096.html b/doc/code-documentation/html/dir_000119_000096.html new file mode 100644 index 00000000..79d65c70 --- /dev/null +++ b/doc/code-documentation/html/dir_000119_000096.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types -> token Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

types → token Relation

File in src/phasicFlow/typesIncludes file in src/phasicFlow/streams/token
quadruple / quadruple.hpptoken.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000119_000121.html b/doc/code-documentation/html/dir_000119_000121.html new file mode 100644 index 00000000..adf7cc31 --- /dev/null +++ b/doc/code-documentation/html/dir_000119_000121.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types -> quadruple Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

types → quadruple Relation

File in src/phasicFlow/typesIncludes file in src/phasicFlow/types/quadruple
types.hppquadruple.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000119_000123.html b/doc/code-documentation/html/dir_000119_000123.html new file mode 100644 index 00000000..671fe0c1 --- /dev/null +++ b/doc/code-documentation/html/dir_000119_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

types → typeSelection Relation

File in src/phasicFlow/typesIncludes file in src/phasicFlow/typeSelection
basicTypes / Logical.hpptypeInfo.hpp
types.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000120_000079.html b/doc/code-documentation/html/dir_000120_000079.html new file mode 100644 index 00000000..36660946 --- /dev/null +++ b/doc/code-documentation/html/dir_000120_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types/basicTypes -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

basicTypes → globals Relation

File in src/phasicFlow/types/basicTypesIncludes file in src/phasicFlow/globals
bTypesFunctions.hpppFlowMacros.hpp
Logical.cpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000120_000092.html b/doc/code-documentation/html/dir_000120_000092.html new file mode 100644 index 00000000..a6062db9 --- /dev/null +++ b/doc/code-documentation/html/dir_000120_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types/basicTypes -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

basicTypes → streams Relation

File in src/phasicFlow/types/basicTypesIncludes file in src/phasicFlow/streams
Logical.cppiStream / iIstream.hpp
Logical.cppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000120_000123.html b/doc/code-documentation/html/dir_000120_000123.html new file mode 100644 index 00000000..cc2cfe16 --- /dev/null +++ b/doc/code-documentation/html/dir_000120_000123.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types/basicTypes -> typeSelection Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

basicTypes → typeSelection Relation

File in src/phasicFlow/types/basicTypesIncludes file in src/phasicFlow/typeSelection
Logical.hpptypeInfo.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000121_000079.html b/doc/code-documentation/html/dir_000121_000079.html new file mode 100644 index 00000000..a334ae4b --- /dev/null +++ b/doc/code-documentation/html/dir_000121_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types/quadruple -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

quadruple → globals Relation

File in src/phasicFlow/types/quadrupleIncludes file in src/phasicFlow/globals
quadruple.hpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000121_000092.html b/doc/code-documentation/html/dir_000121_000092.html new file mode 100644 index 00000000..b4ff89e7 --- /dev/null +++ b/doc/code-documentation/html/dir_000121_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types/quadruple -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

quadruple → streams Relation

File in src/phasicFlow/types/quadrupleIncludes file in src/phasicFlow/streams
quadruple.hppiStream / iIstream.hpp
quadruple.hppiStream / iOstream.hpp
quadruple.hpptoken / token.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000121_000122.html b/doc/code-documentation/html/dir_000121_000122.html new file mode 100644 index 00000000..adcb6ad2 --- /dev/null +++ b/doc/code-documentation/html/dir_000121_000122.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types/quadruple -> triple Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

quadruple → triple Relation

File in src/phasicFlow/types/quadrupleIncludes file in src/phasicFlow/types/triple
quadruple.hpptriple.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000122_000079.html b/doc/code-documentation/html/dir_000122_000079.html new file mode 100644 index 00000000..8567808f --- /dev/null +++ b/doc/code-documentation/html/dir_000122_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types/triple -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

triple → globals Relation

File in src/phasicFlow/types/tripleIncludes file in src/phasicFlow/globals
triple.hpperror.hpp
triple.hpppFlowMacros.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000122_000091.html b/doc/code-documentation/html/dir_000122_000091.html new file mode 100644 index 00000000..bfe00194 --- /dev/null +++ b/doc/code-documentation/html/dir_000122_000091.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types/triple -> smartPointers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

triple → smartPointers Relation

File in src/phasicFlow/types/tripleIncludes file in src/phasicFlow/smartPointers
triple.hppuniquePtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000122_000092.html b/doc/code-documentation/html/dir_000122_000092.html new file mode 100644 index 00000000..c139d92a --- /dev/null +++ b/doc/code-documentation/html/dir_000122_000092.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types/triple -> streams Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

triple → streams Relation

File in src/phasicFlow/types/tripleIncludes file in src/phasicFlow/streams
triple.hppiStream / iIstream.hpp
triple.hppiStream / iOstream.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000122_000120.html b/doc/code-documentation/html/dir_000122_000120.html new file mode 100644 index 00000000..0571ac0e --- /dev/null +++ b/doc/code-documentation/html/dir_000122_000120.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/types/triple -> basicTypes Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

triple → basicTypes Relation

File in src/phasicFlow/types/tripleIncludes file in src/phasicFlow/types/basicTypes
triple.hppnumericConstants.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000123_000056.html b/doc/code-documentation/html/dir_000123_000056.html new file mode 100644 index 00000000..f7ff83a6 --- /dev/null +++ b/doc/code-documentation/html/dir_000123_000056.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/typeSelection -> containers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

typeSelection → containers Relation

File in src/phasicFlow/typeSelectionIncludes file in src/phasicFlow/containers
virtualConstructor.hppMap / Map / Map.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000123_000063.html b/doc/code-documentation/html/dir_000123_000063.html new file mode 100644 index 00000000..d970820f --- /dev/null +++ b/doc/code-documentation/html/dir_000123_000063.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/typeSelection -> Map Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

typeSelection → Map Relation

File in src/phasicFlow/typeSelectionIncludes file in src/phasicFlow/containers/Map
virtualConstructor.hppMap / Map.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000123_000065.html b/doc/code-documentation/html/dir_000123_000065.html new file mode 100644 index 00000000..0a63dcb0 --- /dev/null +++ b/doc/code-documentation/html/dir_000123_000065.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/typeSelection -> Map Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

typeSelection → Map Relation

File in src/phasicFlow/typeSelectionIncludes file in src/phasicFlow/containers/Map/Map
virtualConstructor.hppMap.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000123_000079.html b/doc/code-documentation/html/dir_000123_000079.html new file mode 100644 index 00000000..053d6fdd --- /dev/null +++ b/doc/code-documentation/html/dir_000123_000079.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/typeSelection -> globals Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

typeSelection → globals Relation

File in src/phasicFlow/typeSelectionIncludes file in src/phasicFlow/globals
virtualConstructor.hpperror.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000123_000091.html b/doc/code-documentation/html/dir_000123_000091.html new file mode 100644 index 00000000..4946befd --- /dev/null +++ b/doc/code-documentation/html/dir_000123_000091.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/typeSelection -> smartPointers Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

typeSelection → smartPointers Relation

File in src/phasicFlow/typeSelectionIncludes file in src/phasicFlow/smartPointers
virtualConstructor.hppuniquePtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000123_000119.html b/doc/code-documentation/html/dir_000123_000119.html new file mode 100644 index 00000000..d396b5ed --- /dev/null +++ b/doc/code-documentation/html/dir_000123_000119.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/typeSelection -> types Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

typeSelection → types Relation

File in src/phasicFlow/typeSelectionIncludes file in src/phasicFlow/types
typeInfo.hppbasicTypes / bTypes.hpp
virtualConstructor.hpptypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000123_000120.html b/doc/code-documentation/html/dir_000123_000120.html new file mode 100644 index 00000000..f51a1806 --- /dev/null +++ b/doc/code-documentation/html/dir_000123_000120.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/phasicFlow/typeSelection -> basicTypes Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

typeSelection → basicTypes Relation

File in src/phasicFlow/typeSelectionIncludes file in src/phasicFlow/types/basicTypes
typeInfo.hppbTypes.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000124_000053.html b/doc/code-documentation/html/dir_000124_000053.html new file mode 100644 index 00000000..aeea9742 --- /dev/null +++ b/doc/code-documentation/html/dir_000124_000053.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: src/Property -> phasicFlow Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Property → phasicFlow Relation

File in src/PropertyIncludes file in src/phasicFlow
property.cppdictionary / dictionary.hpp
property.hppfileSystem / fileSystem.hpp
property.hppcontainers / Map / hashMap / hashMap.hpp
property.hppstreams / Fstream / iFstream.hpp
property.hppcontainers / Vector / Vectors.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000132_000140.html b/doc/code-documentation/html/dir_000132_000140.html new file mode 100644 index 00000000..1cf93763 --- /dev/null +++ b/doc/code-documentation/html/dir_000132_000140.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/geometryPhasicFlow -> Utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

geometryPhasicFlow → Utilities Relation

File in utilities/geometryPhasicFlowIncludes file in utilities/Utilities
geometryPhasicFlow.cppreadControlDict.hpp
geometryPhasicFlow.cppgeometryPhasicFlow / Wall / Wall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000133_000140.html b/doc/code-documentation/html/dir_000133_000140.html new file mode 100644 index 00000000..5b4525c6 --- /dev/null +++ b/doc/code-documentation/html/dir_000133_000140.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow -> Utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

particlesPhasicFlow → Utilities Relation

File in utilities/particlesPhasicFlowIncludes file in utilities/Utilities
particlesPhasicFlow.cppreadControlDict.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000133_000141.html b/doc/code-documentation/html/dir_000133_000141.html new file mode 100644 index 00000000..1cf93763 --- /dev/null +++ b/doc/code-documentation/html/dir_000133_000141.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/geometryPhasicFlow -> Utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

geometryPhasicFlow → Utilities Relation

File in utilities/geometryPhasicFlowIncludes file in utilities/Utilities
geometryPhasicFlow.cppreadControlDict.hpp
geometryPhasicFlow.cppgeometryPhasicFlow / Wall / Wall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000134_000136.html b/doc/code-documentation/html/dir_000134_000136.html new file mode 100644 index 00000000..fada6863 --- /dev/null +++ b/doc/code-documentation/html/dir_000134_000136.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow/empty -> positionParticles Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

empty → positionParticles Relation

File in utilities/particlesPhasicFlow/emptyIncludes file in utilities/particlesPhasicFlow/positionParticles
empty.hpppositionParticles.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000134_000141.html b/doc/code-documentation/html/dir_000134_000141.html new file mode 100644 index 00000000..5b4525c6 --- /dev/null +++ b/doc/code-documentation/html/dir_000134_000141.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow -> Utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

particlesPhasicFlow → Utilities Relation

File in utilities/particlesPhasicFlowIncludes file in utilities/Utilities
particlesPhasicFlow.cppreadControlDict.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000134_000142.html b/doc/code-documentation/html/dir_000134_000142.html new file mode 100644 index 00000000..1cf93763 --- /dev/null +++ b/doc/code-documentation/html/dir_000134_000142.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/geometryPhasicFlow -> Utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

geometryPhasicFlow → Utilities Relation

File in utilities/geometryPhasicFlowIncludes file in utilities/Utilities
geometryPhasicFlow.cppreadControlDict.hpp
geometryPhasicFlow.cppgeometryPhasicFlow / Wall / Wall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000135_000136.html b/doc/code-documentation/html/dir_000135_000136.html new file mode 100644 index 00000000..cd0a8893 --- /dev/null +++ b/doc/code-documentation/html/dir_000135_000136.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow/positionOrdered -> positionParticles Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

positionOrdered → positionParticles Relation

File in utilities/particlesPhasicFlow/positionOrderedIncludes file in utilities/particlesPhasicFlow/positionParticles
positionOrdered.hpppositionParticles.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000135_000137.html b/doc/code-documentation/html/dir_000135_000137.html new file mode 100644 index 00000000..fada6863 --- /dev/null +++ b/doc/code-documentation/html/dir_000135_000137.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow/empty -> positionParticles Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

empty → positionParticles Relation

File in utilities/particlesPhasicFlow/emptyIncludes file in utilities/particlesPhasicFlow/positionParticles
empty.hpppositionParticles.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000135_000142.html b/doc/code-documentation/html/dir_000135_000142.html new file mode 100644 index 00000000..5b4525c6 --- /dev/null +++ b/doc/code-documentation/html/dir_000135_000142.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow -> Utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

particlesPhasicFlow → Utilities Relation

File in utilities/particlesPhasicFlowIncludes file in utilities/Utilities
particlesPhasicFlow.cppreadControlDict.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000136_000137.html b/doc/code-documentation/html/dir_000136_000137.html new file mode 100644 index 00000000..cd0a8893 --- /dev/null +++ b/doc/code-documentation/html/dir_000136_000137.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow/positionOrdered -> positionParticles Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

positionOrdered → positionParticles Relation

File in utilities/particlesPhasicFlow/positionOrderedIncludes file in utilities/particlesPhasicFlow/positionParticles
positionOrdered.hpppositionParticles.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000136_000138.html b/doc/code-documentation/html/dir_000136_000138.html new file mode 100644 index 00000000..fada6863 --- /dev/null +++ b/doc/code-documentation/html/dir_000136_000138.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow/empty -> positionParticles Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

empty → positionParticles Relation

File in utilities/particlesPhasicFlow/emptyIncludes file in utilities/particlesPhasicFlow/positionParticles
empty.hpppositionParticles.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000137_000136.html b/doc/code-documentation/html/dir_000137_000136.html new file mode 100644 index 00000000..856e3cb7 --- /dev/null +++ b/doc/code-documentation/html/dir_000137_000136.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow/positionRandom -> positionParticles Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

positionRandom → positionParticles Relation

File in utilities/particlesPhasicFlow/positionRandomIncludes file in utilities/particlesPhasicFlow/positionParticles
positionRandom.hpppositionParticles.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000137_000138.html b/doc/code-documentation/html/dir_000137_000138.html new file mode 100644 index 00000000..cd0a8893 --- /dev/null +++ b/doc/code-documentation/html/dir_000137_000138.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow/positionOrdered -> positionParticles Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

positionOrdered → positionParticles Relation

File in utilities/particlesPhasicFlow/positionOrderedIncludes file in utilities/particlesPhasicFlow/positionParticles
positionOrdered.hpppositionParticles.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000138_000137.html b/doc/code-documentation/html/dir_000138_000137.html new file mode 100644 index 00000000..856e3cb7 --- /dev/null +++ b/doc/code-documentation/html/dir_000138_000137.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow/positionRandom -> positionParticles Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

positionRandom → positionParticles Relation

File in utilities/particlesPhasicFlow/positionRandomIncludes file in utilities/particlesPhasicFlow/positionParticles
positionRandom.hpppositionParticles.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000138_000140.html b/doc/code-documentation/html/dir_000138_000140.html new file mode 100644 index 00000000..bf549534 --- /dev/null +++ b/doc/code-documentation/html/dir_000138_000140.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/pFlowToVTK -> Utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pFlowToVTK → Utilities Relation

File in utilities/pFlowToVTKIncludes file in utilities/Utilities
geometric.hppvtkFile / vtkFile.hpp
pFlowToVTK.cppreadControlDict.hpp
pointFieldToVTK.hppvtkFile / vtkFile.hpp
triSurfaceFieldToVTK.hppvtkFile / vtkFile.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000139_000138.html b/doc/code-documentation/html/dir_000139_000138.html new file mode 100644 index 00000000..856e3cb7 --- /dev/null +++ b/doc/code-documentation/html/dir_000139_000138.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/particlesPhasicFlow/positionRandom -> positionParticles Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

positionRandom → positionParticles Relation

File in utilities/particlesPhasicFlow/positionRandomIncludes file in utilities/particlesPhasicFlow/positionParticles
positionRandom.hpppositionParticles.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000139_000140.html b/doc/code-documentation/html/dir_000139_000140.html new file mode 100644 index 00000000..8f6fed27 --- /dev/null +++ b/doc/code-documentation/html/dir_000139_000140.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/postprocessPhasicFlow -> Utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

postprocessPhasicFlow → Utilities Relation

File in utilities/postprocessPhasicFlowIncludes file in utilities/Utilities
includeMask.hppreadFromTimeFolder.hpp
postprocess.cppvtkFile / vtkFile.hpp
postprocessPhasicFlow.cppreadControlDict.hpp
processField.hppreadFromTimeFolder.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000140_000142.html b/doc/code-documentation/html/dir_000140_000142.html new file mode 100644 index 00000000..bf549534 --- /dev/null +++ b/doc/code-documentation/html/dir_000140_000142.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/pFlowToVTK -> Utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

pFlowToVTK → Utilities Relation

File in utilities/pFlowToVTKIncludes file in utilities/Utilities
geometric.hppvtkFile / vtkFile.hpp
pFlowToVTK.cppreadControlDict.hpp
pointFieldToVTK.hppvtkFile / vtkFile.hpp
triSurfaceFieldToVTK.hppvtkFile / vtkFile.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000141_000142.html b/doc/code-documentation/html/dir_000141_000142.html new file mode 100644 index 00000000..8f6fed27 --- /dev/null +++ b/doc/code-documentation/html/dir_000141_000142.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/postprocessPhasicFlow -> Utilities Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

postprocessPhasicFlow → Utilities Relation

File in utilities/postprocessPhasicFlowIncludes file in utilities/Utilities
includeMask.hppreadFromTimeFolder.hpp
postprocess.cppvtkFile / vtkFile.hpp
postprocessPhasicFlow.cppreadControlDict.hpp
processField.hppreadFromTimeFolder.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000142_000144.html b/doc/code-documentation/html/dir_000142_000144.html new file mode 100644 index 00000000..649f1531 --- /dev/null +++ b/doc/code-documentation/html/dir_000142_000144.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/cuboidWall -> planeWall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cuboidWall → planeWall Relation

File in utilities/Utilities/geometryPhasicFlow/cuboidWallIncludes file in utilities/Utilities/geometryPhasicFlow/planeWall
cuboidWall.cppplaneWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000142_000146.html b/doc/code-documentation/html/dir_000142_000146.html new file mode 100644 index 00000000..ef905c03 --- /dev/null +++ b/doc/code-documentation/html/dir_000142_000146.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/cuboidWall -> Wall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cuboidWall → Wall Relation

File in utilities/Utilities/geometryPhasicFlow/cuboidWallIncludes file in utilities/Utilities/geometryPhasicFlow/Wall
cuboidWall.hppWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000143_000005.html b/doc/code-documentation/html/dir_000143_000005.html new file mode 100644 index 00000000..6d81429d --- /dev/null +++ b/doc/code-documentation/html/dir_000143_000005.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow -> src Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

geometryPhasicFlow → src Relation

File in utilities/Utilities/geometryPhasicFlowIncludes file in src
cuboidWall / cuboidWall.hppphasicFlow / types / types.hpp
cylinderWall / cylinderWall.cppphasicFlow / structuredData / line / line.hpp
cylinderWall / cylinderWall.cppphasicFlow / containers / Vector / Vectors.hpp
cylinderWall / cylinderWall.hppphasicFlow / structuredData / zAxis / zAxis.hpp
planeWall / planeWall.cppphasicFlow / structuredData / line / line.hpp
planeWall / planeWall.hppphasicFlow / types / types.hpp
stlWall / stlWall.cppphasicFlow / structuredData / trisurfaceStructure / stlFile.hpp
stlWall / stlWall.cppphasicFlow / streams / streams.hpp
stlWall / stlWall.hppphasicFlow / types / types.hpp
Wall / Wall.hppphasicFlow / typeSelection / virtualConstructor.hpp
Wall / Wall.hppphasicFlow / dictionary / dictionary.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000143_000145.html b/doc/code-documentation/html/dir_000143_000145.html new file mode 100644 index 00000000..649f1531 --- /dev/null +++ b/doc/code-documentation/html/dir_000143_000145.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/cuboidWall -> planeWall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cuboidWall → planeWall Relation

File in utilities/Utilities/geometryPhasicFlow/cuboidWallIncludes file in utilities/Utilities/geometryPhasicFlow/planeWall
cuboidWall.cppplaneWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000143_000146.html b/doc/code-documentation/html/dir_000143_000146.html new file mode 100644 index 00000000..159ed78b --- /dev/null +++ b/doc/code-documentation/html/dir_000143_000146.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/cylinderWall -> Wall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cylinderWall → Wall Relation

File in utilities/Utilities/geometryPhasicFlow/cylinderWallIncludes file in utilities/Utilities/geometryPhasicFlow/Wall
cylinderWall.hppWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000143_000147.html b/doc/code-documentation/html/dir_000143_000147.html new file mode 100644 index 00000000..ef905c03 --- /dev/null +++ b/doc/code-documentation/html/dir_000143_000147.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/cuboidWall -> Wall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cuboidWall → Wall Relation

File in utilities/Utilities/geometryPhasicFlow/cuboidWallIncludes file in utilities/Utilities/geometryPhasicFlow/Wall
cuboidWall.hppWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000144_000005.html b/doc/code-documentation/html/dir_000144_000005.html new file mode 100644 index 00000000..5c5aa343 --- /dev/null +++ b/doc/code-documentation/html/dir_000144_000005.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/cuboidWall -> src Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cuboidWall → src Relation

File in utilities/Utilities/geometryPhasicFlow/cuboidWallIncludes file in src
cuboidWall.hppphasicFlow / types / types.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000144_000146.html b/doc/code-documentation/html/dir_000144_000146.html new file mode 100644 index 00000000..649f1531 --- /dev/null +++ b/doc/code-documentation/html/dir_000144_000146.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/cuboidWall -> planeWall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cuboidWall → planeWall Relation

File in utilities/Utilities/geometryPhasicFlow/cuboidWallIncludes file in utilities/Utilities/geometryPhasicFlow/planeWall
cuboidWall.cppplaneWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000144_000147.html b/doc/code-documentation/html/dir_000144_000147.html new file mode 100644 index 00000000..159ed78b --- /dev/null +++ b/doc/code-documentation/html/dir_000144_000147.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/cylinderWall -> Wall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cylinderWall → Wall Relation

File in utilities/Utilities/geometryPhasicFlow/cylinderWallIncludes file in utilities/Utilities/geometryPhasicFlow/Wall
cylinderWall.hppWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000144_000148.html b/doc/code-documentation/html/dir_000144_000148.html new file mode 100644 index 00000000..ef905c03 --- /dev/null +++ b/doc/code-documentation/html/dir_000144_000148.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/cuboidWall -> Wall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cuboidWall → Wall Relation

File in utilities/Utilities/geometryPhasicFlow/cuboidWallIncludes file in utilities/Utilities/geometryPhasicFlow/Wall
cuboidWall.hppWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000145_000005.html b/doc/code-documentation/html/dir_000145_000005.html new file mode 100644 index 00000000..66c338b8 --- /dev/null +++ b/doc/code-documentation/html/dir_000145_000005.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/cylinderWall -> src Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cylinderWall → src Relation

File in utilities/Utilities/geometryPhasicFlow/cylinderWallIncludes file in src
cylinderWall.cppphasicFlow / structuredData / line / line.hpp
cylinderWall.cppphasicFlow / containers / Vector / Vectors.hpp
cylinderWall.hppphasicFlow / structuredData / zAxis / zAxis.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000145_000146.html b/doc/code-documentation/html/dir_000145_000146.html new file mode 100644 index 00000000..b41a2549 --- /dev/null +++ b/doc/code-documentation/html/dir_000145_000146.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/stlWall -> Wall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

stlWall → Wall Relation

File in utilities/Utilities/geometryPhasicFlow/stlWallIncludes file in utilities/Utilities/geometryPhasicFlow/Wall
stlWall.hppWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000145_000147.html b/doc/code-documentation/html/dir_000145_000147.html new file mode 100644 index 00000000..dec03565 --- /dev/null +++ b/doc/code-documentation/html/dir_000145_000147.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/planeWall -> Wall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

planeWall → Wall Relation

File in utilities/Utilities/geometryPhasicFlow/planeWallIncludes file in utilities/Utilities/geometryPhasicFlow/Wall
planeWall.hppWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000145_000148.html b/doc/code-documentation/html/dir_000145_000148.html new file mode 100644 index 00000000..159ed78b --- /dev/null +++ b/doc/code-documentation/html/dir_000145_000148.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/cylinderWall -> Wall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

cylinderWall → Wall Relation

File in utilities/Utilities/geometryPhasicFlow/cylinderWallIncludes file in utilities/Utilities/geometryPhasicFlow/Wall
cylinderWall.hppWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000146_000005.html b/doc/code-documentation/html/dir_000146_000005.html new file mode 100644 index 00000000..a2fa4670 --- /dev/null +++ b/doc/code-documentation/html/dir_000146_000005.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/planeWall -> src Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

planeWall → src Relation

File in utilities/Utilities/geometryPhasicFlow/planeWallIncludes file in src
planeWall.cppphasicFlow / structuredData / line / line.hpp
planeWall.hppphasicFlow / types / types.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000146_000147.html b/doc/code-documentation/html/dir_000146_000147.html new file mode 100644 index 00000000..b41a2549 --- /dev/null +++ b/doc/code-documentation/html/dir_000146_000147.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/stlWall -> Wall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

stlWall → Wall Relation

File in utilities/Utilities/geometryPhasicFlow/stlWallIncludes file in utilities/Utilities/geometryPhasicFlow/Wall
stlWall.hppWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000146_000148.html b/doc/code-documentation/html/dir_000146_000148.html new file mode 100644 index 00000000..dec03565 --- /dev/null +++ b/doc/code-documentation/html/dir_000146_000148.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/planeWall -> Wall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

planeWall → Wall Relation

File in utilities/Utilities/geometryPhasicFlow/planeWallIncludes file in utilities/Utilities/geometryPhasicFlow/Wall
planeWall.hppWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000147_000005.html b/doc/code-documentation/html/dir_000147_000005.html new file mode 100644 index 00000000..bc37ef99 --- /dev/null +++ b/doc/code-documentation/html/dir_000147_000005.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/stlWall -> src Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

stlWall → src Relation

File in utilities/Utilities/geometryPhasicFlow/stlWallIncludes file in src
stlWall.cppphasicFlow / structuredData / trisurfaceStructure / stlFile.hpp
stlWall.cppphasicFlow / streams / streams.hpp
stlWall.hppphasicFlow / types / types.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000147_000148.html b/doc/code-documentation/html/dir_000147_000148.html new file mode 100644 index 00000000..b41a2549 --- /dev/null +++ b/doc/code-documentation/html/dir_000147_000148.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/stlWall -> Wall Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

stlWall → Wall Relation

File in utilities/Utilities/geometryPhasicFlow/stlWallIncludes file in utilities/Utilities/geometryPhasicFlow/Wall
stlWall.hppWall.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000148_000005.html b/doc/code-documentation/html/dir_000148_000005.html new file mode 100644 index 00000000..f5c3bf77 --- /dev/null +++ b/doc/code-documentation/html/dir_000148_000005.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/geometryPhasicFlow/Wall -> src Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

Wall → src Relation

File in utilities/Utilities/geometryPhasicFlow/WallIncludes file in src
Wall.hppphasicFlow / dictionary / dictionary.hpp
Wall.hppphasicFlow / typeSelection / virtualConstructor.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_000149_000005.html b/doc/code-documentation/html/dir_000149_000005.html new file mode 100644 index 00000000..0a01f885 --- /dev/null +++ b/doc/code-documentation/html/dir_000149_000005.html @@ -0,0 +1,107 @@ + + + + + + +PhasicFlow: utilities/Utilities/vtkFile -> src Relation + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

vtkFile → src Relation

File in utilities/Utilities/vtkFileIncludes file in src
vtkFile.hppphasicFlow / fileSystem / fileSystem.hpp
vtkFile.hppphasicFlow / streams / streams.hpp
vtkFile.hppphasicFlow / types / types.hpp
vtkFile.hppphasicFlow / smartPointers / uniquePtr.hpp
+
+ + + diff --git a/doc/code-documentation/html/dir_0d353d24d0afa59909efab6593124f6d.html b/doc/code-documentation/html/dir_0d353d24d0afa59909efab6593124f6d.html new file mode 100644 index 00000000..a57c9196 --- /dev/null +++ b/doc/code-documentation/html/dir_0d353d24d0afa59909efab6593124f6d.html @@ -0,0 +1,117 @@ + + + + + + +PhasicFlow: tutorials Directory Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
tutorials Directory Reference
+
+
+ + + + +

+Directories

directory  sphereGranFlow
 
+
+
+ + + diff --git a/doc/code-documentation/html/dir_0d353d24d0afa59909efab6593124f6d.js b/doc/code-documentation/html/dir_0d353d24d0afa59909efab6593124f6d.js new file mode 100644 index 00000000..5a421fe3 --- /dev/null +++ b/doc/code-documentation/html/dir_0d353d24d0afa59909efab6593124f6d.js @@ -0,0 +1,4 @@ +var dir_0d353d24d0afa59909efab6593124f6d = +[ + [ "sphereGranFlow", "dir_a462f6c3d2b8968f53b36c7c275dd4d5.html", "dir_a462f6c3d2b8968f53b36c7c275dd4d5" ] +]; \ No newline at end of file diff --git a/doc/code-documentation/html/dir_2c275014fb441918c76a36484bd16a3a.html b/doc/code-documentation/html/dir_2c275014fb441918c76a36484bd16a3a.html new file mode 100644 index 00000000..6ab4722f --- /dev/null +++ b/doc/code-documentation/html/dir_2c275014fb441918c76a36484bd16a3a.html @@ -0,0 +1,111 @@ + + + + + + +PhasicFlow: tutorials/sphereGranFlow/RotatingDrumWithBaffles Directory Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
RotatingDrumWithBaffles Directory Reference
+
+
+
+
+ + + diff --git a/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464.html b/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464.html new file mode 100644 index 00000000..8258a558 --- /dev/null +++ b/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464.html @@ -0,0 +1,139 @@ + + + + + + +PhasicFlow: src/phasicFlow/commandLine Directory Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
commandLine Directory Reference
+
+
+
+Directory dependency graph for commandLine:
+
+
src/phasicFlow/commandLine
+ + + + + + + + + + + + + + + +
+ + + + + + +

+Files

file  commandLine.cpp [code]
 
file  commandLine.hpp [code]
 
+
+
+ + + diff --git a/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464.js b/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464.js new file mode 100644 index 00000000..272c31dd --- /dev/null +++ b/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464.js @@ -0,0 +1,7 @@ +var dir_3e34f9c05fd0d7f6d87a3ac222c49464 = +[ + [ "commandLine.cpp", "commandLine_8cpp.html", null ], + [ "commandLine.hpp", "commandLine_8hpp.html", [ + [ "commandLine", "classpFlow_1_1commandLine.html", "classpFlow_1_1commandLine" ] + ] ] +]; \ No newline at end of file diff --git a/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464_dep.map b/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464_dep.map new file mode 100644 index 00000000..532a2a81 --- /dev/null +++ b/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464_dep.map @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464_dep.md5 b/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464_dep.md5 new file mode 100644 index 00000000..d463937d --- /dev/null +++ b/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464_dep.md5 @@ -0,0 +1 @@ +eb175b5c0c5272e0d7258e6550b53905 \ No newline at end of file diff --git a/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464_dep.png b/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464_dep.png new file mode 100644 index 00000000..ed7cd8b2 Binary files /dev/null and b/doc/code-documentation/html/dir_3e34f9c05fd0d7f6d87a3ac222c49464_dep.png differ diff --git a/doc/code-documentation/html/dir_61df05aaaa81ddcd98d110f0987b2b3e.html b/doc/code-documentation/html/dir_61df05aaaa81ddcd98d110f0987b2b3e.html new file mode 100644 index 00000000..704c2903 --- /dev/null +++ b/doc/code-documentation/html/dir_61df05aaaa81ddcd98d110f0987b2b3e.html @@ -0,0 +1,111 @@ + + + + + + +PhasicFlow: tutorials/sphereGranFlow/toteblender Directory Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
toteblender Directory Reference
+
+
+
+
+ + + diff --git a/doc/code-documentation/html/dir_816e6123c5797ddefe70b5bccf5ce0fd.html b/doc/code-documentation/html/dir_816e6123c5797ddefe70b5bccf5ce0fd.html new file mode 100644 index 00000000..feb733b3 --- /dev/null +++ b/doc/code-documentation/html/dir_816e6123c5797ddefe70b5bccf5ce0fd.html @@ -0,0 +1,111 @@ + + + + + + +PhasicFlow: tutorials/sphereGranFlow/rotatingDrumSmall Directory Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
rotatingDrumSmall Directory Reference
+
+
+
+
+ + + diff --git a/doc/code-documentation/html/dir_9288ff55fd10ee6ad4fcec59cb09f04a.html b/doc/code-documentation/html/dir_9288ff55fd10ee6ad4fcec59cb09f04a.html new file mode 100644 index 00000000..e6f5b506 --- /dev/null +++ b/doc/code-documentation/html/dir_9288ff55fd10ee6ad4fcec59cb09f04a.html @@ -0,0 +1,111 @@ + + + + + + +PhasicFlow: tutorials/sphereGranFlow/binarySystemOfParticles Directory Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
binarySystemOfParticles Directory Reference
+
+
+
+
+ + + diff --git a/doc/code-documentation/html/dir_a462f6c3d2b8968f53b36c7c275dd4d5.html b/doc/code-documentation/html/dir_a462f6c3d2b8968f53b36c7c275dd4d5.html new file mode 100644 index 00000000..899d7039 --- /dev/null +++ b/doc/code-documentation/html/dir_a462f6c3d2b8968f53b36c7c275dd4d5.html @@ -0,0 +1,123 @@ + + + + + + +PhasicFlow: tutorials/sphereGranFlow Directory Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
sphereGranFlow Directory Reference
+
+
+ + + + + + + + + + +

+Directories

directory  binarySystemOfParticles
 
directory  rotatingDrumSmall
 
directory  RotatingDrumWithBaffles
 
directory  toteblender
 
+
+
+ + + diff --git a/doc/code-documentation/html/dir_a462f6c3d2b8968f53b36c7c275dd4d5.js b/doc/code-documentation/html/dir_a462f6c3d2b8968f53b36c7c275dd4d5.js new file mode 100644 index 00000000..f96eb411 --- /dev/null +++ b/doc/code-documentation/html/dir_a462f6c3d2b8968f53b36c7c275dd4d5.js @@ -0,0 +1,7 @@ +var dir_a462f6c3d2b8968f53b36c7c275dd4d5 = +[ + [ "binarySystemOfParticles", "dir_9288ff55fd10ee6ad4fcec59cb09f04a.html", null ], + [ "rotatingDrumSmall", "dir_816e6123c5797ddefe70b5bccf5ce0fd.html", null ], + [ "RotatingDrumWithBaffles", "dir_2c275014fb441918c76a36484bd16a3a.html", null ], + [ "toteblender", "dir_61df05aaaa81ddcd98d110f0987b2b3e.html", null ] +]; \ No newline at end of file diff --git a/doc/code-documentation/html/howToUsePhasicFlow.html b/doc/code-documentation/html/howToUsePhasicFlow.html new file mode 100644 index 00000000..0700ebde --- /dev/null +++ b/doc/code-documentation/html/howToUsePhasicFlow.html @@ -0,0 +1,114 @@ + + + + + + +PhasicFlow: How to use PhasicFlow + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
How to use PhasicFlow
+
+
+

Here you will learn how to use PhasicFlow to setup a granular flow simulation. The inputs for simulation are supplied through some text-based files, called file dictionary, located in two folders: settings and caseSetup. These folders are located under the root case directory. All the commands are performed through terminal in which the current working directory is root case directory (you see settings and caseSetup folders when ls command is entered). The states of geometry and particles are stored in time folders with names that represent the time. When simulation is finished, one case use post-processing tool pFlowToVTK to convert the stored results in the time folder into VTK file format. The VTK file format can be read by Paraview. A set of tutorials with detailed descriptions are provided to show you how to use PhasicFlow for various granular flow problems. Here is a list of them.

+
+
+
+ + + diff --git a/doc/code-documentation/html/howToUsePhasicFlow_8md.html b/doc/code-documentation/html/howToUsePhasicFlow_8md.html new file mode 100644 index 00000000..05484156 --- /dev/null +++ b/doc/code-documentation/html/howToUsePhasicFlow_8md.html @@ -0,0 +1,111 @@ + + + + + + +PhasicFlow: doc/mdDocs/howToUsePhasicFlow.md File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
doc/mdDocs/howToUsePhasicFlow.md File Reference
+
+
+
+
+ + + diff --git a/doc/code-documentation/html/inherit_graph_170.map b/doc/code-documentation/html/inherit_graph_170.map new file mode 100644 index 00000000..e525a560 --- /dev/null +++ b/doc/code-documentation/html/inherit_graph_170.map @@ -0,0 +1,3 @@ + + + diff --git a/doc/code-documentation/html/inherit_graph_170.md5 b/doc/code-documentation/html/inherit_graph_170.md5 new file mode 100644 index 00000000..c2946069 --- /dev/null +++ b/doc/code-documentation/html/inherit_graph_170.md5 @@ -0,0 +1 @@ +ae1ed418776f78e37d402f850815ac73 \ No newline at end of file diff --git a/doc/code-documentation/html/inherit_graph_170.png b/doc/code-documentation/html/inherit_graph_170.png new file mode 100644 index 00000000..33e195a3 Binary files /dev/null and b/doc/code-documentation/html/inherit_graph_170.png differ diff --git a/doc/code-documentation/html/iterateGeometry_8cpp_a0ddf1224851353fc92bfbff6f499fa97_cgraph.map b/doc/code-documentation/html/iterateGeometry_8cpp_a0ddf1224851353fc92bfbff6f499fa97_cgraph.map new file mode 100644 index 00000000..68ee7f15 --- /dev/null +++ b/doc/code-documentation/html/iterateGeometry_8cpp_a0ddf1224851353fc92bfbff6f499fa97_cgraph.map @@ -0,0 +1,4 @@ + + + + diff --git a/doc/code-documentation/html/iterateGeometry_8cpp_a0ddf1224851353fc92bfbff6f499fa97_cgraph.md5 b/doc/code-documentation/html/iterateGeometry_8cpp_a0ddf1224851353fc92bfbff6f499fa97_cgraph.md5 new file mode 100644 index 00000000..eeddcdca --- /dev/null +++ b/doc/code-documentation/html/iterateGeometry_8cpp_a0ddf1224851353fc92bfbff6f499fa97_cgraph.md5 @@ -0,0 +1 @@ +4c95897a57d21eba1625cd33dd16ff14 \ No newline at end of file diff --git a/doc/code-documentation/html/iterateGeometry_8cpp_a0ddf1224851353fc92bfbff6f499fa97_cgraph.png b/doc/code-documentation/html/iterateGeometry_8cpp_a0ddf1224851353fc92bfbff6f499fa97_cgraph.png new file mode 100644 index 00000000..bfc364b1 Binary files /dev/null and b/doc/code-documentation/html/iterateGeometry_8cpp_a0ddf1224851353fc92bfbff6f499fa97_cgraph.png differ diff --git a/doc/code-documentation/html/md_doc_mdDocs_howToUsePhasicFlow.html b/doc/code-documentation/html/md_doc_mdDocs_howToUsePhasicFlow.html new file mode 100644 index 00000000..53415fcd --- /dev/null +++ b/doc/code-documentation/html/md_doc_mdDocs_howToUsePhasicFlow.html @@ -0,0 +1,114 @@ + + + + + + +PhasicFlow: How to use PhasicFlow {@howToUsePhasicFlow} + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
How to use PhasicFlow {@howToUsePhasicFlow}
+
+
+

Here you will learn how to use PhasicFlow to setup a granular flow simulation. The inputs for simulation are supplied through some text-based files, called file dictionary, located in two folders: settings and caseSetup. These folders are located under the root case directory. All the commands are performed through terminal in which the current working directory is root case directory (you see settings and caseSetup folders when ls command is entered). The states of geometry and particles are stored in time folders with names that represent the time. When simulation is finished, one case use post-processing tool pFlowToVTK to convert the stored results in the time folder into VTK file format. The VTK file format can be read by Paraview. A set of tutorials with detailed descriptions are provided to show you how to use PhasicFlow for various granular flow problems. Here is a list of them.

+
+
+
+ + + diff --git a/doc/code-documentation/html/md_tutorials_sphereGranFlow_RotatingDrumWithBaffles_ReadMe.html b/doc/code-documentation/html/md_tutorials_sphereGranFlow_RotatingDrumWithBaffles_ReadMe.html new file mode 100644 index 00000000..ea37d4a2 --- /dev/null +++ b/doc/code-documentation/html/md_tutorials_sphereGranFlow_RotatingDrumWithBaffles_ReadMe.html @@ -0,0 +1,266 @@ + + + + + + +PhasicFlow: Problem Definition + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Problem Definition
+
+
+

The problem is to simulate a rotating drum with the diameter 0.24 m, the length 0.1 m and 6 Baffles, rotating at 15 rpm. This drum is filled with 20000 Particles.The timestep for integration is 0.00001 s. There are 2 types of Particles in this drum each are beining inserted during simulation to fill the drum.

    +
  • 12500 Particles with 4 mm diameter, at the rate of 12500 particles/s for 1 sec.
  • +
  • 7500 Particles with 5mm diameter, at the rate of 7500 particles/s for 1 sec.
    +
  • +
+

<html> <body>

a view of the drum while rotating
<img src="https://github.com/PhasicFlow/phasicFlow/blob/media/media/rotatingDrumBffl.gif", width=700px>

</body> </html>

Setting up the Case

+
As it has been explained in the previous cases, the simulation case setup is based on text-based scripts. Here, the simulation case setup are sotred in three folders: caseSetup, setting and stl (see the above folders).

Defining small and large particles

+
Then in the caseSetup/sphereShape the diameter and the material name of the particles are defined. Two sizes are defined: 4 and 5 mm.
{C++}
+
// names of shapes
+
names (smallSphere largeSphere);
+
// diameter of shapes (m)
+
diameters (0.004 0.005);
+
// material names for shapes
+
materials (lightMat heavyMat);
+

Particle Insertion

+
In this case we have two region for inserting our particles. In the both region we define rate of insertion, start and end time of insertion, information for the volume of the space throught which particles are being inserted. The insertion phase in the simulation is performed between times 0 and 1 seconds.
+ For example, for the insertion region for inserting light particles is shown below.
in caseSetup/particleInsertion file
{C++}
+
// Right Layer Region
+
layerrightregion
+
{
+
// type of insertion region
+
type cylinderRegion;
+
// insertion rate (particles/s)
+
rate 12500;
+
// Start time of LightParticles insertion (s)
+
startTime 0;
+
// End time of LightParticles insertion (s)
+
endTime 1;
+
// Time Interval of LightParticles insertion (s)
+
interval 0.025;
+
+
cylinderRegionInfo
+
{
+
// Coordinates of cylinderRegion (m,m,m)
+
p2 (-0.15 0.25 0.05);
+
p1 (-0.15 0.24 0.05);
+
// radius of cylinder (m)
+
radius 0.035;
+
}
+
}
+

Interaction between particles and walls

+
In caseSetup/interaction file, material names and properties and interaction parameters are defined: interaction between the particles and the shell of rotating drum. Since we are defining 3 materials for simulation, the interaction matrix is 3x3, while we are only required to enter upper-triangle elements (interactions are symetric).
{C++}
+
// a list of materials names
+
materials (lightMat heavyMat wallMat);
+
// density of materials [kg/m3]
+
densities (1000 1500 2500);
+
+
/*
+
Property (lightMat-lightMat lightMat-heavyMat lightMat-wallMat
+
heavyMat-heavyMat heavyMat-wallMat
+
wallMat-wallMat );
+
*/
+
// Young modulus [Pa]
+
Yeff (1.0e6 1.0e6 1.0e6
+
1.0e6 1.0e6
+
1.0e6);
+
// Shear modulus [Pa]
+
Geff (0.8e6 0.8e6 0.8e6
+
0.8e6 0.8e6
+
0.8e6);
+
// Poisson's ratio [-]
+
nu (0.25 0.25 0.25
+
0.25 0.25
+
0.25);
+
// coefficient of normal restitution
+
en (0.97 0.97 0.85
+
0.97 0.85
+
1.00);
+
// coefficient of tangential restitution
+
et (1.0 1.0 1.0
+
1.0 1.0
+
1.0);
+
// dynamic friction
+
mu (0.65 0.65 0.35
+
0.65 0.35
+
0.35);
+
// rolling friction
+
mur (0.1 0.1 0.1
+
0.1 0.1
+
0.1);
+

Settings

+

Geometry

+
In the settings/geometryDict file, the geometry and axis of rotation is defined for the drum. The geometry is composed of a body, front and rear ends.
{C++}
+
surfaces
+
{
+
body
+
{
+
// type of the wall
+
type stlWall;
+
// file name in stl folder
+
file Body.stl;
+
// material name of this wall
+
material wallMat;
+
// motion component name
+
motion rotAxis;
+
}
+
/* This is a Cylinder Wall at the rear of cylinder */
+
rearEnd
+
{
+
// type of the wall
+
type cylinderWall;
+
// first point for the axis of rotation
+
p1 (-0.1974 0.2269 -0.001);
+
// second point for the axis of rotation
+
p2 (-0.1974 0.2269 0.0);
+
// Radius of p1
+
radius1 0.0001;
+
// Radius of p2
+
radius2 0.12;
+
// material name of the wall
+
material wallMat;
+
// motion component name
+
motion rotAxis;
+
}
+
/* This a cylinder Wall at the front of Cylinder */
+
frontEnd
+
{
+
// type of the wall
+
type cylinderWall;
+
// first point for the axis of rotation
+
p1 (-0.1974 0.2269 0.0989);
+
// second point for the axis of rotation
+
p2 (-0.1974 0.2269 0.0990);
+
// Radius of p1
+
radius1 0.0001;
+
// Radius of p2
+
radius2 0.12;
+
// material name of the wall
+
material wallMat;
+
// motion component name
+
motion rotAxis;
+
}
+
}
+

Rotating Axis Info

+
In this part of geometryDict the information of rotating axis and speed of rotation are defined. The start of rotation is at 2 s. The first 2 seconds of simulation is for allowing particles to settle donw in the drum.
{C++}
+
rotatingAxisMotionInfo
+
{
+
rotAxis
+
{
+
// first point for the axis of rotation
+
p1 (-0.1974 0.2269 0);
+
// second point for the axis of rotation
+
p2 (-0.1974 0.2269 0.1);
+
// rotation speed (rad/s) => 15 rpm
+
omega 2.38733;
+
// Start time of Geometry Rotating
+
startTime 2;
+
// End time of Geometry Rotating
+
endTime 9.5;
+
}
+
}
+

Performing Simulation

+
To perform simulations, enter the following commands one after another in the terminal.
Enter $ particlesPhasicFlow command to create the initial fields for particles.
+ Enter $ geometryPhasicFlow command to create the Geometry.
+ At last, enter $ sphereGranFlow command to start the simulation.
+ After finishing the simulation, you can use $ pFlowtoVTK to convert the results into vtk format storred in ./VTK folder.
+
+
+ + + diff --git a/doc/code-documentation/html/md_tutorials_sphereGranFlow_binarySystemOfParticles_README.html b/doc/code-documentation/html/md_tutorials_sphereGranFlow_binarySystemOfParticles_README.html new file mode 100644 index 00000000..d6fc87d3 --- /dev/null +++ b/doc/code-documentation/html/md_tutorials_sphereGranFlow_binarySystemOfParticles_README.html @@ -0,0 +1,202 @@ + + + + + + +PhasicFlow: Problem definition + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Problem definition
+
+
+

A rotating drum with two particle sizes is randomly filled and let it rotate to see the segregation of particles. The focus of this tutorial is to show how to use the pre-processing tool, particlesPhasicFlow, to create the initial mixture of small and large particles.

+

Note: It is supposed that you have reviewed simulating a rotating drum tutorial before starting this tutorial.

+
a view of the rotating drum with small and large particles after 7 seconds of rotation

+

Case setup

+

PhasicFlow simulation case setup is based on the text-based files that we provide in two folders located in the simulation case folder: settings and caseSetup. Here we will have a look at some important files and the rest can be found in the tutorial folder of this case setup.

+

Simulation case setup files can be found in tutorials/sphereGranFlow folder.

Shape definition

+

In file caseSetup/sphereShape, two particle types with names smallSphere and largeSphere and diameters 3 and 5 mm are defined.

+
in caseSetup/sphereShape file
{C++}
+
names (smallSphere largeSphere); // names of shapes
+
diameters (0.003 0.005); // diameter of shapes (m)
+
materials (prop1 prop1); // material names for shapes
+

Positioning and initial mixture

+

In dictionary positionParticles located in file settings/particlesDict, 30000 particles are located in a cylindrical region. These particles are positioned in order along z, x and then y axis with 0.005 m distance between their centers.

+
in settings/particlesDict file
{C++}
+
// positions particles
+
positionParticles
+
{
+
method positionOrdered; // ordered positioning
+
+
maxNumberOfParticles 30001; // maximum number of particles in the simulation
+
mortonSorting Yes; // perform initial sorting based on morton code?
+
+
cylinder // cylinder region for positioning particles
+
{
+
p1 (0.0 0.0 0.003); // begin point of cylinder axis (m m m)
+
p2 (0.0 0.0 0.097); // end point of cylinder axis (m m m)
+
radius 0.117; // radius of cylinder (m)
+
}
+
+
positionOrderedInfo
+
{
+
diameter 0.005; // minimum space between centers of particles
+
numPoints 30000; // number of particles in the simulation
+
axisOrder (z x y); // axis order for filling the space with particles
+
}
+
}
+

In dictionary setFields located in file settings/particlesDict, you define the initial velocity, acceleration, rotVelocity, and shapeName fields for all 30000 particles in the simulation. In selectors dictionary, you can select subsets of particles and set the field value for these subsets. In shapeAssigne sub-dictionary, the selectRange selector is defined. It defines a range with begin (begin index), end (end index) and stride to select particles. And in fieldValue sub-dictionary, the fields values for selected particles are set (any number of field values can be set here).

+

Note: Other selectors are: selectBox that selects particles inside a box and randomSelect that selects particles randomly from a given index range.

+
in settings/particlesDict file
{C++}
+
setFields
+
{
+
/*
+
Default value for fields defined for particles
+
These fields should always be defined for simulations with
+
spherical particles.*/
+
+
defaultValue
+
{
+
velocity realx3 (0 0 0); // linear velocity (m/s)
+
acceleration realx3 (0 0 0); // linear acceleration (m/s2)
+
rotVelocity realx3 (0 0 0); // rotational velocity (rad/s)
+
shapeName word smallSphere; // name of the particle shape
+
}
+
+
selectors
+
{
+
shapeAssigne
+
{
+
selector selectRange; // type of point selector
+
selectRangeInfo
+
{
+
begin 0; // begin index of points
+
end 30000; // end index of points
+
stride 3; // stride for selector
+
}
+
fieldValue // fields that the selector is applied to
+
{
+
/*
+
sets shapeName of the selected points to largeSphere*/
+
shapeName word largeSphere;
+
}
+
+
}
+
}
+

Running the simulation

+

Enter the following command in terminal:

+

> geometryPhasicFlow

+

> particlesPhasicFlow

+

> sphereGranFlow

+

Note on using particlesPhasicFlow

+

Each executable in PhasicFlow comes with some command line options that you can see them by using flag -h in front of that command.

+

> particlesPhasicFlow -h prints out the following output:

+
Usage: particlesPhasicFlow [OPTIONS]
+
+
Options:
+
-h,--help Help for using createParticles of phasicFlow v-0.1
+
-v,--version Program version information
+
--discription What does this app do?
+
--positionParticles-only Exectue the positionParticles part only and store the created pointStructure in the time folder.
+
--setFields-only Exectue the setFields part only. Read the pointStructure from time folder and setFields and save the result in the same time folder.
+

so, with flag --setFields-only, you can execute the setFields part of particlesDict. Now suppose that you have a simulation case which proceeded up to 2 seconds and for any reason you want to change some field value at time 3 s and continue the simulation from 3 s. To this end, you need to change startTime in settings dictionary to 3, execute particlesPhasicFlow --setFields-only, and start the simulation.

+
+
+
+ + + diff --git a/doc/code-documentation/html/md_tutorials_sphereGranFlow_toteblender_ReadMe.html b/doc/code-documentation/html/md_tutorials_sphereGranFlow_toteblender_ReadMe.html new file mode 100644 index 00000000..920977cd --- /dev/null +++ b/doc/code-documentation/html/md_tutorials_sphereGranFlow_toteblender_ReadMe.html @@ -0,0 +1,344 @@ + + + + + + +PhasicFlow: Problem Definition + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Problem Definition
+
+
+

The problem is to simulate a double pedestal tote blender with the diameter 0.03 m and 0.1 m respectively, the length 0.3 m, rotating at 28 rpm. This blender is filled with 20000 Particles. The timestep for integration is 0.00001 s. There is one type of Particle in this blender that are being inserted during simulation to fill the blender.

    +
  • 20000 particles with 4 mm diameter, at the rate of 20000 particles/s for 1 sec. ŮŽAfter settling particles, this blender starts to rotate at t=**1s**.
  • +
+

<html> <body>

a view of the tote-blender while rotating
<img src="sample sample sample sample", width=700px>

</body> </html>

Setting up the Case

+
As it has been explained in the previous cases, the simulation case setup is based on text-based scripts. Here, the simulation case setup are sotred in two folders: caseSetup, setting. (see the above folders). Unlike the previous cases, this case does not have the stl file. and the geometry is described in the geometryDict file.

Defining particles

+
Then in the caseSetup/sphereShape the diameter and the material name of the particles are defined.
{C++}
+
// names of shapes
+
names (sphere1);
+
// diameter of shapes (m)
+
diameters (0.004);
+
// material names for shapes
+
materials (prop1);
+

Particle Insertion

+
In this case we have a region for ordering particles. These particles are placed in this blender. For example the script for the inserted particles is shown below.
in caseSetup/particleInsertion file
{C++}
+
// positions particles
+
positionParticles
+
{
+
// ordered positioning
+
method positionOrdered;
+
// maximum number of particles in the simulation
+
maxNumberOfParticles 40000;
+
// perform initial sorting based on morton code?
+
mortonSorting Yes;
+
// cylinder for positioning particles
+
cylinder
+
{
+
// Coordinates of top cylinderRegion (m,m,m)
+
p1 (0.05 0.0 0.12);
+
p2 (0.05 0.0 0.22);
+
// radius of cylinder
+
radius 0.066;
+
}
+
+
positionOrderedInfo
+
{
+
// minimum space between centers of particles
+
diameter 0.003;
+
// number of particles in the simulation
+
numPoints 20000;
+
// axis order for filling the space with particles
+
axisOrder (z y x);
+
}
+
}
+

Interaction between particles

+
In caseSetup/interaction file, material names and properties and interaction parameters are defined: interaction between the particles of rotating drum. Since we are defining 1 material for simulation, the interaction matrix is 1x1 (interactions are symetric).
{C++}
+
// a list of materials names
+
materials (prop1);
+
// density of materials [kg/m3]
+
densities (1000.0);
+
+
contactListType sortedContactList;
+
+
model
+
{
+
contactForceModel nonLinearNonLimited;
+
rollingFrictionModel normal;
+
/*
+
Property (prop1-prop1);
+
*/
+
// Young modulus [Pa]
+
Yeff (1.0e6);
+
// Shear modulus [Pa]
+
Geff (0.8e6);
+
// Poisson's ratio [-]
+
nu (0.25);
+
// coefficient of normal restitution
+
en (0.7);
+
// coefficient of tangential restitution
+
et (1.0);
+
// dynamic friction
+
mu (0.3);
+
// rolling friction
+
mur (0.1);
+
+
}
+

Settings

+

Geometry

+
In the settings/geometryDict file, the geometry and axis of rotation is defined for the drum. The geometry is composed of a cylinder inlet and outlet, cone shell top and down, a cylinder shell and enter and exit Gate.
{C++}
+
surfaces
+
{
+
topGate
+
topGate
+
{
+
// type of wall
+
type cylinderWall;
+
// begin point of cylinder axis
+
p1 (0.0 0.0 0.299);
+
// end point of cylinder axis
+
p2 (0.0 0.0 0.3);
+
// radius at p1
+
radius1 0.03;
+
// radius at p2
+
radius2 0.0001;
+
// material of wall
+
material solidProperty;
+
// motion component name
+
motion axisOfRotation;
+
}
+
+
topCylinder
+
{
+
// type of the wall
+
type cylinderWall;
+
// begin point of cylinder axis
+
p1 (0.0 0.0 0.28);
+
// end point of cylinder axis
+
p2 (0.0 0.0 0.3);
+
// radius at p1
+
radius1 0.03;
+
// radius at p2
+
radius2 0.03;
+
// number of divisions
+
resolution 36;
+
// material name of this wall
+
material prop1;
+
// motion component name
+
motion axisOfRotation;
+
}
+
+
coneShelltop
+
{
+
// type of the wall
+
type cylinderWall;
+
// begin point of cylinder axis
+
p1 (0.0 0.0 0.2);
+
// end point of cylinder axis
+
p2 (0.0 0.0 0.28);
+
// radius at p1
+
radius1 0.1;
+
// radius at p2
+
radius2 0.03;
+
// number of divisions
+
resolution 36;
+
// material name of this wall
+
material prop1;
+
// motion component name
+
motion axisOfRotation;
+
}
+
+
cylinderShell
+
{
+
// type of the wall
+
type cylinderWall;
+
// begin point of cylinder axis
+
p1 (0.0 0.0 0.1);
+
// end point of cylinder axis
+
p2 (0.0 0.0 0.2);
+
// radius at p1
+
radius1 0.1;
+
// radius at p2
+
radius2 0.1;
+
// number of divisions
+
resolution 36;
+
// material name of this wall
+
material prop1;
+
// motion component name
+
motion axisOfRotation;
+
}
+
+
coneShelldown
+
{
+
// type of the wall
+
type cylinderWall;
+
// begin point of cylinder axis
+
p1 (0.0 0.0 0.02);
+
// end point of cylinder axis
+
p2 (0.0 0.0 0.1);
+
// radius at p1
+
radius1 0.03;
+
// radius at p2
+
radius2 0.1;
+
// number of divisions
+
resolution 36;
+
// material name of this wall
+
material prop1;
+
// motion component name
+
motion axisOfRotation;
+
}
+
/*
+
This is a plane wall at the exit of silo
+
*/
+
+
bottomCylinder
+
{
+
// type of the wall
+
type cylinderWall;
+
// begin point of cylinder axis
+
p1 (0.0 0.0 0.0);
+
// end point of cylinder axis
+
p2 (0.0 0.0 0.02);
+
// radius at p1
+
radius1 0.03;
+
// radius at p2
+
radius2 0.03;
+
// number of divisions
+
resolution 36;
+
// material name of this wall
+
material prop1;
+
// motion component name
+
motion axisOfRotation;
+
}
+
exitGate
+
{
+
type planeWall;
+
p1 (-0.05 -0.05 0);
+
p2 (-0.05 0.05 0);
+
p3 ( 0.05 0.05 0);
+
p4 (0.05 -0.05 0);
+
material prop1;
+
motion axisOfRotation;
+
}
+
+
}
+

Rotating Axis Info

+
In this part of geometryDict the information of rotating axis and speed of rotation are defined. Unlike the previous cases, the rotation of this blender starts at time=**0 s**.
{C++}
+
// information for rotatingAxisMotion motion model
+
rotatingAxisMotionInfo
+
{
+
axisOfRotation
+
{
+
p1 (-0.1 0.0 0.15); // first point for the axis of rotation
+
p2 (0.1 0.0 0.15); // second point for the axis of rotation
+
omega 1.5708; // rotation speed ==> 15 rad/s
+
// Start time of Geometry Rotating (s)
+
startTime 1;
+
// End time of Geometry Rotating (s)
+
endTime 9.5;
+
}
+
}
+

Performing Simulation

+
To perform simulations, enter the following commands one after another in the terminal.
Enter $ particlesPhasicFlow command to create the initial fields for particles.
+ Enter $ geometryPhasicFlow command to create the Geometry.
+ At last, enter $ sphereGranFlow command to start the simulation.
+ After finishing the simulation, you can use $ pFlowtoVTK to convert the results into vtk format storred in ./VTK folder.
+
+
+ + + diff --git a/doc/code-documentation/html/rotatingDrumSmall.html b/doc/code-documentation/html/rotatingDrumSmall.html new file mode 100644 index 00000000..0afe5def --- /dev/null +++ b/doc/code-documentation/html/rotatingDrumSmall.html @@ -0,0 +1,274 @@ + + + + + + +PhasicFlow: Simulating a small rotating drum + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Simulating a small rotating drum
+
+
+

Problem definition

+

The problem is to simulate a rotating drum with the diameter 0.24 m and the length 0.1 m rotating at 11.6 rpm. It is filled with 30,000 4-mm spherical particles. The timestep for integration is 0.00001 s.

a view of rotating drum

+

Setting up the case

+

PhasicFlow simulation case setup is based on the text-based scripts that we provide in two folders located in the simulation case folder: settings and caseSetup (You can find the case setup files in the above folders. All the commands should be entered in the terminal while the current working directory is the simulation case folder (at the top of the caseSetup and settings).

+

Creating particles

+

Open the file settings/particlesDict. Two dictionaries, positionParticles and setFields position particles and set the field values for the particles. In dictionary positionParticles, the positioning method is positionOrdered, which position particles in order in the space defined by box. box space is defined by two corner points min and max. In dictionary positionOrderedInfo, numPoints defines number of particles; diameter, the distance between two adjacent particles, and axisOrder defines the axis order for filling the space by particles.

+
in settings/particlesDict file
{C++}
+
positionParticles
+
{
+
method positionOrdered; // ordered positioning
+
maxNumberOfParticles 40000; // maximum number of particles in the simulation
+
mortonSorting Yes; // perform initial sorting based on morton code?
+
+
box // box for positioning particles
+
{
+
min (-0.08 -0.08 0.015); // lower corner point of the box
+
max ( 0.08 0.08 0.098); // upper corner point of the box
+
}
+
+
positionOrderedInfo
+
{
+
diameter 0.004; // minimum space between centers of particles
+
numPoints 30000; // number of particles in the simulation
+
axisOrder (z y x); // axis order for filling the space with particles
+
}
+
}
+

In dictionary setFields, dictionary defaultValue defines the initial value for particle fields (here, velocity, acceleration, rotVelocity, and shapeName). Note that shapeName field should be consistent with the name of shape that you later set for shapes (here one shape with name sphere1).

+
in settings/particlesDict file
{C++}
+
setFields
+
{
+
defaultValue
+
{
+
velocity realx3 (0 0 0); // linear velocity (m/s)
+
acceleration realx3 (0 0 0); // linear acceleration (m/s2)
+
rotVelocity realx3 (0 0 0); // rotational velocity (rad/s)
+
shapeName word sphere1; // name of the particle shape
+
}
+
selectors
+
{}
+
}
+

Enter the following command in the terminal to create the particles and store them in 0 folder.

+

> particlesPhasicFlow

+

Creating geometry

+

In file settings/geometryDict , you can provide information for creating geometry. Each simulation should have a motionModel that defines a model for moving the surfaces in the simulation. rotatingAxisMotion model defines a fixed axis which rotates around itself. The dictionary rotAxis defines an motion component with p1 and p2 as the end points of the axis and omega as the rotation speed in rad/s. You can define more than one motion component in a simulation.

+
in settings/geometryDict file
{C++}
+
motionModel rotatingAxisMotion;
+
.
+
.
+
.
+
rotatingAxisMotionInfo
+
{
+
rotAxis
+
{
+
p1 (0.0 0.0 0.0); // first point for the axis of rotation
+
p2 (0.0 0.0 1.0); // second point for the axis of rotation
+
omega 1.214; // rotation speed (rad/s)
+
}
+
}
+

In the dictionary surfaces you can define all the surfaces (walls) in the simulation. Two main options are available: built-in geometries in PhasicFlow, and providing surfaces with stl file. Here we use built-in geometries. In cylinder dictionary, a cylindrical shell with end radii, radius1 and radius2, axis end points p1 and p2, material name prop1, motion component rotAxis is defined. resolution sets number of division for the cylinder shell. wall1 and wall2 define two plane walls at two ends of cylindrical shell with coplanar corner points p1, p2, p3, and p4, material name prop1 and motion component rotAxis.
+

+
in settings/geometryDict file
{C++}
+
surfaces
+
{
+
cylinder
+
{
+
type cylinderWall; // type of the wall
+
p1 (0.0 0.0 0.0); // begin point of cylinder axis
+
p2 (0.0 0.0 0.1); // end point of cylinder axis
+
radius1 0.12; // radius at p1
+
radius2 0.12; // radius at p2
+
resolution 24; // number of divisions
+
material prop1; // material name of this wall
+
motion rotAxis; // motion component name
+
}
+
wall1
+
{
+
type planeWall; // type of the wall
+
p1 (-0.12 -0.12 0.0); // first point of the wall
+
p2 ( 0.12 -0.12 0.0); // second point
+
p3 ( 0.12 0.12 0.0); // third point
+
p4 (-0.12 0.12 0.0); // fourth point
+
material prop1; // material name of the wall
+
motion rotAxis; // motion component name
+
}
+
wall2
+
{
+
type planeWall;
+
p1 (-0.12 -0.12 0.1);
+
p2 ( 0.12 -0.12 0.1);
+
p3 ( 0.12 0.12 0.1);
+
p4 (-0.12 0.12 0.1);
+
material prop1;
+
motion rotAxis;
+
}
+
}
+

Enter the following command in the terminal to create the geometry and store it in 0/geometry folder.

+

> geometryPhasicFlow

+

Defining properties and interactions

+

In the file caseSetup/interaction , you find properties of materials. materials defines a list of material names in the simulation and densities sets the corresponding density of each material name. model dictionary defines the interaction model for particle-particle and particle-wall interactions. contactForceModel selects the model for mechanical contacts (here nonlinear model with limited tangential displacement) and rollingFrictionModel selects the model for calculating rolling friction. Other required prosperities should be defined in this dictionary.

+
in caseSetup/interaction file
{C++}
+
materials (prop1); // a list of materials names
+
densities (1000.0); // density of materials [kg/m3]
+
.
+
.
+
.
+
model
+
{
+
contactForceModel nonLinearNonLimited;
+
rollingFrictionModel normal;
+
+
Yeff (1.0e6); // Young modulus [Pa]
+
Geff (0.8e6); // Shear modulus [Pa]
+
nu (0.25); // Poisson's ratio [-]
+
en (0.7); // coefficient of normal restitution
+
et (1.0); // coefficient of tangential restitution
+
mu (0.3); // dynamic friction
+
mur (0.1); // rolling friction
+
}
+

Dictionary contactSearch sets the methods for particle-particle and particle-wall contact search. method specifies the algorithm for finding neighbor list for particle-particle contacts and wallMapping shows how particles are mapped onto walls for finding neighbor list for particle-wall contacts. updateFrequency sets the frequency for updating neighbor list and sizeRatio sets the size of enlarged cells (with respect to particle diameter) for finding neighbor list. Larger sizeRatio include more particles in the neighbor list and you require to update it less frequent.

+
in caseSetup/interaction file
{C++}
+
contactSearch
+
{
+
method NBS; // method for broad search particle-particle
+
wallMapping cellsSimple; // method for broad search particle-wall
+
+
NBSInfo
+
{
+
updateFrequency 20; // each 20 timesteps, update neighbor list
+
sizeRatio 1.1; // bounding box size to particle diameter (max)
+
}
+
+
cellsSimpleInfo
+
{
+
updateFrequency 20; // each 20 timesteps, update neighbor list
+
cellExtent 0.7; // bounding box for particle-wall search (> 0.5)
+
}
+
+
}
+

In the file caseSetup/sphereShape, you can define a list of names for shapes (shapeName in particle field), a list of diameters for shapes and their properties names.

+
in caseSetup/sphereShape file
{C++}
+
names (sphere1); // names of shapes
+
diameters (0.004); // diameter of shapes
+
materials (prop1); // material names for shapes
+

Other settings for the simulation can be set in file settings/settingsDict. The dictionary domain defines the a rectangular bounding box with two corner points for the simulation. Each particle that gets out of this box, will be deleted automatically.

+
in settings/settingsDict file
{C++}
+
dt 0.00001; // time step for integration (s)
+
startTime 0; // start time for simulation
+
endTime 10; // end time for simulation
+
saveInterval 0.1; // time interval for saving the simulation
+
timePrecision 6; // maximum number of digits for time folder
+
g (0 -9.8 0); // gravity vector (m/s2)
+
domain
+
{
+
min (-0.12 -0.12 0);
+
max (0.12 0.12 0.11);
+
}
+
integrationMethod AdamsBashforth2; // integration method
+

Running the case

+

The solver for this simulation is sphereGranFlow. Enter the following command in the terminal. Depending on the computational power, it may take a few minutes to a few hours to complete.

+

> sphereGranFlow

+

Post processing

+

After finishing the simulation, you can render the results in Paraview. To convert the results to VTK format, just enter the following command in the terminal. This will converts all the results (particles and geometry) to VTK format and store them in folder VTK/.

+

> pFlowToVTK

+
+
+
+ + + diff --git a/doc/code-documentation/html/rotatingDrumSmall_2README_8md.html b/doc/code-documentation/html/rotatingDrumSmall_2README_8md.html new file mode 100644 index 00000000..7710b7be --- /dev/null +++ b/doc/code-documentation/html/rotatingDrumSmall_2README_8md.html @@ -0,0 +1,111 @@ + + + + + + +PhasicFlow: tutorials/sphereGranFlow/rotatingDrumSmall/README.md File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
tutorials/sphereGranFlow/rotatingDrumSmall/README.md File Reference
+
+
+
+
+ + + diff --git a/doc/code-documentation/html/search/pages_2.html b/doc/code-documentation/html/search/pages_2.html new file mode 100644 index 00000000..6109d470 --- /dev/null +++ b/doc/code-documentation/html/search/pages_2.html @@ -0,0 +1,30 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/doc/code-documentation/html/search/pages_2.js b/doc/code-documentation/html/search/pages_2.js new file mode 100644 index 00000000..61001532 --- /dev/null +++ b/doc/code-documentation/html/search/pages_2.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['simulating_20a_20small_20rotating_20drum_5456',['Simulating a small rotating drum',['../rotatingDrumSmall.html',1,'']]] +]; diff --git a/doc/code-documentation/html/toteblender_2ReadMe_8md.html b/doc/code-documentation/html/toteblender_2ReadMe_8md.html new file mode 100644 index 00000000..a60dae00 --- /dev/null +++ b/doc/code-documentation/html/toteblender_2ReadMe_8md.html @@ -0,0 +1,111 @@ + + + + + + +PhasicFlow: tutorials/sphereGranFlow/toteblender/ReadMe.md File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + +
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
tutorials/sphereGranFlow/toteblender/ReadMe.md File Reference
+
+
+
+
+ + +