Advanced Multi-Physics (AMP)
On-Line Documentation
OxideTimeIntegratorParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_OxideTimeIntegratorParameters
2#define included_AMP_OxideTimeIntegratorParameters
3
4#include "AMP/mesh/Mesh.h"
5#include "AMP/time_integrators/TimeIntegratorParameters.h"
6
7namespace AMP::TimeIntegrator {
8
9
14{
15public:
16 explicit OxideTimeIntegratorParameters( std::shared_ptr<AMP::Database> db );
17
18 // Surface mesh for the oxide calculation
19 std::shared_ptr<AMP::Mesh::Mesh> d_mesh;
20
21 // Temperature vector (K)
23
24 // Surface thickness (m)
25 double depth;
26};
27} // namespace AMP::TimeIntegrator
28
29#endif
std::shared_ptr< Vector > shared_ptr
Shorthand for shared pointer to Vector.
Definition Vector.h:60
This class contains the parmeters to create the problem for the oxide growth.
OxideTimeIntegratorParameters(std::shared_ptr< AMP::Database > db)
TimeIntegratorParameters is a base class for providing parameters for the TimeIntegrator's....
std::shared_ptr< AMP::TimeIntegrator::TimeIntegratorParameters > shared_ptr
Convience typedef.



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:41.
Comments on this page