#include <stdlib.h>
#include <stdio.h>
#include <vector>
#include "NonSmoothSteepestDescent.hpp"
#include "MeshSet.hpp"
#include "MsqTimer.hpp"
Go to the source code of this file.