|
Continuum Membrane 719025a62b1e384a6ff80e2f2a223ef4012153dc
|
Contains the Model class, which encapsulates a mesh and a record object. More...
#include <ctime>#include <random>#include "linalg/Linear_algebra.hpp"#include "mesh/Mesh.hpp"#include "model/Model.hpp"#include "model/Record.hpp"#include "Parameters.hpp"#include "energy_force/Force.hpp"Go to the source code of this file.
Classes | |
| class | OptimizationAlgorithm |
| A class that defines an optimization algorithm and its settings. This class defines the settings for an optimization algorithm, including whether to use nonlinear conjugate gradient (NCG), whether NCG has gotten stuck and cannot further minimize, and whether to use R-pi adaptive method for regularization energy. These settings can be accessed and modified using the public member variables of the class. More... | |
| class | Model |
| The Model class encapsulates a Mesh and a Record object. More... | |
| struct | Model::ThermalFluctuationRecord |
Contains the Model class, which encapsulates a mesh and a record object.