56                                 {
   57 
   59 
   60  try {
   61 
   62    enum materials { HOOKE, NEOHOOKEAN, LASTOP };
   63 
   64    const char *materials_list[] = {"HOOKE", "NEOHOOKEAN"};
   65 
   66    PetscBool flg_test_mat;
   67    PetscInt choise_value = HOOKE;
   69                                LASTOP, &choise_value, &flg_test_mat);
   70 
   71    moab::Core mb_instance;
   72    moab::Interface &moab = mb_instance;
   73    int rank;
   74    MPI_Comm_rank(PETSC_COMM_WORLD, &rank);
   75 
   76    PetscBool flg = PETSC_TRUE;
   80 
   81    const char *option;
   82    option = ""; 
   84 
   87 
   88    
   90    bit_level0.set(0);
   92        0, 3, bit_level0);
   93 
   94    
   96                             3);
   97    
   99    
  102                              &flg);
  103    if (flg != PETSC_TRUE) {
  105    }
  110 
  111    
  113 
  114    
  115    double scale_positions = 2;
  116    {
  118      double coords[3];
  120                                                dof_ptr)) {
  121        if (dof_ptr->get()->getEntType() != MBVERTEX)
  122          continue;
  124        int dof_rank = dof_ptr->get()->getDofCoeffIdx();
  125        double &fval = dof_ptr->get()->getFieldData();
  126        if (node != ent) {
  127          CHKERR moab.get_coords(&ent, 1, coords);
 
  128          node = ent;
  129        }
  130        fval = scale_positions * coords[dof_rank];
  131      }
  132    }
  133 
  135 
  138                               FunctionsToCalculatePiolaKirchhoffI<
double>>(),
 
  140                               FunctionsToCalculatePiolaKirchhoffI<
adouble>>());
 
  141    elastic.commonData.spatialPositions = "SPATIAL_POSITION";
  142    elastic.commonData.meshPositions = "MESH_NODE_POSITIONS";
  143 
  144    CHKERR elastic.addElement(
"ELASTIC", 
"SPATIAL_POSITION");
 
  145 
  146    
  148    
  150 
  151    
  153    
  155                                                    bit_level0);
  156    
  158                                                     "ELASTIC");
  159 
  162    
  164    
  168 
  169    
  170    {
  171      elastic.getLoopFeRhs().getOpPtrVector().push_back(
  173              "SPATIAL_POSITION", elastic.commonData));
  174      const int tag0 = 1;
  175      const int tag1 = 2;
  176      std::map<int, NonlinearElasticElement::BlockData>::iterator sit =
  177          elastic.setOfBlocks.begin();
  178      for (; sit != elastic.setOfBlocks.end(); sit++) {
  179        elastic.getLoopFeRhs().getOpPtrVector().push_back(
  181                "SPATIAL_POSITION", sit->second, elastic.commonData, tag0,
  182                false, false, false));
  183        elastic.getLoopFeRhs().getOpPtrVector().push_back(
  185                "SPATIAL_POSITION", sit->second, elastic.commonData, tag1, true,
  186                false, false, false));
  187      }
  188      
  189      elastic.getLoopFeRhs().getOpPtrVector().push_back(
  190          new OpCheck(elastic.commonData));
 
  191 
  193                                          elastic.getLoopFeRhs());
  194    }
  195 
  196    
  197    if (flg_test_mat == PETSC_TRUE) {
  198      PetscPrintf(PETSC_COMM_WORLD, "Testing %s\n",
  199                  materials_list[choise_value]);
  200      std::map<int, NonlinearElasticElement::BlockData>::iterator sit =
  201          elastic.setOfBlocks.begin();
  202      for (; sit != elastic.setOfBlocks.end(); sit++) {
  203        switch (choise_value) {
  204        case HOOKE:
  205          sit->second.materialDoublePtr = boost::make_shared<Hooke<double>>();
  206          sit->second.materialAdoublePtr = boost::make_shared<Hooke<adouble>>();
  207          break;
  208        case NEOHOOKEAN:
  209          sit->second.materialDoublePtr =
  210              boost::make_shared<NeoHookean<double>>();
  211          sit->second.materialAdoublePtr =
  212              boost::make_shared<NeoHookean<adouble>>();
  213        }
  214      }
  215    }
  216  }
  218 
  220 
  221  return 0;
  222}
