waves
Basic FE playground
wAdjoint.cpp File Reference
#include "wAdjoint.h"
#include "wProblem.h"
#include "wMedium.h"
#include "wFreestream.h"
#include "wWake.h"
#include "wKutta.h"
#include "wBoundary.h"
#include "wNewton.h"
#include "wPotentialResidual.h"
#include "wFreestreamResidual.h"
#include "wWakeResidual.h"
#include "wKuttaResidual.h"
#include "wLoadFunctional.h"
#include "wMshData.h"
#include "wNode.h"
#include "wElement.h"
#include "wLinearSolver.h"
#include "wMshDeform.h"
#include "wResults.h"
#include "wMshExport.h"
#include <Eigen/Sparse>
#include <tbb/global_control.h>
#include <tbb/parallel_for_each.h>
#include <tbb/spin_mutex.h>
#include <iomanip>
#include <deque>
Include dependency graph for wAdjoint.cpp:

Macros

#define ANSI_COLOR_YELLOW   "\x1b[1;33m"
 
#define ANSI_COLOR_RESET   "\x1b[0m"
 

Macro Definition Documentation

◆ ANSI_COLOR_RESET

#define ANSI_COLOR_RESET   "\x1b[0m"

◆ ANSI_COLOR_YELLOW

#define ANSI_COLOR_YELLOW   "\x1b[1;33m"