[deal.II] dealii with OS Sierra

2017-12-09 Thread Sudarshan Kumar
Dear al, I have installed a fresh copy of OS Sierra in my macbook pro retina mid 2014. I am using Xcode Version 9.1 (9B55), I have installed dealii from the .dmg file and trying to clear step-1 of the examples. $cmake . is successfully completed without error. When I run the make command

Re: [deal.II] Problem with compiling in macOS sierra, version 10.12.5

2017-06-05 Thread Sudarshan Kumar
/examples/step-1/CMakeFiles/CMakeError.log". > > L. > > > On 5 Jun 2017, at 8:22, Sudarshan Kumar <skkm...@gmail.com > > wrote: > > > > > > > > On Monday, June 5, 2017 at 11:39:28 AM UTC+5:30, Luca Heltai wrote: > > Did you install xco

Re: [deal.II] Problem with compiling in macOS sierra, version 10.12.5

2017-06-05 Thread Sudarshan Kumar
pen up with no issues? > > Terminal opens with no issue. In fact I have upgraded my mac book pro retina from yosemite to sierra. Do you think I need to restore back to my old version? Thanks in advance.. > L. > > > > > On 5 Jun 2017, at 8:00, Sudarshan Kumar <skkm...@g

Re: [deal.II] Re: make test

2016-12-16 Thread sudarshan kumar
If the experience of previous posters with MPI problem is > anything to go by then you've either > (1) got a broken MPI installation, or > (2) have compiled one or more of deal.II's dependencies using another > [MPI] compiler. > > Regards, > J-P > > On Thursday, December 15,

Re: [deal.II] Re: Problem with installation

2016-12-16 Thread sudarshan kumar
=ON \ -DDEAL_II_WITH_TRILINOS=ON\ -DTRILINOS_DIR=~/trilinos/ \ -DCMAKE_INSTALL_PREFIX=~/dealII_1 \ ~/dealii-8.4.1 I have attached the .log file Thanks a lot On Thu, Dec 8, 2016 at 11:11 AM, Bruno Turcksin <bruno.turck...@gmail.com> wrote: > 2016-12-08 8:57 GMT-05:00 sudarshan kumar <skkma.

[deal.II] make test

2016-12-15 Thread Sudarshan Kumar
I have compiled dealii with the following; cmake -DDEAL_II_WITH_MPI=ON \ -DDEAL_II_WITH_TRILINOS=ON\ -DTRILINOS_DIR=~/trilinos/ \ -DCMAKE_INSTALL_PREFIX=~/dealII_1 \ ~/dealii-8.4.1 I installed trilinos12.4.2. I could compile and install dealii with the above command.

[deal.II] Best application to plot

2016-12-14 Thread Sudarshan Kumar
Apart from VisIt and Paraview, could any one tell, which is the best to plot .vtu files of 2D data. Thanks a lot, Best -- 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

Re: [deal.II] Re: Problem with installation

2016-12-08 Thread sudarshan kumar
Everything is fine now. I could compile netcdf in different directory and I pass this to cmake when I configure dealii. Now everything work fine. Thanks a lot. On Thu, Dec 8, 2016 at 11:11 AM, Bruno Turcksin <bruno.turck...@gmail.com> wrote: > 2016-12-08 8:57 GMT-05:00 sudarshan kum

Re: [deal.II] Re: Problem with installation

2016-12-08 Thread sudarshan kumar
<heis...@clemson.edu> wrote: > Do you need netcdf? If not, you can also just disable it in the > deal.II configuration. > > Best, > Timo > > On Tue, Dec 6, 2016 at 4:07 PM, Bruno Turcksin <bruno.turck...@gmail.com> > wrote: > > 2016-12-06 15:46 GMT

[deal.II] Re: Problem with installation

