wiki:public/doc-auto/by_ext/cct/S_nneighbors
Last modified 3 years ago Last modified on 01/21/16 13:49:09

Input file cct keyword $NNEIGHBORS

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

PETSc/ConcreteCrack/decal.cct

  4:    $NNEIGHBORS
  5-      1
   ...
 75:    $NNEIGHBORS
 76-      2
   ...
210:    $NNEIGHBORS
211-      2
   ...
343:    $NNEIGHBORS
344-      1
   ...

PETSc/TransLay2d/lag2d.cct

  4:    $NNEIGHBORS
  5-      1
   ...
132:    $NNEIGHBORS
133-      2
   ...
391:    $NNEIGHBORS
392-      1
   ...
521:    $NNEIGHBORS
522-      2
   ...

Source code reading this keyword from Input files

FEM/fct_mpi.cpp line 58

  58: 				std::cout << "rank "<< myrank <<": $MYRANK is wrong. Stop reading\n";
  59: 				break;
  60: 			}
  61: 		} else if (line_string.find("$NNEIGHBORS") != std::string::npos) {
  62: 			in.str(readNonBlankLineFromInputStream(*is));
  63: 			in >> n_neighbors;
  64: 			in.clear();

Last modified: 2016-01-21 13:49:05.131161

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.