search_simple.h File Reference
#include <vector>
#include <algorithm>
#include "portage/support/portage.h"
#include "wonton/support/Point.h"
Go to the source code of this file.
Classes | |
class | Portage::SearchSimple< SourceMeshType, TargetMeshType > |
A simple, crude search algorithm that utilizes bounding boxes in 2d. More... | |
Namespaces | |
search_simple | |
file-local namespace | |
Portage | |
Functions | |
void | search_simple::getBoundingBox (const std::vector< Point< 2 >> &cell_coord, double *xlow, double *xhigh, double *ylow, double *yhigh) |
Given a list of 2d coordinates, find the coordinates of the bounding box. More... | |