OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
nmstatus.h File Reference

Go to the source code of this file.

Namespaces

 oofem
 the oofem namespace is to define a context or scope in which all oofem names are defined.
 

Macros

#define NM_None   0
 
#define NM_Success   ( 1L << 1 )
 Numerical method exited with success. More...
 
#define NM_NoSuccess   ( 1L << 2 )
 Numerical method failed to solve problem. More...
 
#define NM_KeepTangent   ( 1L << 3 )
 Don't assemble new tangent, but use previous. More...
 
#define NM_ForceRestart   ( 1L << 4 )
 

Typedefs

typedef unsigned long oofem::NM_Status
 Mask defining NumMetod Status; which can be asked after finishing computation by Numerical Method. More...
 

Macro Definition Documentation

#define NM_ForceRestart   ( 1L << 4 )

Definition at line 50 of file nmstatus.h.

#define NM_KeepTangent   ( 1L << 3 )

Don't assemble new tangent, but use previous.

Definition at line 49 of file nmstatus.h.


This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:33 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011