driver_swarm.h File Reference
#include <algorithm>
#include <vector>
#include <iterator>
#include <string>
#include <utility>
#include <iostream>
#include <type_traits>
#include <cmath>
#include "portage/support/portage.h"
#include "portage/support/timer.h"
#include "portage/support/basis.h"
#include "portage/support/weight.h"
#include "portage/support/operator.h"
#include "portage/search/search_simple_points.h"
#include "portage/accumulate/accumulate.h"
#include "portage/estimate/estimate.h"

Go to the source code of this file.

Classes

class  Portage::Meshfree::SwarmDriver< Search, Accumulate, Estimate, dim, SourceSwarm, SourceState, TargetSwarm, TargetState >
 Provides an interface to remap variables from one swarm to another. More...
 

Namespaces

 Portage
 
 Portage::Meshfree
 

Typedefs

using Portage::Meshfree::SmoothingLengths = Portage::vector< std::vector< std::vector< double > >>