NimbleSM
NimbleSM is a solid mechanics simulation code for dynamic systems
|
#include "nimble_contact_manager.h"
#include "nimble_contact_interface.h"
#include "nimble_data_manager.h"
#include "nimble_defs.h"
#include "nimble_exodus_output.h"
#include "nimble_genesis_mesh.h"
#include "nimble_macros.h"
#include "nimble_parser.h"
#include "nimble_utils.h"
#include "nimble_vector_communicator.h"
#include <algorithm>
#include <iostream>
#include <set>
#include <type_traits>
#include <utility>
Namespaces | |
namespace | nimble |
Functions | |
void | nimble::ParseContactCommand (std::string const &command, std::vector< std::string > &primary_block_names, std::vector< std::string > &secondary_block_names, double &penalty_parameter) |
std::shared_ptr< nimble::ContactManager > | nimble::GetContactManager (std::shared_ptr< ContactInterface > interface, nimble::DataManager &data_manager) |