Last modified 3 years ago
Last modified on 01/21/16 13:49:09
Input file cct keyword $NEIGHBOR
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
PETSc/ConcreteCrack/decal.cct
6: $NEIGHBOR 7- 1 ... 77: $NEIGHBOR 78- 0 ... 143: $NEIGHBOR 144- 2 ... 212: $NEIGHBOR 213- 1 ... 276: $NEIGHBOR 277- 3 ... 345: $NEIGHBOR 346- 2 ...
PETSc/TransLay2d/lag2d.cct
6: $NEIGHBOR 7- 1 ... 134: $NEIGHBOR 135- 0 ... 257: $NEIGHBOR 258- 3 ... 393: $NEIGHBOR 394- 3 ... 523: $NEIGHBOR 524- 1 ... 654: $NEIGHBOR 655- 2 ...
Source code reading this keyword from Input files
FEM/fct_mpi.cpp line 62
62: in.str(readNonBlankLineFromInputStream(*is)); 63: in >> n_neighbors; 64: in.clear(); 65: } else if (line_string.find("$NEIGHBOR") != std::string::npos) { 66: Neighbor nei; 67: in.str(readNonBlankLineFromInputStream(*is)); 68: in >> nei.rank;
Last modified: 2016-01-21 13:49:05.133300
This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.
If you want to edit the handwritten part of this page, please do so here.