[petsc-users] combine single and double precision

2016-02-09 Thread albert gutiƩrrez
Hello everyone, At times it can be useful to combine different data types in the same problem. For example, there are parts of an algorithm which may be memory bounded (requiring float) and operations where more precision is needed (requiring double or float_128). Can single and double precision

Re: [petsc-users] combine single and double precision

2016-02-09 Thread Jed Brown
albert gutiƩrrez writes: > Hello everyone, > > At times it can be useful to combine different data types in the same > problem. For example, there are parts of an algorithm which may be memory > bounded (requiring float) and operations where more precision is needed >