Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Classes | Namespaces
differentiable_physics.hpp File Reference

Implementation of BasePhysics which uses FieldStates and gretl to track the computational graph, dynamically checkpoint, and backpropagate sensitivities. More...

#include "gretl/data_store.hpp"
#include "smith/physics/base_physics.hpp"
#include "smith/differentiable_numerics/field_state.hpp"
#include <vector>
#include <map>
Include dependency graph for differentiable_physics.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  smith::DifferentiablePhysics
 Implementation of BasePhysics which uses FieldStates and gretl to track the computational graph, dynamically checkpoint, and back-propagate sensitivities. More...
 

Namespaces

 smith
 Accelerator functionality.
 

Detailed Description

Implementation of BasePhysics which uses FieldStates and gretl to track the computational graph, dynamically checkpoint, and backpropagate sensitivities.

Definition in file differentiable_physics.hpp.