From a2a05158f2964df2348a96bbd2b610e451543e5b Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 9 Oct 2019 01:32:19 +0200 Subject: [PATCH] not existing anymore --- src/mesh_FEM.f90 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesh_FEM.f90 b/src/mesh_FEM.f90 index 2fd63c0b3..8c0b69ca3 100644 --- a/src/mesh_FEM.f90 +++ b/src/mesh_FEM.f90 @@ -221,9 +221,6 @@ subroutine mesh_init call theMesh%init(dimplex,integrationOrder,mesh_node0) call theMesh%setNelems(mesh_NcpElems) - theMesh%homogenizationAt = mesh_element(3,:) - theMesh%microstructureAt = mesh_element(4,:) - call discretization_init(mesh_element(3,:),mesh_element(4,:),& reshape(mesh_ipCoordinates,[3,mesh_maxNips*mesh_NcpElems]), & mesh_node0)