
Go to the source code of this file.
Functions | |
| bool | TRAIL_RemeshInitFluSurfData (GEM_Partition &gp) |
| bool | TRAIL_RemeshInitFluSurfData (GEM_DomainBoundary &db, int src_index=0) |
| bool | TRAIL_RemeshInitFluVolData (GEM_Partition &gp, int src_index=0) |
| bool | TRAIL_RemeshWrite (GEM_Partition &gp, const std::string &path, double t=0.0, MPI_Comm comm=MPI_COMM_NULL, bool=false) |
| void | TRAIL_RemeshRunDirSetup (const std::string &path, double t, MPI_Comm comm, bool shuffle=false) |
| void | TRAIL_RemeshShutdown (MPI_Comm comm) |
| void | TRAIL_RemeshShuffle (const std::string &solver, double t=0, bool debug=false) |
| bool | TRAIL_RemeshWrite (GEM_Partition &gp, const std::string &solver, const std::string &source_directory, const std::string &target_directory, double t, MPI_Comm comm, bool surftrans, bool restartshuffle) |
| bool TRAIL_RemeshInitFluSurfData | ( | GEM_Partition & | gp | ) |
Definition at line 108 of file RemeshFunctions.C.
References GEM_Partition::_db, n, TRAIL_FluInitSurfSoln(), and TRAIL_RemeshInitFluSurfData().
Referenced by TRAIL_RemeshInitFluSurfData(), and TRAIL_RemeshWrite().


| bool TRAIL_RemeshInitFluSurfData | ( | GEM_DomainBoundary & | db, |
| int | src_index = 0 |
||
| ) |
Definition at line 121 of file RemeshFunctions.C.
References GEM_DomainBoundary::_data, GEM_DomainBoundary::_debug, GEM_UserData::_field_data, GEM_UserData::_int_data, GEM_DomainBoundary::_out, GEM_DomainBoundary::_quadconn, GEM_DomainBoundary::_solver_data, GEM_UserData::_stride_field, GEM_UserData::_stride_int, GEM_DomainBoundary::_triconn, and GEM_DomainBoundary::NNodes().

| bool TRAIL_RemeshInitFluVolData | ( | GEM_Partition & | gp, |
| int | src_index = 0 |
||
| ) |
Definition at line 248 of file RemeshFunctions.C.
References GEM_Partition::_data, GEM_UserData::_field_data, GEM_Partition::_hexconn, GEM_Partition::_nc, GEM_Partition::_prisconn, GEM_Partition::_pyrconn, GEM_Partition::_solver_data, GEM_UserData::_stride_field, GEM_Partition::_tetconn, and TRAIL_FluInitVolSoln().
Referenced by TRAIL_RemeshWrite().


| void TRAIL_RemeshRunDirSetup | ( | const std::string & | path, |
| double | t, | ||
| MPI_Comm | comm, | ||
| bool | shuffle = false |
||
| ) |
Definition at line 56 of file RemeshFunctions.C.
References rank, and TRAIL_CWD().

| void TRAIL_RemeshShuffle | ( | const std::string & | solver, |
| double | t = 0, |
||
| bool | debug = false |
||
| ) |
Definition at line 403 of file RemeshFunctions.C.
References ResolveLink(), and TRAIL_TimeString().

| void TRAIL_RemeshShutdown | ( | MPI_Comm | comm | ) |
Definition at line 102 of file RemeshFunctions.C.
| bool TRAIL_RemeshWrite | ( | GEM_Partition & | gp, |
| const std::string & | path, | ||
| double | t = 0.0, |
||
| MPI_Comm | comm = MPI_COMM_NULL, |
||
| bool | = false |
||
| ) |
| bool TRAIL_RemeshWrite | ( | GEM_Partition & | gp, |
| const std::string & | solver, | ||
| const std::string & | source_directory, | ||
| const std::string & | target_directory, | ||
| double | t, | ||
| MPI_Comm | comm, | ||
| bool | surftrans, | ||
| bool | restartshuffle | ||
| ) |
Definition at line 795 of file RemeshFunctions.C.
References GEM_Partition::_debug, GEM_Partition::_npart, GEM_Partition::_out, COM_delete_window(), COM_new_window(), COM_set_profiling(), GEM_Partition::DestroyWindows(), GEM_Partition::InitRoccomWindows(), MPI_COMM_WORLD, rank, test(), TRAIL_CD(), TRAIL_CreateDirectory(), TRAIL_CWD(), TRAIL_FILEEXISTS(), TRAIL_FluCopyCaseFiles(), TRAIL_FluInitSolver(), TRAIL_FluPopRemBordIndFILE(), TRAIL_FluRegisterSurfMesh(), TRAIL_FluRegisterSurfSoln(), TRAIL_FluRegisterVolSoln(), TRAIL_FluWriteNative(), TRAIL_ISDIR(), TRAIL_ISLINK(), TRAIL_RemeshAutoSurfer(), TRAIL_RemeshInitFluSurfData(), TRAIL_RemeshInitFluVolData(), TRAIL_SafeRemove(), TRAIL_TimeString(), GEM_Partition::WindowInitDone(), and GEM_Partition::WriteRocstar().
