![]() |
waves
Basic FE playground
|
#include "wNewton.h"
#include "wProblem.h"
#include "wMedium.h"
#include "wAssign.h"
#include "wFreestream.h"
#include "wWake.h"
#include "wKutta.h"
#include "wBlowing.h"
#include "wFpeLSFunction.h"
#include "wPotentialResidual.h"
#include "wFreestreamResidual.h"
#include "wWakeResidual.h"
#include "wKuttaResidual.h"
#include "wBlowingResidual.h"
#include "wMshData.h"
#include "wTag.h"
#include "wNode.h"
#include "wElement.h"
#include "wLinesearch.h"
#include "wLinearSolver.h"
#include <Eigen/Sparse>
#include <tbb/global_control.h>
#include <tbb/parallel_for_each.h>
#include <tbb/spin_mutex.h>
#include <iomanip>
#include <deque>
Macros | |
#define | ANSI_COLOR_RED "\x1b[1;31m" |
#define | ANSI_COLOR_GREEN "\x1b[1;32m" |
#define | ANSI_COLOR_YELLOW "\x1b[1;33m" |
#define | ANSI_COLOR_RESET "\x1b[0m" |
#define ANSI_COLOR_GREEN "\x1b[1;32m" |
#define ANSI_COLOR_RED "\x1b[1;31m" |
#define ANSI_COLOR_RESET "\x1b[0m" |
#define ANSI_COLOR_YELLOW "\x1b[1;33m" |