getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Fri, 15 Feb 2019 08:31:46 -0500 (EST)

branch: fixmisspell
commit 9ebd68b750c47a678262d15f48572fba36640082
Merge: cf36151 18eb0d6
Author: Tetsuo Koyama <address@hidden>
Date:   Fri Feb 15 22:31:24 2019 +0900

    Merge branch 'fixmisspell' of ssh://git.sv.gnu.org:/srv/git/getfem into 
fixmisspell

 .gitignore                                         |    4 +
 configure.ac                                       |   14 +-
 doc/sphinx/source/about.rst                        |    4 +-
 doc/sphinx/source/biblio.rst                       |   16 +-
 doc/sphinx/source/bugs.rst                         |   12 +-
 doc/sphinx/source/conf.py                          |    3 +
 doc/sphinx/source/copyright.rst                    |    2 +-
 doc/sphinx/source/glossary.rst                     |    4 +-
 doc/sphinx/source/gmm/blas.rst                     |    8 +-
 doc/sphinx/source/gmm/blas_interface.rst           |  170 +-
 doc/sphinx/source/gmm/catch.rst                    |   16 +-
 doc/sphinx/source/gmm/denseqr.rst                  |    8 +-
 doc/sphinx/source/gmm/first-step.rst               |    8 +-
 doc/sphinx/source/gmm/index.rst                    |    2 +-
 doc/sphinx/source/gmm/inside.rst                   |   56 +-
 doc/sphinx/source/gmm/install.rst                  |    4 +-
 doc/sphinx/source/gmm/iter.rst                     |   20 +-
 doc/sphinx/source/gmm/matrix.rst                   |    6 +-
 doc/sphinx/source/gmm/sub-matrix.rst               |    8 +-
 doc/sphinx/source/gmm/triangular.rst               |    2 +-
 doc/sphinx/source/install/install_linux.rst        |    2 +-
 doc/sphinx/source/install/install_mac.rst          |    4 +-
 doc/sphinx/source/install/install_windows.rst      |   12 +-
 doc/sphinx/source/links.rst                        |   10 +-
 doc/sphinx/source/lists.rst                        |    2 +-
 doc/sphinx/source/matlab/examples.rst              |  142 +-
 doc/sphinx/source/matlab/install.rst               |    2 +-
 doc/sphinx/source/matlab/mlabgf.rst                |    4 +-
 doc/sphinx/source/matlab/oocmd.rst                 |    2 +-
 doc/sphinx/source/matlab/plotcmdref.rst            |   46 +-
 doc/sphinx/source/project/contribute.rst           |    4 +-
 doc/sphinx/source/project/femdesc.rst              |   32 +-
 doc/sphinx/source/project/intro.rst                |   20 +-
 doc/sphinx/source/project/libdesc.rst              |    2 +-
 doc/sphinx/source/project/libdesc_cont.rst         |    4 +-
 doc/sphinx/source/project/libdesc_fem.rst          |    2 +-
 .../source/project/libdesc_high_gen_assemb.rst     |   18 +-
 doc/sphinx/source/project/libdesc_im.rst           |    6 +-
 doc/sphinx/source/project/libdesc_interface.rst    |   70 +-
 doc/sphinx/source/project/libdesc_mesh.rst         |    2 +-
 doc/sphinx/source/project/libdesc_model.rst        |    2 +-
 doc/sphinx/source/python/examples.rst              |  186 +-
 doc/sphinx/source/python/howtos.rst                |    2 +-
 doc/sphinx/source/python/intro.rst                 |    6 +-
 doc/sphinx/source/scilab/install.rst               |    2 +-
 doc/sphinx/source/scilab/intro.rst                 |    6 +-
 doc/sphinx/source/scilab/plotcmdref.rst            |   46 +-
 doc/sphinx/source/scilab/scilabgf.rst              |    4 +-
 doc/sphinx/source/screenshots/shots.rst            |   90 +-
 doc/sphinx/source/tutorial/basic_usage.rst         |    2 +-
 doc/sphinx/source/tutorial/install.rst             |    4 +-
 doc/sphinx/source/tutorial/thermo_coupling.rst     |  157 +-
 doc/sphinx/source/tutorial/wheel.rst               |    8 +-
 doc/sphinx/source/userdoc/appendixA.rst            |   10 +-
 doc/sphinx/source/userdoc/appendixB.rst            |    2 +-
 doc/sphinx/source/userdoc/bfem.rst                 |    2 +-
 doc/sphinx/source/userdoc/bmesh.rst                |    8 +-
 doc/sphinx/source/userdoc/computeL2H1.rst          |    2 +-
 doc/sphinx/source/userdoc/convect.rst              |   20 +-
 doc/sphinx/source/userdoc/gasm_high.rst            |   80 +-
 doc/sphinx/source/userdoc/index.rst                |    2 +-
 doc/sphinx/source/userdoc/interMM.rst              |   16 +-
 doc/sphinx/source/userdoc/interNMM.rst             |   31 +-
 doc/sphinx/source/userdoc/intro.rst                |    2 +-
 doc/sphinx/source/userdoc/model.rst                |    4 +-
 doc/sphinx/source/userdoc/model_ALE_rotating.rst   |   16 +-
 doc/sphinx/source/userdoc/model_Nitsche.rst        |   12 +-
 doc/sphinx/source/userdoc/model_bilaplacian.rst    |    6 +-
 .../source/userdoc/model_contact_friction.rst      |   18 +-
 .../model_contact_friction_large_sliding.rst       |   22 +-
 doc/sphinx/source/userdoc/model_continuation.rst   |   12 +-
 doc/sphinx/source/userdoc/model_dirichlet.rst      |   10 +-
 .../source/userdoc/model_generic_assembly.rst      |    6 +-
 .../source/userdoc/model_nonlinear_elasticity.rst  |    8 +-
 doc/sphinx/source/userdoc/model_object.rst         |   55 +-
 .../userdoc/model_plasticity_small_strain.rst      |   18 +-
 .../source/userdoc/model_time_integration.rst      |   30 +-
 doc/sphinx/source/userdoc/parallel.rst             |    6 +-
 doc/sphinx/source/userdoc/rmesh.rst                |   12 +-
 doc/sphinx/source/userdoc/xfem.rst                 |    2 +-
 doc/sphinx/source/whatsnew/1.7.rst                 |    2 +-
 doc/sphinx/source/whatsnew/2.0.rst                 |    2 +-
 doc/sphinx/source/whatsnew/3.0.rst                 |    2 +-
 doc/sphinx/source/whatsnew/4.1.1.rst               |    2 +-
 doc/sphinx/source/whatsnew/4.1.rst                 |    2 +-
 doc/sphinx/source/whatsnew/4.2.rst                 |    2 +-
 doc/sphinx/source/whatsnew/4.3.rst                 |    4 +-
 doc/sphinx/source/whatsnew/5.0.rst                 |    2 +-
 doc/sphinx/source/whatsnew/5.1.rst                 |    2 +-
 doc/sphinx/source/whatsnew/5.3.rst                 |    2 +-
 interface/src/getfemint.h                          |    1 +
 interface/src/gf_fem.cc                            |   70 +-
 interface/src/gf_mesh_get.cc                       |   26 +
 interface/src/scilab/builder.sce                   |    4 +-
 .../src/scilab/macros/gf_compute_Q1grid_interp.sci |    2 +-
 interface/src/scilab/macros/gf_plot_slice.sci      |    2 +-
 interface/src/scilab/macros/init_pde.sci           |    3 +-
 interface/src/scilab/sci_gateway/c/gfm_common.c    |    6 +-
 interface/src/scilab/sci_gateway/c/gfm_common.h    |    4 +-
 interface/src/scilab/sci_gateway/c/gfm_scilab.cpp  |    4 +-
 interface/src/scilab/sci_gateway/c/sci_cgne.c      |    4 +-
 interface/src/scilab/sci_gateway/c/sci_cgs.c       |    4 +-
 interface/src/scilab/sci_gateway/c/sci_gmres.c     |    4 +-
 interface/src/scilab/sci_gateway/c/sci_mgcr.c      |    4 +-
 interface/src/scilab/sci_gateway/c/sci_spchol.c    |    6 +-
 interface/src/scilab/sci_gateway/c/sci_spcholinc.c |    4 +-
 interface/src/scilab/sci_gateway/c/sci_spchsolve.c |    4 +-
 interface/src/scilab/sci_gateway/c/sci_splu.c      |    4 +-
 interface/src/scilab/sci_gateway/c/sci_spluinc.c   |    4 +-
 interface/src/scilab/sci_gateway/c/sci_splusolve.c |    4 +-
 interface/tests/matlab/check_all.sh                |    8 +-
 src/Makefile.am                                    |   29 +-
 src/bgeot_ftool.cc                                 |   13 +-
 src/bgeot_geometric_trans.cc                       |   15 +-
 src/bgeot_geotrans_inv.cc                          |    7 +-
 src/bgeot_poly.cc                                  |   23 +-
 src/bgeot_torus.cc                                 |    9 +-
 src/dal_singleton.cc                               |   61 +-
 src/dal_static_stored_objects.cc                   |  514 +-
 src/getfem/bgeot_geometric_trans.h                 |    3 +
 src/getfem/bgeot_geotrans_inv.h                    |    3 +-
 src/getfem/bgeot_poly_composite.h                  |   15 +-
 src/getfem/bgeot_small_vector.h                    |    4 +-
 src/getfem/dal_naming_system.h                     |    9 +-
 src/getfem/dal_singleton.h                         |  169 +-
 src/getfem/dal_static_stored_objects.h             |   41 +-
 src/getfem/getfem_accumulated_distro.h             |  223 +
 src/getfem/getfem_assembling.h                     |   22 +
 src/getfem/getfem_context.h                        |    2 +-
 src/getfem/getfem_fem.h                            |   38 +-
 src/getfem/getfem_generic_assembly.h               |   12 +-
 .../getfem_generic_assembly_compile_and_exec.h     |   16 +-
 src/getfem/getfem_generic_assembly_tree.h          |    4 +-
 src/getfem/getfem_im_list.h                        | 6072 ++++++++++----------
 src/getfem/getfem_interpolation.h                  |   19 +-
 .../c/gfm_common.h => src/getfem/getfem_locale.h   |   37 +-
 src/getfem/getfem_mesh_region.h                    |  128 +-
 src/getfem/getfem_models.h                         |   42 +-
 src/getfem/getfem_omp.h                            |  626 +-
 src/getfem_assembling_tensors.cc                   |   10 +-
 src/getfem_contact_and_friction_common.cc          |   66 +-
 src/getfem_contact_and_friction_large_sliding.cc   |    2 +-
 src/getfem_error_estimate.cc                       |    9 +-
 src/getfem_generic_assembly_compile_and_exec.cc    |  199 +-
 ...fem_generic_assembly_functions_and_operators.cc |   25 +-
 src/getfem_generic_assembly_semantic.cc            |   22 +-
 src/getfem_generic_assembly_tree.cc                |  741 +--
 src/getfem_generic_assembly_workspace.cc           |   23 +-
 src/getfem_import.cc                               |    5 +-
 src/getfem_locale.cc                               |   58 +
 src/getfem_mesh_im_level_set.cc                    |    1 +
 src/getfem_mesh_region.cc                          |  502 +-
 src/getfem_models.cc                               |  373 +-
 src/getfem_omp.cc                                  |  397 +-
 src/gmm/gmm_inoutput.h                             |    1 +
 src/gmm/gmm_opt.h                                  |  101 +-
 src/gmm/gmm_real_part.h                            |    1 +
 src/gmm/gmm_std.h                                  |   75 +-
 158 files changed, 6522 insertions(+), 6119 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]