ASL
0.1.7
Advanced Simulation Library
|
#include <acl/aclMath/aclVectorOfElements.h>
#include "data/aslDataWithGhostNodes.h"
#include "aslTemplates.h"
Go to the source code of this file.
Namespaces | |
asl | |
Advanced Simulation Library. | |
Functions | |
acl::VectorOfElements | asl::cellValues (const TemplateVE &a, unsigned int iEl) |
returns VectorOfElements containing values in cell corners More... | |
acl::VectorOfElements | asl::gradient (const TemplateVE &a, unsigned int iEl) |
differential operator \( \vec\nabla a \) within a cell More... | |
vector< acl::Element > | asl::gcGradientAllCells (const TemplateVE &a, vector< acl::VectorOfElements > &values) |
differential operator \( \vec\nabla a \) within all cells More... | |