![]() |
waves
Basic FE playground
|
#include "wSolver.h"
#include "wTimer.h"
#include "wProblem.h"
#include "wMedium.h"
#include "wuDirichlet.h"
#include "wuNeumann.h"
#include "wTDirichlet.h"
#include "wTNeumann.h"
#include "wTSource.h"
#include "wMSurface.h"
#include "wThermoMecaTerm.h"
#include "wTag.h"
#include "wMshData.h"
#include "wElement.h"
#include "wNode.h"
#include "wANSYSSolution.h"
#include <map>
#include <math.h>
#include "wResults.h"
#include "wMshExport.h"
#include "wLinearSolver.h"
#include <Eigen/Sparse>
#include <deque>
#include <tbb/global_control.h>
#include <tbb/parallel_for_each.h>
#include <tbb/spin_mutex.h>
#include <cstring>
#include <sstream>
#include <iostream>