dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #00131
Re: Re: Linear Algebra
-
To:
Discussion of DOLFIN development <dolfin-dev@xxxxxxxxxx>
-
From:
Anders Logg <logg@xxxxxxxxx>
-
Date:
Tue, 26 Oct 2004 11:27:30 -0500
-
Cc:
claes@xxxxxxxxxxxxxxxx, Erik Svensson <eriksv@xxxxxxxxxxxxxxxx>, Matthew Knepley <knepley@xxxxxxxxxxx>, Ridgway Scott <ridg@xxxxxxxxxxxxxxx>, "Robert C. Kirby" <kirby@xxxxxxxxxxxxxxx>
-
In-reply-to:
<0876FD0F-275A-11D9-BC60-000A959BEAFE@cs.uchicago.edu>
-
Mail-followup-to:
Discussion of DOLFIN development <dolfin-dev@xxxxxxxxxx>, Matthew Knepley <knepley@xxxxxxxxxxx>, Erik Svensson <eriksv@xxxxxxxxxxxxxxxx>, "Robert C. Kirby" <kirby@xxxxxxxxxxxxxxx>, Ridgway Scott <ridg@xxxxxxxxxxxxxxx>, claes@xxxxxxxxxxxxxxxx
-
Reply-to:
Discussion of DOLFIN development <dolfin-dev@xxxxxxxxxx>
-
User-agent:
Mutt/1.5.6+20040907i
On Tue, Oct 26, 2004 at 09:19:22AM -0500, Robert C.Kirby wrote:
> The whole point of the ferari paper is how quickly you can build local
> stiffness matrices. I think the attitude I have detailed above (local
> computation/assembly << solve) is mainly true for:
> 1.) suboptimal solvers
> 2.) Low degree (say linear)
> 3.) Poisson
>
> It's not as clear when you get to multilinear forms (e.g.
> Navier-Stokes) what the relative costs are. Also, the better your
> solver is, the more likely you are to notice assembly time.
One example is the module elasticity-updated in DOLFIN for which
assembly time dominates solution time (using the old form evaluation
system in DOLFIN). This would be a typical example of a system which
is more complicated than Poisson and where assembly time may be
significant.
/Anders
Follow ups
References