Class FV_Diffusion

Class Documentation

class FV_Diffusion

Public Functions

FV_Diffusion(puma::Matrix<double> *T, puma::Matrix<double> *kMat, std::string sideBC, std::string solverType, char dir, double solverTol, int solverMaxIt, bool print, int numThreads)
FV_Diffusion(puma::Matrix<double> *T, puma::Matrix<double> *kMat, std::string sideBC, std::string solverType, char dir, double solverTol, int solverMaxIt, bool print, puma::Printer *printer, int numThreads)
~FV_Diffusion()
puma::Vec3<double> compute_DiffusionCoefficient()

Public Static Functions

static bool computeKMatrix(puma::Workspace *segWS, std::map<int, double> matCond, puma::Matrix<double> *kMat, int numThreads)