|
IPPL (Independent Parallel Particle Layer)
IPPL
|
Go to the source code of this file.
Classes | |
| class | ippl::FEMVector< T > |
| 1D vector used in the context of FEM. More... | |
| struct | ippl::FEMVector< T >::Assign |
Struct for assigment operator to be used with FEMVector::unpack(). More... | |
| struct | ippl::FEMVector< T >::AssignAdd |
Struct for addition+assignment operator to be used with FEMVector::unpack(). More... | |
| struct | ippl::FEMVector< T >::BoundaryInfo |
| Structure holding MPI neighbor and boundary information. More... | |
Namespaces | |
| namespace | ippl |
Functions | |
| template<typename T> | |
| T | ippl::innerProduct (const FEMVector< T > &a, const FEMVector< T > &b) |
Calculate the inner product between two ippl::FEMVector(s). | |
| template<typename T> | |
| T | ippl::norm (const FEMVector< T > &v, int p=2) |