Advanced Multi-Physics (AMP)
On-Line Documentation
ElementPhysicsModel.h
Go to the documentation of this file.
1#ifndef included_AMP_ElementPhysicsModel
2#define included_AMP_ElementPhysicsModel
3
4#include "AMP/operators/ElementPhysicsModelParameters.h"
5#include <memory>
6
7
8namespace AMP::Operator {
9
15{
16public:
20 explicit ElementPhysicsModel( std::shared_ptr<const ElementPhysicsModelParameters> params )
21 {
22 d_iDebugPrintInfoLevel = params->d_db->getWithDefault<int>( "print_info_level", 0 );
23 }
24
29
36 virtual void setDebugPrintInfoLevel( int print_level ) { d_iDebugPrintInfoLevel = print_level; }
37
38protected:
42};
43} // namespace AMP::Operator
44
45#endif
ElementPhysicsModel(std::shared_ptr< const ElementPhysicsModelParameters > params)
virtual void setDebugPrintInfoLevel(int print_level)



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