Skip to content

Segmentation fault when adding a PDE to a crypt cell population #162

Answered by jmosborne
Kgeorge1729 asked this question in Q&A
Discussion options

You must be logged in to vote

So the issue is that initially the cells are in a plane so there is no 3d object to solve the PDE on wherea once cells lie on the surface you can make a 3d mesh. Whether that 3d mesh is the one you want is another matter.

From the code it looks like you are solving the PDE on the domain enclosed by the surface defined by the nodes which lie in the shape of a crypt. The mesh from this example will not be a good mesh to solve a pde on as thee will be very poor aspect ratios. The GrowingDomain pde examples are meant for domains with cells evenly distributed among them so a monlayer in 2d or a spheroid in 3d. It wont work (it may compile but the results will be junk) for a sparse setup like t…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Kgeorge1729
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jmpf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants