v0.16.0
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
storakers_stress_to_stretch_atom.cpp File Reference
#include <MoFEM.hpp>

Go to the source code of this file.

Namespaces

namespace  EshelbianPlasticity
 

Functions

MoFEMErrorCode EshelbianPlasticity::testHMHStorakersStressToStretch ()
 
int main (int argc, char *argv[])
 

Variables

static char help []
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 24 of file storakers_stress_to_stretch_atom.cpp.

24 {
25 MoFEM::Core::Initialize(&argc, &argv, (char *)0, help);
26
27 auto core_log = logging::core::get();
28 core_log->add_sink(LogManager::createSink(LogManager::getStrmSelf(), "EP"));
30 MOFEM_LOG_TAG("EP", "storakers_stress_to_stretch_atom");
31
32 try {
34 }
36
38 return 0;
39}
#define CATCH_ERRORS
Catch errors.
#define CHKERR
Inline error check.
static LoggerType & setLog(const std::string channel)
Set ans resset chanel logger.
#define MOFEM_LOG_TAG(channel, tag)
Tag channel.
MoFEMErrorCode testHMHStorakersStressToStretch()
static char help[]
static MoFEMErrorCode Initialize(int *argc, char ***args, const char file[], const char help[])
Initializes the MoFEM database PETSc, MOAB and MPI.
Definition Core.cpp:68
static MoFEMErrorCode Finalize()
Checks for options to be called at the conclusion of the program.
Definition Core.cpp:123
static boost::shared_ptr< SinkType > createSink(boost::shared_ptr< std::ostream > stream_ptr, std::string comm_filter)
Create a sink object.
static boost::shared_ptr< std::ostream > getStrmSelf()
Get the strm self object.

Variable Documentation

◆ help

char help[]
static
Initial value:
=
"Validate Storakers stress-to-stretch inversion and compliance.\n"
"Options:\n"
" -storakers_atom_fd_step <real>\n"
" -storakers_atom_stretch_tol <real>\n"
" -storakers_atom_compliance_tol <real>\n"
" -storakers_atom_solver_tol <real>\n"
"Reproduction options:\n"
" -storakers_atom_eta <real>\n"
" -storakers_atom_mu <real>\n"
" -storakers_atom_beta <real>\n"
" -storakers_atom_q <real>\n"
" -storakers_atom_initial_y <real>\n"
" -storakers_atom_biot_stress <s00,s01,s02,s11,s12,s22>\n"

Definition at line 9 of file storakers_stress_to_stretch_atom.cpp.