#define CATCH_ERRORS
Catch errors.
@ AINSWORTH_LEGENDRE_BASE
Ainsworth Cole (Legendre) approx. base .
#define CHKERR
Inline error check.
#define _IT_GET_DOFS_FIELD_BY_NAME_FOR_LOOP_(MFIELD, NAME, IT)
virtual MoFEMErrorCode build_finite_elements(int verb=DEFAULT_VERBOSITY)=0
Build finite elements.
virtual MoFEMErrorCode build_fields(int verb=DEFAULT_VERBOSITY)=0
virtual MoFEMErrorCode set_field_order(const EntityHandle meshset, const EntityType type, const std::string &name, const ApproximationOrder order, int verb=DEFAULT_VERBOSITY)=0
Set order approximation of the entities in the field.
virtual MoFEMErrorCode add_ents_to_field_by_type(const Range &ents, const EntityType type, const std::string &name, int verb=DEFAULT_VERBOSITY)=0
Add entities to field meshset.
virtual MoFEMErrorCode loop_finite_elements(const std::string problem_name, const std::string &fe_name, FEMethod &method, boost::shared_ptr< NumeredEntFiniteElement_multiIndex > fe_ptr=nullptr, MoFEMTypes bh=MF_EXIST, CacheTupleWeakPtr cache_ptr=CacheTupleSharedPtr(), int verb=DEFAULT_VERBOSITY)=0
Make a loop over finite elements.
MoFEMErrorCode partitionGhostDofs(const std::string name, int verb=VERBOSE)
determine ghost nodes
MoFEMErrorCode buildProblem(const std::string name, const bool square_matrix, int verb=VERBOSE)
build problem data structures
MoFEMErrorCode partitionProblem(const std::string name, int verb=VERBOSE)
partition problem dofs (collective)
MoFEMErrorCode partitionFiniteElements(const std::string name, bool part_from_moab=false, int low_proc=-1, int hi_proc=-1, int verb=VERBOSE)
partition finite elements
virtual MoFEMErrorCode add_problem(const std::string &name, enum MoFEMTypes bh=MF_EXCL, int verb=DEFAULT_VERBOSITY)=0
Add problem.
virtual MoFEMErrorCode modify_problem_ref_level_add_bit(const std::string &name_problem, const BitRefLevel &bit)=0
add ref level to problem
virtual MoFEMErrorCode modify_problem_add_finite_element(const std::string name_problem, const std::string &fe_name)=0
add finite element to problem, this add entities assigned to finite element to a particular problem
std::bitset< BITREFLEVEL_SIZE > BitRefLevel
Bit structure attached to each entity identifying to what mesh entity is attached.
PetscErrorCode PetscOptionsGetInt(PetscOptions *, const char pre[], const char name[], PetscInt *ivalue, PetscBool *set)
PetscErrorCode PetscOptionsGetEList(PetscOptions *, const char pre[], const char name[], const char *const *list, PetscInt next, PetscInt *value, PetscBool *set)
PetscErrorCode PetscOptionsGetString(PetscOptions *, const char pre[], const char name[], char str[], size_t size, PetscBool *set)
virtual MoFEMErrorCode build_adjacencies(const Range &ents, int verb=DEFAULT_VERBOSITY)=0
build adjacencies
virtual MoFEMErrorCode add_field(const std::string name, const FieldSpace space, const FieldApproximationBase base, const FieldCoefficientsNumber nb_of_coefficients, const TagType tag_type=MB_TAG_SPARSE, const enum MoFEMTypes bh=MF_EXCL, int verb=DEFAULT_VERBOSITY)=0
Add field.
static MoFEMErrorCode Initialize(int *argc, char ***args, const char file[], const char help[])
Initializes the MoFEM database PETSc, MOAB and MPI.
static MoFEMErrorCode Finalize()
Checks for options to be called at the conclusion of the program.
Deprecated interface functions.
Problem manager is used to build and partition problems.
MoFEMErrorCode getInterface(IFACE *&iface) const
Get interface reference to pointer of interface.
Calculate explicit derivative of free energy.
Operator performs automatic differentiation.
structure grouping operators and data used for calculation of nonlinear elastic element