|
PolyFEM
|
#include <polyfem/varforms/VarFormFactory.hpp>#include <polyfem/assembler/AssemblerUtils.hpp>#include <polyfem/varforms/BilaplacianVarForm.hpp>#include <polyfem/varforms/FluidVarForm.hpp>#include <polyfem/varforms/IncompressibleElasticVarForm.hpp>#include <polyfem/varforms/LinearElasticVarForm.hpp>#include <polyfem/varforms/NonlinearElasticVarForm.hpp>#include <polyfem/varforms/ScalarVarForm.hpp>Go to the source code of this file.
Namespaces | |
| namespace | polyfem |
| namespace | polyfem::varform |
Functions | |
| std::string | polyfem::varform::formulation_from_args (const json &args) |
| Extracts the formulation type from the given JSON arguments. | |
| bool | polyfem::varform::uses_varform_state (json args) |
| Checks if the given JSON arguments use a VarForm state. | |