WARPXM v1.10.0
|
#include "dfem/tools/tools.h"
#include "dfem/variable_adjusters/variable_adjuster.h"
#include "dfem/variable_adjusters/limiter/ndg_moment_slope_limiter_base.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | wxm::dfem::variable_adjuster::limiter::ndg_tu_alibadi |
The ndg_tu_alibdi class applies limiters to a dataset This is my attempt at implementation of DG limiter presented by Tu and Alibadi for Warpxm It is the "2D Limiter" presented in "Nodal Discontinuous Galerki Methods" by by Hesthaven and Warbarton. More... | |
Namespaces | |
namespace | wxm |
Base namespace for everything not included in the global namespace. | |
namespace | wxm::dfem |
namespace | wxm::dfem::variable_adjuster |
namespace | wxm::dfem::variable_adjuster::limiter |