waves
Basic FE playground
wPicard.cpp File Reference
#include "wPicard.h"
#include "wProblem.h"
#include "wMedium.h"
#include "wAssign.h"
#include "wFreestream.h"
#include "wWake.h"
#include "wKutta.h"
#include "wBlowing.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 "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>
Include dependency graph for wPicard.cpp:

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"
 

Macro Definition Documentation

◆ ANSI_COLOR_GREEN

#define ANSI_COLOR_GREEN   "\x1b[1;32m"

◆ ANSI_COLOR_RED

#define ANSI_COLOR_RED   "\x1b[1;31m"

◆ ANSI_COLOR_RESET

#define ANSI_COLOR_RESET   "\x1b[0m"

◆ ANSI_COLOR_YELLOW

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