ASL
0.1.7
Advanced Simulation Library
|
Go to the documentation of this file.
24 #ifndef ASLDFOPTIMIZER_H
25 #define ASLDFOPTIMIZER_H
31 class VectorOfElementsData;
32 class VectorOfElements;
38 template <
typename V>
class DataWithGhostNodes;
41 class AbstractDataWithGhostNodes;
82 return vectorTemplate;
86 #endif // ASLFDADVECTIONDIFFUSION_H
void setVectorTemplate(VectorTemplate *vT)
void optimizeMap(SPDataWithGhostNodesACLData c, const VectorTemplate *vt)
SPDataWithGhostNodesACLData Data
std::shared_ptr< DataWithGhostNodesACLData > SPDataWithGhostNodesACLData
std::shared_ptr< DFOptimizer > SPDFOptimizer
const VectorTemplate * getVectorTemplate() const
DataWithGhostNodes< acl::VectorOfElementsData > DataWithGhostNodesACLData
SPAbstractDataWithGhostNodes Field
Defines set of vectros with several properties.
Advanced Simulation Library.
Advanced Computational Language.
Numerical method which makes changes in the input map and produces map suitbale and optimal for use i...
std::shared_ptr< AbstractDataWithGhostNodes > SPAbstractDataWithGhostNodes