Re: [deal.II] Re: Crack propagation

2018-02-02 Thread Thomas Wick
Hello, there are two flags in the parameter file that you need to change: set Decompose stress in rhs = 0.0 set Decompose stress in matrix = 0.0 Thomas W. -- ++++ Prof. Dr. Thomas Wick Institut für Angewandte Mathematik (IfA

Re: [deal.II] Re: Crack propagation

2018-02-02 Thread feapman
Dear Prof. Heister, I would like to just test isotrope formulation of phase -field model (no compression/tension modification), how could I modify the codes (in a simple way)? I am sorry that I am just a beginner of DealII. Best On Tuesday, December 5, 2017 at 7:01:17 PM UTC+1, Timo Heister

Re: [deal.II] Re: Crack propagation

2018-02-02 Thread feapman
Dear Prof. Heister, I would like to test isotrope formulation of phase -field model (no compression/tension modification), how could I modify the your codes (in a simple way)? I am sorry that I am just a beginner of DealII. Best On Tuesday, December 5, 2017 at 7:01:17 PM UTC+1, Timo Heister

[deal.II] ECCM 2018 - High Performance Geometric Multigrid Finite Element Methods

2018-02-02 Thread Denis Davydov
Dear all, The deadline for abstract submission has passed, but it’s still possible to submit one online until Monday 05.02. Regards Denis -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You re

[deal.II] Fwd: PDESoft 2018: extended abstract submission deadline.

2018-02-02 Thread Wolfgang Bangerth
All, I'm forwarding the email below to this list because it seems useful to many of us who develop finite element software. It's a great conference series! Best W. Forwarded Message Subject: PDESoft 2018: extended abstract submission deadline. Date: Fri, 2 Feb 2018 11:20:5

[deal.II] Re: Compile my first program

2018-02-02 Thread Sean McGovern
Good to hear. The whole suite of step tutorials is very valuable. Best, Sean On Friday, February 2, 2018 at 3:45:23 PM UTC+1, simone cammarasana wrote: > > Hello Sean, > > well it works perfectly in this way, thank you. > > Simone > -- The deal.II project is located at http://www.dealii.org/ F

[deal.II] Re: Compile my first program

2018-02-02 Thread simone cammarasana
Hello Sean, well it works perfectly in this way, thank you. Simone -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "dea

[deal.II] Re: Compile my first program

2018-02-02 Thread Sean McGovern
Hi Simone, Were you able to successfully compile one of the "step" programs? https://www.dealii.org/developer/doxygen/deal.II/step_1.html does a nice job describing the approach using cmake. Modifying the CMakeLists.txt of one of the step tutorials for your own user code is common. Best, Sea

[deal.II] Compile my first program

2018-02-02 Thread simone cammarasana
Hello everybody, I have just started using Deal II (target is to interface it with PETSc) and I've successfully installed it..also make test went good. Here is my configuration: cmake -DCMAKE_INSTALL_PREFIX=~/dealii-8.5.1/build ~ -DEAL_II_WITH_MPI=ON - DPETSC_DIR=~~/petsc -DPETSC_ARCH=arch-linux