|
PolyFEM
|
#include "AugmentedLagrangianForm.hpp"#include <polyfem/assembler/RhsAssembler.hpp>#include <polyfem/mesh/Obstacle.hpp>#include <polyfem/mesh/LocalBoundary.hpp>#include <polyfem/utils/JSONUtils.hpp>Go to the source code of this file.
Classes | |
| class | polyfem::solver::BCLagrangianForm |
| Form of the augmented lagrangian for bc constraints. More... | |
Namespaces | |
| namespace | polyfem |
| namespace | polyfem::solver |
Enumerations | |
| enum class | polyfem::solver::BCLumpingMode { polyfem::solver::ROW_SUM , polyfem::solver::HRZ } |
| Lumping mode for the mass metric of the BC penalty. More... | |
Functions | |
| polyfem::solver::NLOHMANN_JSON_SERIALIZE_ENUM (BCLumpingMode, {{BCLumpingMode::ROW_SUM, "row_sum"}, {BCLumpingMode::HRZ, "hrz"}}) | |