Hi Markus

> yes, you can use the FE_Nothing element on cells, which you do not need.
> Then there are no degrees of freedom on cells, where this finite element is
> active.
>


Brilliant. I'll have a look at the documentation for this element.


But wouldn't it be better just to create the triangulation you really need?
> Or is this geometry to complicated?
>


This would be ideal but the geometry is quite complicated. Within the cube,
I know the location of the points of the geometry (based on material data),
but I'll have to set up the connectivity to cells myself. Then, I can do
what Wolfgang suggested -- create the triangulation using the
Triangulation::create_triangulation
function -- without recourse to a mesh generator. The problem is, "how to
create the connectivity to cells?"

That's why I was thinking of excluding unnecessary nodes.

Ted


Best Regards,
> Markus
>
>
>
> Am 30.11.10 07:12, schrieb Ted Kord:
>
>  Hi Markus
>>
>> It's a cube, but within it is another subdomain. Ideally, this subdomain
>> is what I want to work with.
>>
>> I could use all the points in the cube, and set the values of points
>> outside the subdomain to a constant value, but I just wondered if there was
>> a way to exclude these and save some computation.
>>
>> Ted
>>
> _______________________________________________
> dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
>
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to