IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
FEMVector.h File Reference
#include "Types/ViewTypes.h"
#include "Field/HaloCells.h"
#include "FEMVector.hpp"
Include dependency graph for FEMVector.h:
This graph shows which files directly or indirectly include this file:

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)