#include <pprobdesc.h>
Public Member Functions | |
| pprobdesc (void) | |
| void | shift_indices () |
| ~pprobdesc (void) | |
Public Attributes | |
| long | fei |
| long | fni |
Definition at line 11 of file pprobdesc.h.
| pprobdesc | ( | void | ) |
Definition at line 7 of file pprobdesc.cpp.
| ~pprobdesc | ( | void | ) |
Definition at line 12 of file pprobdesc.cpp.
| void shift_indices | ( | ) |
function shifts indices of nodes
this function is used if results are observed in GiD
Definition at line 21 of file pprobdesc.cpp.
References fei, fni, Gtm, memset(), MPI_ANY_SOURCE, MPI_ANY_TAG, MPI_COMM_WORLD, MPI_LONG, MPI_Recv(), MPI_Send(), MPI_Status::MPI_TAG, Myrank, gtopology::ne, gtopology::nn, Nproc, Psolm, and stat.
Referenced by pmefel_init().
| long fei |
Definition at line 21 of file pprobdesc.h.
Referenced by par_solve_linear_statics(), par_solve_prob_constr_phases(), par_solve_timemech_prob(), par_solve_timemech_prob_old(), par_visco_solver_init(), and shift_indices().
| long fni |
Definition at line 19 of file pprobdesc.h.
Referenced by par_solve_linear_statics(), par_solve_prob_constr_phases(), par_solve_timemech_prob(), par_solve_timemech_prob_old(), par_visco_solver_init(), and shift_indices().
1.6.2