Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
| [Run program] More...
|
|
◆ PostProcFaceEle
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
[Run program]
[Main]
Definition at line 258 of file poisson_2d_homogeneous.cpp.
258 {
259
260
263
264
265 try {
266
267 DMType dm_name = "DMMOFEM";
269
270
271 moab::Core mb_instance;
272 moab::Interface &moab = mb_instance;
273
274
277
278
280 CHKERR poisson_problem.runProgram();
281 }
283
284
286
287 return 0;
288}
#define CATCH_ERRORS
Catch errors.
#define CHKERR
Inline error check.
PetscErrorCode DMRegister_MoFEM(const char sname[])
Register MoFEM problem.
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.
Deprecated interface functions.
◆ field_name
constexpr auto field_name = "U" |
|
constexpr |
- Examples
- ContactOps.hpp, EshelbianPlasticity.cpp, NavierStokesElement.hpp, PlasticOpsGeneric.hpp, PoissonDiscontinousGalerkin.hpp, PoissonOperators.hpp, Remodeling.hpp, SmallStrainPlasticity.hpp, ThermoElasticOps.hpp, UnsaturatedFlow.hpp, approx_sphere.cpp, dm_partitioned_no_field.cpp, field_to_vertices.cpp, forces_and_sources_testing_edge_element.cpp, free_surface.cpp, hello_world.cpp, level_set.cpp, mortar_contact_thermal.cpp, plate.cpp, poisson_2d_homogeneous.cpp, poisson_2d_homogeneous.hpp, shallow_wave.cpp, simple_contact_thermal.cpp, simple_interface.cpp, and test_cache_on_entities.cpp.
Definition at line 13 of file poisson_2d_homogeneous.cpp.
◆ help
◆ SPACE_DIM