#include <stdlib.h>
#include <BasicFiniteElements.hpp>
#include <RDOperators.hpp>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 776 of file mixed_reac_diff.cpp.
776 {
779 try {
780 moab::Core mb_instance;
781 moab::Interface &moab = mb_instance;
783 DMType dm_name = "DMMOFEM";
785
788 int nb_species = 1;
790 CHKERR reac_diff_problem.run_analysis(nb_species);
791 }
794 return 0;
795}
#define CATCH_ERRORS
Catch errors.
#define CHKERR
Inline error check.
PetscErrorCode DMRegister_MoFEM(const char sname[])
Register MoFEM problem.
PetscErrorCode PetscOptionsGetInt(PetscOptions *, const char pre[], const char name[], PetscInt *ivalue, PetscBool *set)
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.
◆ help
◆ ramp_t
◆ sml