#include <Eigen/Dense>#include <gtest/gtest.h>#include <iostream>#include <string>#include "wave_gazebo_plugins/Wavefield.hh"
Go to the source code of this file.
| Functions | |
| int | main (int argc, char **argv) | 
| std::ostream & | operator<< (std::ostream &os, const std::vector< double > &_vec) | 
| std::ostream & | operator<< (std::ostream &os, const std::vector< Eigen::Vector2d > &_vec) | 
| TEST (Wavefield, WaveSolver1D) | |
| TEST (Wavefield, WaveSolver2D) | |
| TEST (Wavefield, NWaveSolver2D) | |
| TEST (Wavefield, NWaveFdFSolver2D) | |
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 528 of file Wavefield_TEST.cc.
| std::ostream& operator<< | ( | std::ostream & | os, | 
| const std::vector< double > & | _vec | ||
| ) | 
Definition at line 29 of file Wavefield_TEST.cc.
| std::ostream& operator<< | ( | std::ostream & | os, | 
| const std::vector< Eigen::Vector2d > & | _vec | ||
| ) | 
Definition at line 36 of file Wavefield_TEST.cc.
| TEST | ( | Wavefield | , | 
| WaveSolver1D | |||
| ) | 
Definition at line 48 of file Wavefield_TEST.cc.
| TEST | ( | Wavefield | , | 
| WaveSolver2D | |||
| ) | 
Definition at line 144 of file Wavefield_TEST.cc.
| TEST | ( | Wavefield | , | 
| NWaveSolver2D | |||
| ) | 
Definition at line 266 of file Wavefield_TEST.cc.
| TEST | ( | Wavefield | , | 
| NWaveFdFSolver2D | |||
| ) | 
Definition at line 409 of file Wavefield_TEST.cc.