*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit bfe5af37 authored by Hanser, Valentin's avatar Hanser, Valentin
Browse files

minor changes

parent de3a0828
No related branches found
No related tags found
No related merge requests found
# This is the CMakeCache file.
# For build in directory: /home/vhanser/Documents/ngmultiscale/C++/cmake
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
########################
# INTERNAL cache entries
########################
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/vhanser/Documents/ngmultiscale/C++/cmake
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
...@@ -42,7 +42,7 @@ ngPreisachVector<DIM>::ngPreisachVector(shared_ptr<MeshAccess>& mesh, Integratio ...@@ -42,7 +42,7 @@ ngPreisachVector<DIM>::ngPreisachVector(shared_ptr<MeshAccess>& mesh, Integratio
mips[el][ip] = { intrule[ip], mesh->GetTrafo(el, global_alloc) }; mips[el][ip] = { intrule[ip], mesh->GetTrafo(el, global_alloc) };
//cout <<"(" << mips[el][ip].GetPoint()[0] << ", " << mips[el][ip].GetPoint()[1] << ", " << mips[el][ip].GetPoint()[2] << ")" << endl; //cout <<"(" << mips[el][ip].GetPoint()[0] << ", " << mips[el][ip].GetPoint()[1] << ", " << mips[el][ip].GetPoint()[2] << ")" << endl;
//cout << ptrMask->Evaluate(mips[el][ip]) << endl; // cout << ptrMask->Evaluate(mips[el][ip]) << endl;
if(ptrMask == nullptr || ptrMask->Evaluate(mips[el][ip])){ if(ptrMask == nullptr || ptrMask->Evaluate(mips[el][ip])){
//preisachVectorPoints[el][ip] = std::make_shared<preisachVector>(pE, ptrDist); //preisachVectorPoints[el][ip] = std::make_shared<preisachVector>(pE, ptrDist);
preisachVectorPoints[el][ip] = std::make_shared<preisachVector<DIM>>(ptrPreisachP); // is faster to copy results of a single preisachVectorPoints[el][ip] = std::make_shared<preisachVector<DIM>>(ptrPreisachP); // is faster to copy results of a single
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment