Version Request

Hi all,
I would like to check in a new version for the OGS-GEM coupling next week. The version will include the source code for the GEMS-Kernel (which requires some changes in the cmake files as GEMS libraries are obsolete), some bugfixes and improvements in the OGS-GEMS coupling, a new density model for calculating density driven flow with fluid densities from GEMS3K and updates in benchmarks.
If there are no objections I will close the trunk beginning of next week. Those who would like to preview the changes may have a look at the OGS-GEM branch.
Many greetings, Georg

···

--
PD Dr. Georg Kosakowski * Laboratory for Waste Management
Paul Scherrer Institut * 5232 Villigen/PSI * Switzerland
Phone: +41-56-3104743 * Fax: +41-56-3102821
Email: georg.kosakowski@psi.ch h323:+41563104743
homepage: http://people.web.psi.ch/kosakowski/

Hoi,
trunk is closed....if everything works well, I will be finished latest
on Wednesday.
Greetings, Georg

···

On 25 Okt., 09:33, Georg Kosakowski <georg.kosakow...@psi.ch> wrote:

Hi all,
I would like to check in a new version for the OGS-GEM coupling next
week. The version will include the source code for the GEMS-Kernel
(which requires some changes in the cmake files as GEMS libraries are
obsolete), some bugfixes and improvements in the OGS-GEMS coupling, a
new density model for calculating density driven flow with fluid
densities from GEMS3K and updates in benchmarks.
If there are no objections I will close the trunk beginning of next
week. Those who would like to preview the changes may have a look at the
OGS-GEM branch.
Many greetings, Georg

--
PD Dr. Georg Kosakowski * Laboratory for Waste Management
Paul Scherrer Institut * 5232 Villigen/PSI * Switzerland
Phone: +41-56-3104743 * Fax: +41-56-3102821
Email: georg.kosakow...@psi.ch h323:+41563104743
homepage:Telefonbuch & E-Mail | Paul Scherrer Institut (PSI)

A fug that multiple applies some source term across different processes has been fixed. The trunk will be updated soon with the following commit if there is no objection.

···

------------
  index d3af978..08801d7 100644
@@ -1095,6 +1095,9 @@ void CSourceTermGroup::Set(CRFProcess* m_pcs, const int ShiftInNodeVector,
        for (long i = 0; i < no_st; i++)
        {
           CSourceTerm *source_term (st_vector[i]);
+ if(m_pcs->getProcessType() != source_term->getProcessType() )
+ continue;
+
           source_term->setSTVectorGroup(i);

  (note: it is a cherry-pick from gitgub repository)