PFASST++
mocks.hpp File Reference
#include <memory>
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include "../examples/boris/physics.hpp"
#include "../examples/boris/particle_3d.hpp"
+ Include dependency graph for mocks.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MockEField< scalar, time, ParticleT >
 
class  MockBField< scalar, time, ParticleT >
 
class  MockEOperator< scalar, time >
 

Typedefs

template<typename scalar , typename time >
using MockPositionEncap = Position3DEncapsulation< scalar, time >
 
template<typename scalar , typename time >
using MockVelocityEncap = Velocity3DEncapsulation< scalar, time >
 
template<typename scalar , typename time >
using MockAccelerationEncap = Acceleration3DEncapsulation< scalar, time >
 
template<typename scalar , typename time >
using MockParticle = Particle3DEncapsulation< scalar, time >
 

Typedef Documentation

template<typename scalar , typename time >
using MockAccelerationEncap = Acceleration3DEncapsulation<scalar, time>

Definition at line 32 of file mocks.hpp.

template<typename scalar , typename time >
using MockParticle = Particle3DEncapsulation<scalar, time>

Definition at line 39 of file mocks.hpp.

template<typename scalar , typename time >
using MockPositionEncap = Position3DEncapsulation<scalar, time>

Definition at line 18 of file mocks.hpp.

template<typename scalar , typename time >
using MockVelocityEncap = Velocity3DEncapsulation<scalar, time>

Definition at line 25 of file mocks.hpp.