Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
patch.h File Reference
#include "gridutil.h"
#include <string>
Include dependency graph for patch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  patch
 
class  externalBCpatch
 
class  internalBCpatch
 

Functions

patchfindPatch (const blockSpan &at, const vector< patch * > &from)
 

Function Documentation

patch* findPatch ( const blockSpan at,
const vector< patch * > &  from 
)

Definition at line 90 of file buildface.cpp.

Referenced by findPartner().

91 {
92  int p,len=from.size();
93  for (p=0;p<len;p++)
94  if (from[p]->srcSpan==at)
95  return from[p];
96  return NULL;
97 }

Here is the caller graph for this function: