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: Mon, 11 Feb 2019 21:38:49 -0500 (EST)

branch: devel-tetsuo-Add-mixed-methods-with-different-meshes
commit 664b86e4adb3f613464c92e40647f1c55a7fa3d8
Author: Tetsuo Koyama <address@hidden>
Date:   Tue Feb 12 11:37:10 2019 +0900

    Fix layout of sphinx source
---
 doc/sphinx/source/userdoc/interNMM.rst | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/doc/sphinx/source/userdoc/interNMM.rst 
b/doc/sphinx/source/userdoc/interNMM.rst
index c8db3c6..d4ad5ee 100644
--- a/doc/sphinx/source/userdoc/interNMM.rst
+++ b/doc/sphinx/source/userdoc/interNMM.rst
@@ -51,9 +51,20 @@ order.
 
 mixed methods with different meshes
 -----------------------------------
-Instead of using the previous tools (interpolated and projected fems), It is 
possible to use a finite element variable defined on an another mesh than the 
one on which an assembly is computed using the "interpolate transformation" 
tool of the weak form language (see :ref:`ud-gasm-high-transf`), the finite 
element variables will be interpolated on each Gauss point. There is no 
restriction on the dimensions of the mesh used, which means in particular that 
a two-dimensional fem variable can [...]
+Instead of using the previous tools (interpolated and projected fems), it is
+possible to use a finite element variable defined on an another mesh than the 
one
+on which an assembly is computed using the "interpolate transformation" tool of
+the weak form language (see :ref:`ud-gasm-high-transf` ), the finite element
+variables will be interpolated on each Gauss point. There is no restriction
+on the dimensions of the mesh used, which means in particular that a
+two-dimensional fem variable can be interpolated on a one-dimensional mesh
+(allowing the coupling of shell and beam elements, for instance).
+It is also possible to use some transformations like polar coordinates to
+euclidean ones.
 
 
 mortar methods
 --------------
- Mortar methods are supported by |gf|. The coupling term between non matching 
meshes can in particular be computed using the interpolate transformations of 
the weak form language (see :ref:`ud-gasm-high-transf`).
+Mortar methods are supported by |gf|. The coupling term between non matching
+meshes can in particular be computed using the interpolate transformations of
+the weak form language (see :ref:`ud-gasm-high-transf`).



reply via email to

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