#include <stdlib.h>
#include <BasicFiniteElements.hpp>
#include <EP_Operators.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 506 of file electro_physio.cpp.
506 {
509
510
511
512
513
514
515
516
517
518
519
520 try {
521 moab::Core mb_instance;
522 moab::Interface &moab = mb_instance;
524 DMType dm_name = "DMMOFEM";
526
530 CHKERR electro_physio_problem.run_analysis();
531 }
534 return 0;
535}
#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
◆ init_s
◆ init_u
◆ init_v
◆ init_w