preCICE v3.1.2
|
#include <Eigen/Core>
#include <algorithm>
#include <deque>
#include <fstream>
#include <map>
#include <sstream>
#include <string>
#include <vector>
#include "acceleration/Acceleration.hpp"
#include "acceleration/impl/QRFactorization.hpp"
#include "acceleration/impl/SharedPointer.hpp"
#include "logging/Logger.hpp"
Go to the source code of this file.
Classes | |
class | precice::acceleration::BaseQNAcceleration |
Base Class for quasi-Newton acceleration schemes. More... | |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::io |
provides Import and Export of the coupling mesh and data. | |
namespace | precice::acceleration |
contains implementations of acceleration schemes. | |