[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] [getfem-commits] master updated (4c176ff -> 988ba0f)
From: |
Konstantinos Poulios |
Subject: |
[Getfem-commits] [getfem-commits] master updated (4c176ff -> 988ba0f) |
Date: |
Fri, 3 Apr 2020 20:46:06 -0400 (EDT) |
logari81 pushed a change to branch master.
from 4c176ff Simplification
new cc6b8bc Fixes and simplifications in internal variable condensation
new 47ea7f9 Fix model class for internal variable condensation
new 2722c83 Add unit test for internal variable condensation
new 988ba0f Mention internal variables in the model object documentation
Summary of changes:
doc/sphinx/source/userdoc/model_object.rst | 23 +++
src/getfem/getfem_generic_assembly.h | 3 +-
src/getfem/getfem_models.h | 8 +-
src/getfem_generic_assembly_compile_and_exec.cc | 186 ++++++++----------------
src/getfem_generic_assembly_workspace.cc | 28 ++--
src/getfem_models.cc | 13 +-
tests/Makefile.am | 4 +
tests/test_condensation.cc | 184 +++++++++++++++++++++++
tests/test_condensation.pl | 105 +++++++++++++
9 files changed, 405 insertions(+), 149 deletions(-)
create mode 100644 tests/test_condensation.cc
create mode 100644 tests/test_condensation.pl
- [Getfem-commits] [getfem-commits] master updated (4c176ff -> 988ba0f),
Konstantinos Poulios <=