#include <ElementPhysicsModel.h>

Public Member Functions | |
| ElementPhysicsModel (std::shared_ptr< const ElementPhysicsModelParameters > params) | |
| virtual void | setDebugPrintInfoLevel (int print_level) |
| virtual | ~ElementPhysicsModel () |
Protected Attributes | |
| int | d_iDebugPrintInfoLevel |
An abstract base class for representing the physics (material) models in the finite element operators.
Definition at line 14 of file ElementPhysicsModel.h.
|
inlineexplicit |
Constructor.
Definition at line 20 of file ElementPhysicsModel.h.
References d_iDebugPrintInfoLevel.
|
inlinevirtual |
Destructor.
Definition at line 28 of file ElementPhysicsModel.h.
|
inlinevirtual |
Specify level of diagnostic information printed during iterations.
| [in] | print_level | zero prints none or minimal information, higher numbers provide increasingly verbose debugging information. |
Definition at line 36 of file ElementPhysicsModel.h.
References d_iDebugPrintInfoLevel.
|
protected |
Variable that controls the amount of diagnostic information that gets printed within this material model.
Definition at line 39 of file ElementPhysicsModel.h.
Referenced by ElementPhysicsModel(), and setDebugPrintInfoLevel().
|
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:44. Comments on this page |