wmayer
|
c9f25d75d3
|
fix typo
|
2018-03-11 18:34:18 +01:00 |
|
Frederic Bonnard
|
91142be1b2
|
Fix "Unit overflow in pow()" error
During tests on Debian/Ubuntu :
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836983 a problem was
found when raising a unit to a negative power on some architectures.
By default some architectures have "char" being
unsigned such as the ones listed here and others (
https://wiki.debian.org/ArchitectureSpecificsMemo ).
I just forced the sign-ness of pow()'s argument which fixes the issue.
|
2017-12-08 17:38:35 +01:00 |
|
wmayer
|
b1bfb62583
|
add derived unit electric potential
|
2017-10-16 21:56:13 +02:00 |
|
Oliver Oxtoby
|
f93bdfb927
|
Base: Add DynamicViscosity and SpecificEnergy units
|
2017-08-20 16:50:11 +02:00 |
|
wmayer
|
fb7094bf31
|
use specialized exception classes
|
2017-04-28 18:49:11 +02:00 |
|
Bernd Hahnebach
|
12fd4827d5
|
Base: add unit for kinematic viscosity
|
2017-03-18 22:07:24 +01:00 |
|
wmayer
|
f4793a61dc
|
fix whitespaces
|
2016-12-21 17:08:36 +01:00 |
|
vdwalts
|
59ac40a584
|
Base: Units for FEM, new heat and heat flux functions
|
2016-12-21 11:27:41 -02:00 |
|
kgoao
|
93b7aceb0e
|
FEM: FemConstraintHeatflux: Add DFLUX option to heat flux constraint
|
2016-12-21 11:27:41 -02:00 |
|
wmayer
|
cb9be09512
|
Coverity issues:
129643
129654
129689
129714
|
2016-08-16 14:05:52 +02:00 |
|
wmayer
|
affdb168b7
|
whitespace improvements
|
2016-08-04 17:45:04 +02:00 |
|
vdwalts
|
a42fd4b1fb
|
Base: Units: add units for thermomechanical analysis
|
2016-08-04 17:45:04 +02:00 |
|
wmayer
|
959b7c9809
|
issue #0002625: Wrong dimension (str) from Unit
|
2016-07-17 13:14:06 +02:00 |
|
wmayer
|
b3c7d8b3b4
|
improve whitespaces
|
2016-07-17 12:46:46 +02:00 |
|
wwmayer
|
6bf065c097
|
+ fix many minor warnings, activate -Wall for gcc
|
2015-08-02 22:32:18 +02:00 |
|
Przemo Firszt
|
288fc3d5c1
|
Units: Add Density to internal schema
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-07-31 14:04:14 -03:00 |
|
Eivind Kvedalen
|
492ede70f9
|
Unit: Added overflow/underflow checking.
|
2015-06-25 10:40:00 +02:00 |
|
jriegel
|
16c6fe2470
|
Add unti support to Sketcher
|
2013-12-15 22:47:47 +01:00 |
|
jriegel
|
b16190181b
|
some fixes and comparison interface for Unit and Quantity python objects
|
2013-12-06 00:06:58 +01:00 |
|
jriegel
|
69a4bbc46a
|
Implement the three major unit system schemas
|
2013-12-05 18:16:31 +01:00 |
|
jriegel
|
ac9395d113
|
Make Unit string output parsably and add Pascale and Newtons
|
2013-11-10 16:33:35 +01:00 |
|
jriegel
|
c8cc4a179a
|
integrate Quantities into PropertyView and activate preferences again
|
2013-09-25 21:59:24 +02:00 |
|
wmayer
|
92d5ee1c27
|
+ Fix gcc build error
|
2013-09-25 11:11:59 +02:00 |
|
jriegel
|
7fe834ffbe
|
first finished implementation of Quantity parser
|
2013-09-24 11:00:51 +02:00 |
|
jriegel
|
8d53370ffe
|
Start new Unit and Quantity system
|
2013-08-11 23:03:34 +02:00 |
|