Commit Graph

367 Commits

Author SHA1 Message Date
kmo
9cf93a27d9 Corrected the dimensioning of NormBase::prjsol
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1481 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:21 +02:00
kmo
0d56669762 Moved computation of RMS,Min,Max and Avg errors into AdaptiveSIM::printNorms
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1480 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:21 +02:00
kmo
0a37c1af99 New projection methods: Continuous global L2 projection and superconvergent recovery
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1479 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:21 +02:00
kmo
9988096725 Implemented globalL2projection in ASMs1D and ASMs3D
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1478 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:21 +02:00
kmo
0c9ca42b73 Added virtual method globalL2projection in ASMbase with implementation in ASMs2D
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1477 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:21 +02:00
kmo
057dd266c2 Added support for multiple right-hand-sides in DenseMatrix::solve
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1476 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:21 +02:00
kmo
5a0550f83f Added support for multiple right-hand-sides in SparseMatrix::solve
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1475 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:20 +02:00
kmo
96b8d0f33e Fixed: Removed the Tensor T as member in class CurvedBeam. It does not work when running multi-threading since it is updated at each point
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1472 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:20 +02:00
kmo
6817bc2ac1 Fixed bug 302: Variables dir and els has to be defined outside the #ifdef USE_OPENMP
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1471 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:20 +02:00
akva
c5a7e228ec changed: disable SLEPc by default
code is hardly used and causes errors if IFEM is compiled with a
ubuntu-provided SLEPc. this should be revisited when/if this code is
resurrected

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1470 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:20 +02:00
akva
70ce49b141 fixed: changes needed to compile with petsc 3.2 (with 64bit indices)
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1469 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:20 +02:00
kjetijo
c45ce38e1f Moved gauss integration up in the ASM hierarchy (set gauss points)
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1468 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:20 +02:00
akva
7a85bc64e9 added: 'make doc' target
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1466 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:20 +02:00
rho
67e31ec899 Added possibilty of using LU solver on each subdomain with asm preconditioner using option asmlu
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1461 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:20 +02:00
kmo
90c92317e9 Added use of utl::getAttribute to make the XML parsing more compact and readable
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1460 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:20 +02:00
kmo
6af84a8eb4 Some XML parsing corrections, among other things graded grid refinements
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1459 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:20 +02:00
rho
65ffe837e3 Small bugfix for fieldnames
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1458 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:19 +02:00
rho
1eab860d79 Added support for element-by-element preconditioner using option pc = mat
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1457 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:19 +02:00
kjetijo
cf3443a3c6 Fixed local line enumeration in 2D surface models
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1450 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:19 +02:00
kmo
35306f9123 Added .gitignore + some doxygen issues
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1449 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:19 +02:00
kmo
4871e1ea22 Updated nonliniear regression tests to avoid failures due to small numeric discrepancies when running on different platforms
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1448 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:19 +02:00
akva
219f6d14c1 fixed: respect the binary/ascii vtf format switch in the HDF5 converter
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1447 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:19 +02:00
akva
6d49692360 added: strip along the optimal direction + spread remainder over several threads when possible
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1445 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:19 +02:00
akva
7789611606 fixed: PETSc may depend on -ldl under certain circumstances
since there is no common place to read this from for petsc 3.1/3.2,
we simply always add it. won't hurt on unices

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1444 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:19 +02:00
akva
2b56663581 added: full sparsity pattern allocation with serial PETSc to facilitate multi-threaded assembly
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1443 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
akva
4c6431bc1f fixed: don't complain about too many threads when we compile without openmp
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1442 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
kmo
17605ec54b Added inclusion of cstddef in Integrand.h - required by gcc 4.6. Added install of NonLinEl app
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1441 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
kmo
964f361028 Cosmetics...
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1440 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
kmo
ac9aaa977e fixed: SAM::getDofCouplings should now also work when multi-point constrains are present. Removed the nelmdof parameter again. It is not actually needed in the SAM.
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1439 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
kmo
5eaf905618 Moved evalSol methods up from Integrand to IntegrandBase to avoid some icc compiler warnings
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1438 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
kmo
13bbce57bf Replaced the IndexDouble class by a std::pair<double,int> with similar functionality
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1437 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
kmo
f49ce1d00d Some doxygen issues
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1436 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
kmo
60c80d9021 Avoided some compiler warnings due to potentially unused variables/methods
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1435 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
kmo
7e095e6035 Added utl::getAttribute methods
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1434 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
kmo
5ccbf21e75 Fixed: SparseMatrix::add must also work for non-editable matrices due to the pre-assembly when multi-treading is activated
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1433 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
kmo
a4d4c20bfd Fixed: Preallocation of traction vector buffer to support multi-threading
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1432 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:18 +02:00
kmo
8a33cad300 Changed: Moved generation of thread groups to SIMbase::preprocess. For volume faces, only generate thread groups for those subjected to boundary integrals (i.e., the Neumann boundaries).
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1431 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
kmo
3b65885640 Added a regression test for axisymmetric finite deformation analysis
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1430 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
kmo
aab8f1c4cd Multithreading update for finite deformation applications: The global integration poitn counter is provided as argument to the material routines such that the internal buffer of the plasticity model can be pre-allocated.
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1429 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
kmo
430aa07d0c Removed the second inclusion of the GoTools flags
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1428 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
kmo
3a7e2cf2d8 Added more global integration point counter calculations. Think it is correct now... It is also included in the finalizeElement calls
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1427 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
kmo
25de55cc65 Changed: Move the calculation of the total number of integration points and the associated buffer allocation until after the quadrature rule has been defined
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1426 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
kmo
e5b51b0b26 Added getGmat in CoordinateMapping.[Ch]
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1425 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
kmo
01f4bc5fb3 Added a global integration point counter needed by some integrands. It needs to be set up outside the integrands when multi-threading.
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1423 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
akva
5ad7f3afda fixed: have to use omp_get_wtime() to get a correct wall clock
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1422 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
akva
adc65bc8ee Regression test updates such that they now pass also when running multithreading
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1421 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
akva
c87edde091 added: multi-threaded support for finite deformation applications
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1420 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
akva
ce4c8c3398 Removed non-working, depreciated class
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1419 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
akva
55f550b648 added: multi-threaded support in linear elasticity applications
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1418 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:17 +02:00
akva
35564f1ec9 Added: Multi-threaded assembly
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1406 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:16 +02:00