2016-12-06 Thread Sudarshan Kumar
On Tuesday, December 6, 2016 at 12:21:37 PM UTC-3, Bruno Turcksin wrote: > > Hi, > > On Tuesday, December 6, 2016 at 9:22:35 AM UTC-5, Sudarshan Kumar wrote: > >> /usr/bin/ld.gold: error: /usr/local/lib/libnetcdf_c++.a(netcdf.o): >> requires unsupported dynamic rel

Re: [deal.II] Re: Meshworker

2016-11-22 Thread sudarshan kumar
not sure if it is an efficient way to compute it in the call integrate_face_term in the meshworker set up). Thanks a lot. On Tue, Nov 22, 2016 at 10:23 AM, Wolfgang Bangerth <bange...@colostate.edu> wrote: > On 11/22/2016 06:13 AM, sudarshan kumar wrote: > >> >> Thank

[deal.II] Re: Meshworker

2016-11-18 Thread Sudarshan Kumar
Dear Daniel, When I am at the face I need the solution at the interior quadrature points as well. However from dinfo1.indices we could get the the dof indices for the cell1. But is it possible to get the shape value at the interior quadrature points ? Thanks a lot On Friday,

[deal.II] Meshworker

2016-11-17 Thread Sudarshan Kumar
we choose dim=2 template void Step12::integrate_face_term (DoFInfo& dinfo1, DoFInfo& dinfo2, CellInfo& info1, CellInfo& info2) { const FEValuesBase& fe_v = info1.fe_values(); const FEValuesBase& fe_v_neighbor = info2.fe_values();

Re: [deal.II] Re: Periodic boundary condition in Meshworker.

2016-11-16 Thread sudarshan kumar
://www.dealii.org/developer/doxygen/deal.II/step_45.html> to show >> how this is done. >> >> Regards, >> Jean-Paul >> >> On Wednesday, November 16, 2016 at 9:43:23 PM UTC+1, Sudarshan Kumar >> wrote: >>> >>> >>> Is there a

[deal.II] Periodic boundary condition in Meshworker.

2016-11-16 Thread Sudarshan Kumar
Is there any way to implement periodic boundary condition with MeshWorker,? Any help is appreciated. Thanks a lot, Best -- 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

[deal.II] meshworker getting gradient values

2016-11-15 Thread Sudarshan Kumar
dim=2 template void Step12::integrate_cell_term (DoFInfo& dinfo, CellInfo& info) { const FEValuesBase& fe_v = info.fe_values(); const std::vector>& grad = info.gradients[0][0]; } When I call grad[0][0] it gives segmentation fault. Could any one tell how to

Re: [deal.II] problem with user_index()

2016-11-13 Thread Sudarshan Kumar
right? > > best > Deepak > > On Sun, Nov 13, 2016 at 7:03 PM, Sudarshan Kumar <skkm...@gmail.com > > wrote: > >> >> typename DoFHandler::active_cell_ >> iterator >> cell = dof_handler.begin_active(), >> endc = dof_handler.end(); >&

[deal.II] Problem with user_index()

2016-11-13 Thread Sudarshan Kumar
typename DoFHandler::active_cell_iterator cell = dof_handler.begin_active(), endc = dof_handler.end(); for (; cell!=endc; ++cell) { std::cout

Re: [deal.II] Meshworker

2016-11-07 Thread Sudarshan Kumar
I get the following error if I call cell iterator from dinfo1 ^ In file included from /Users/Sudarshan/Dropbox/ALWDG_code/2d_scalar_unsteady_legendre/dg.cc:26: In file included from /Applications/deal.II.app/Contents/Resources/include/deal.II/grid/tria.h:3631:

[deal.II] Meshworker

2016-11-06 Thread Sudarshan Kumar
In the following function I need to get the cell iterator of the corresponding cell. void Step12::integrate_face_term (DoFInfo& dinfo1, DoFInfo& dinfo2, { CellInfo& info1, CellInfo& info2) typename DoFHandler::cell_iterator