|
gf_workspace | workspace management |
|
gf_util | miscellanous utility functions |
|
gf_delete | destroy a getfem++ object (mesh, mesh fem, mesh im etc..) |
|
gf_cvstruct_get | retrieve informations from a cvstruct object |
|
gf_geotrans | define a geometric transformation |
|
gf_geotrans_get | retrieve informations from a geotrans object |
|
gf_mesh | creates a new mesh object |
|
gf_mesh_get | retrieve informations from a mesh object |
|
gf_mesh_set | modify a mesh object |
|
gf_eltm | define an elementary matrix |
|
gf_fem | define a fem |
|
gf_fem_get | retrieve informations from a fem object |
|
gf_integ | define a integration method |
|
gf_integ_get | retrieve informations from an integ object |
|
gf_mesh_fem | creates a new mesh fem object |
|
gf_mesh_fem_get | retrieve informations from a mesh fem object |
|
gf_mesh_fem_set | modify a mesh fem object |
|
gf_mesh_im | creates a new mesh im object (New in getfem 2.0) |
|
gf_mesh_im_get | retrieve informations from a mesh im object |
|
gf_mesh_im_set | modify a mesh im object |
|
gf_slice | create a new mesh slice object |
|
gf_slice_get | retrieve informations from a mesh slice object |
|
gf_slice_set | modify a mesh slice object |
|
gf_spmat | create a sparse matrix object (New in getfem 2.0) |
|
gf_spmat_get | perform computations with the sparse matrix |
|
gf_spmat_set | modify the sparse matrix |
|
gf_precond | create a preconditioner object (New in getfem 2.0) |
|
gf_precond_get | perform computations with the preconditioner |
|
gf_linsolve | interface to various linear solvers provided by getfem (SuperLU, conjugated gradient etc.) (New in getfem 2.0) |
|
gf_asm | assembly routines |
|
gf_solve | various solvers for usual PDEs (obsoleted by the mdbrick objects) |
|
gf_compute | computations involving the solution of a PDE (norm, derivative, etc..) |
|
gf_mdbrick | create a "model brick" (New in getfem 2.0) |
|
gf_mdbrick_get | retrieve information from a mdbrick object. |
|
gf_mdbrick_set | modify a mdbrick object. |
|
gf_mdstate | create a "model state" (New in getfem 2.0) |
|
gf_mdstate_get | retrieve information from a mdstate object. |
|
gf_mdstate_set | modify a mdstate object. |
|
gf_plot_mesh | plotting of mesh |
|
gf_plot | plotting of 2D and 3D fields |
|
gf_plot_1D | plotting of 1D fields |
|
gf_plot_slice | plotting of a mesh slice |
|
|