PolyFEM
Loading...
Searching...
No Matches
BCLagrangianForm.hpp File Reference
Include dependency graph for BCLagrangianForm.hpp:
This graph shows which files directly or indirectly include this file:

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"}})