|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Specifies interface for evaluating weak form residuals and their gradients. More...
#include <vector>#include <string>#include <memory>#include "smith/physics/common.hpp"#include "smith/physics/field_types.hpp"

Go to the source code of this file.
Classes | |
| class | smith::WeakForm |
| Abstract WeakForm class. More... | |
Namespaces | |
| smith | |
| Accelerator functionality. | |
Typedefs | |
| using | smith::QuadratureField = double |
| This is a placeholder for quadrature fields. | |
| using | smith::QuadratureFieldPtr = double * |
| This is a placeholder for quadrature field pointers. | |
| using | smith::ConstQuadratureFieldPtr = const double * |
| This is a placeholder for quadrature field pointers. | |
Specifies interface for evaluating weak form residuals and their gradients.
Definition in file weak_form.hpp.