MFEM v4.7.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
void | GetInterdomainBoundaryPoints (FindPointsGSLIB &finder1, FindPointsGSLIB &finder2, Vector &mesh_nodes_1, Vector &mesh_nodes_2, Array< int > ess_tdof_list1, Array< int > ess_tdof_list2, Array< int > &ess_tdof_list1_int, Array< int > &ess_tdof_list2_int, const int dim) |
int | main (int argc, char *argv[]) |
void GetInterdomainBoundaryPoints | ( | FindPointsGSLIB & | finder1, |
FindPointsGSLIB & | finder2, | ||
Vector & | mesh_nodes_1, | ||
Vector & | mesh_nodes_2, | ||
Array< int > | ess_tdof_list1, | ||
Array< int > | ess_tdof_list2, | ||
Array< int > & | ess_tdof_list1_int, | ||
Array< int > & | ess_tdof_list2_int, | ||
const int | dim ) |
Definition at line 342 of file schwarz_ex1.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 50 of file schwarz_ex1.cpp.