NimbleSM
NimbleSM is a solid mechanics simulation code for dynamic systems
Loading...
Searching...
No Matches
nimble::CommandLineConfiguration::impl Struct Reference

Public Attributes

CLI::App cli_app_ {"A Lagrangian finite-element code for solid mechanics."}
 
int argc_ = 0
 
char ** argv_ = nullptr
 
bool use_tpetra_ = false
 
bool use_vt_ = false
 
bool use_uq_ = false
 
std::string input_filename_
 

Member Data Documentation

◆ argc_

int nimble::CommandLineConfiguration::impl::argc_ = 0

◆ argv_

char** nimble::CommandLineConfiguration::impl::argv_ = nullptr

◆ cli_app_

CLI::App nimble::CommandLineConfiguration::impl::cli_app_ {"A Lagrangian finite-element code for solid mechanics."}
54{"A Lagrangian finite-element code for solid mechanics."};

◆ input_filename_

std::string nimble::CommandLineConfiguration::impl::input_filename_

◆ use_tpetra_

bool nimble::CommandLineConfiguration::impl::use_tpetra_ = false

◆ use_uq_

bool nimble::CommandLineConfiguration::impl::use_uq_ = false

◆ use_vt_

bool nimble::CommandLineConfiguration::impl::use_vt_ = false

The documentation for this struct was generated from the following file: