Revision 3e170d6f8ffa9988586cc8a58373abca59aa236a authored by Dmitri Naumov on 10 March 2021, 10:05:23 UTC, committed by Dmitri Naumov on 10 March 2021, 12:34:28 UTC
In 6fceafaed "[PL/RM] Use initial stress in assemble()."
the rhs vector was changed, now including also stress
related parts, and not only the gravitational forces.

This changes only the NodalForces output, everything else
is exactly same as before.
1 parent 72d80ab
Raw File
TestInfo.cpp.in
/**
 * \brief  Test information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#include "InfoLib/TestInfo.h"

namespace TestInfoLib
{

namespace TestInfo
{
    const std::string data_path("@Data_SOURCE_DIR@");
}
}
back to top