#include "AMP/mesh/Mesh.h"#include "AMP/operators/Operator.h"#include "AMP/vectors/Vector.h"#include <string>#include <tuple>
Go to the source code of this file.
Namespaces | |
| namespace | AMP |
| namespace | AMP::applications |
Functions | |
| std::tuple< std::shared_ptr< AMP::Operator::Operator >, std::shared_ptr< AMP::LinearAlgebra::Vector > > | AMP::applications::createThermalOperatorsFE (std::shared_ptr< AMP::Mesh::Mesh > mesh, std::shared_ptr< const AMP::Database > input_db) |
| std::shared_ptr< AMP::LinearAlgebra::Vector > | AMP::applications::integrateSourceVector (std::shared_ptr< AMP::Mesh::Mesh > mesh, std::shared_ptr< const AMP::LinearAlgebra::Vector > src, std::string srcName="", std::string dstName="") |
| std::tuple< std::shared_ptr< AMP::LinearAlgebra::Vector >, std::shared_ptr< AMP::Operator::Operator > > | AMP::applications::solveTemperature (std::shared_ptr< AMP::Mesh::Mesh > mesh, std::shared_ptr< const AMP::LinearAlgebra::Vector > rhs, std::shared_ptr< const AMP::Database > arguments, std::shared_ptr< const AMP::LinearAlgebra::Vector > initialGuess=nullptr) |
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:41. Comments on this page |